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

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

The 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);
    }

    /**
     * Required
     * 
     */
    public static String JobPropertyImpl_ValidateRequired() {
        return holder.format("JobPropertyImpl.ValidateRequired");
    }

    /**
     * Required
     * 
     */
    public static Localizable _JobPropertyImpl_ValidateRequired() {
        return new Localizable(holder, "JobPropertyImpl.ValidateRequired");
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy