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

com.github.nfalco79.jenkins.plugins.bitbucket.strategy.Messages Maven / Gradle / Ivy

The newest version!
// CHECKSTYLE:OFF

package com.github.nfalco79.jenkins.plugins.bitbucket.strategy;

import org.jvnet.localizer.Localizable;
import org.jvnet.localizer.ResourceBundleHolder;
import org.kohsuke.accmod.Restricted;


/**
 * Generated localization support class.
 * 
 */
@SuppressWarnings({
    "",
    "PMD",
    "all"
})
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class)
public class Messages {

    /**
     * The resource bundle reference
     * 
     */
    private final static ResourceBundleHolder holder = ResourceBundleHolder.get(Messages.class);

    /**
     * Key {@code SkipAllBuildStrategy.displayName}: {@code Skip all index

     * events}.
     * 
     * @return
     *     {@code Skip all index events}
     */
    public static String SkipAllBuildStrategy_displayName() {
        return holder.format("SkipAllBuildStrategy.displayName");
    }

    /**
     * Key {@code SkipAllBuildStrategy.displayName}: {@code Skip all index

     * events}.
     * 
     * @return
     *     {@code Skip all index events}
     */
    public static Localizable _SkipAllBuildStrategy_displayName() {
        return new Localizable(holder, "SkipAllBuildStrategy.displayName");
    }

    /**
     * Key {@code SkipCommitBuildStrategy.displayName}: {@code Skip build by

     * commit (with wildcards)}.
     * 
     * @return
     *     {@code Skip build by commit (with wildcards)}
     */
    public static String SkipCommitBuildStrategy_displayName() {
        return holder.format("SkipCommitBuildStrategy.displayName");
    }

    /**
     * Key {@code SkipCommitBuildStrategy.displayName}: {@code Skip build by

     * commit (with wildcards)}.
     * 
     * @return
     *     {@code Skip build by commit (with wildcards)}
     */
    public static Localizable _SkipCommitBuildStrategy_displayName() {
        return new Localizable(holder, "SkipCommitBuildStrategy.displayName");
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy