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

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

The newest version!
// CHECKSTYLE:OFF

package hudson.plugins.promoted_builds_simple;

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

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

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

    /**
     * Promotion Level
     * 
     */
    public static String PromotionLevelParameter_DisplayName() {
        return holder.format("PromotionLevelParameter.DisplayName");
    }

    /**
     * Promotion Level
     * 
     */
    public static Localizable _PromotionLevelParameter_DisplayName() {
        return new Localizable(holder, "PromotionLevelParameter.DisplayName");
    }

    /**
     * Latest promoted build
     * 
     */
    public static String PromotedBuildSelector_DisplayName() {
        return holder.format("PromotedBuildSelector.DisplayName");
    }

    /**
     * Latest promoted build
     * 
     */
    public static Localizable _PromotedBuildSelector_DisplayName() {
        return new Localizable(holder, "PromotedBuildSelector.DisplayName");
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy