All Downloads are FREE. Search and download functionalities are using the official Maven repository.

hudson.plugins.promoted_builds.Messages Maven / Gradle / Ivy

There is a newer version: 1.11
Show newest version
// CHECKSTYLE:OFF

package hudson.plugins.promoted_builds;

import org.jvnet.localizer.Localizable;
import org.jvnet.localizer.ResourceBundleHolder;

@SuppressWarnings({
    "",
    "PMD"
})
public class Messages {

    private final static ResourceBundleHolder holder = ResourceBundleHolder.get(Messages.class);

    /**
     * Latest promotion:{0}
     * 
     */
    public static String PromotionProcess_PermalinkDisplayName(Object arg1) {
        return holder.format("PromotionProcess.PermalinkDisplayName", arg1);
    }

    /**
     * Latest promotion:{0}
     * 
     */
    public static Localizable _PromotionProcess_PermalinkDisplayName(Object arg1) {
        return new Localizable(holder, "PromotionProcess.PermalinkDisplayName", arg1);
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy