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

com.github.nfalco79.jenkins.plugins.parametricrun.release.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.release;

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 ReleaseAction.diplayName}: {@code Release}.
     * 
     * @return
     *     {@code Release}
     */
    public static String ReleaseAction_diplayName() {
        return holder.format("ReleaseAction.diplayName");
    }

    /**
     * Key {@code ReleaseAction.diplayName}: {@code Release}.
     * 
     * @return
     *     {@code Release}
     */
    public static Localizable _ReleaseAction_diplayName() {
        return new Localizable(holder, "ReleaseAction.diplayName");
    }

    /**
     * Key {@code ReleaseBranchProperty.diplayName}: {@code Allow release

     * from this branch}.
     * 
     * @return
     *     {@code Allow release from this branch}
     */
    public static String ReleaseBranchProperty_diplayName() {
        return holder.format("ReleaseBranchProperty.diplayName");
    }

    /**
     * Key {@code ReleaseBranchProperty.diplayName}: {@code Allow release

     * from this branch}.
     * 
     * @return
     *     {@code Allow release from this branch}
     */
    public static Localizable _ReleaseBranchProperty_diplayName() {
        return new Localizable(holder, "ReleaseBranchProperty.diplayName");
    }

    /**
     * Key {@code ReleasePermissionHelper.description}: {@code This

     * permission allows users to trigger a release build.}.
     * 
     * @return
     *     {@code This permission allows users to trigger a release build.}
     */
    public static String ReleasePermissionHelper_description() {
        return holder.format("ReleasePermissionHelper.description");
    }

    /**
     * Key {@code ReleasePermissionHelper.description}: {@code This

     * permission allows users to trigger a release build.}.
     * 
     * @return
     *     {@code This permission allows users to trigger a release build.}
     */
    public static Localizable _ReleasePermissionHelper_description() {
        return new Localizable(holder, "ReleasePermissionHelper.description");
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy