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

com.github.nfalco79.jenkins.plugins.branch.Messages Maven / Gradle / Ivy

Go to download

Allow to define new parameters as environment variables not defined in the Jenkinsfile.

The newest version!
// CHECKSTYLE:OFF

package com.github.nfalco79.jenkins.plugins.branch;

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 MultiNamedExceptionsBranchPropertyStrategy.DisplayName}:

     * {@code Named branches get properties from each matching exception }.
     * 
     * @return
     *     {@code Named branches get properties from each matching exception }
     */
    public static String MultiNamedExceptionsBranchPropertyStrategy_DisplayName() {
        return holder.format("MultiNamedExceptionsBranchPropertyStrategy.DisplayName");
    }

    /**
     * Key {@code MultiNamedExceptionsBranchPropertyStrategy.DisplayName}:

     * {@code Named branches get properties from each matching exception }.
     * 
     * @return
     *     {@code Named branches get properties from each matching exception }
     */
    public static Localizable _MultiNamedExceptionsBranchPropertyStrategy_DisplayName() {
        return new Localizable(holder, "MultiNamedExceptionsBranchPropertyStrategy.DisplayName");
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy