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

com.github.nfalco79.jenkins.plugins.parametricrun.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.parametricrun.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 NewBranchProperty.diplayName}: {@code Create a new branch}.
     * 
     * @return
     *     {@code Create a new branch}
     */
    public static String NewBranchProperty_diplayName() {
        return holder.format("NewBranchProperty.diplayName");
    }

    /**
     * Key {@code NewBranchProperty.diplayName}: {@code Create a new branch}.
     * 
     * @return
     *     {@code Create a new branch}
     */
    public static Localizable _NewBranchProperty_diplayName() {
        return new Localizable(holder, "NewBranchProperty.diplayName");
    }

    /**
     * Key {@code NewBranchAction.diplayName}: {@code New Branch}.
     * 
     * @return
     *     {@code New Branch}
     */
    public static String NewBranchAction_diplayName() {
        return holder.format("NewBranchAction.diplayName");
    }

    /**
     * Key {@code NewBranchAction.diplayName}: {@code New Branch}.
     * 
     * @return
     *     {@code New Branch}
     */
    public static Localizable _NewBranchAction_diplayName() {
        return new Localizable(holder, "NewBranchAction.diplayName");
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy