
com.github.nfalco79.jenkins.plugins.parametricrun.Messages Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of branch-properties Show documentation
Show all versions of branch-properties Show documentation
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;
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 ParameterBranchProperty.diplayName}: {@code Allow run a
* build with specific parameters}.
*
* @return
* {@code Allow run a build with specific parameters}
*/
public static String ParameterBranchProperty_diplayName() {
return holder.format("ParameterBranchProperty.diplayName");
}
/**
* Key {@code ParameterBranchProperty.diplayName}: {@code Allow run a
* build with specific parameters}.
*
* @return
* {@code Allow run a build with specific parameters}
*/
public static Localizable _ParameterBranchProperty_diplayName() {
return new Localizable(holder, "ParameterBranchProperty.diplayName");
}
/**
* Key {@code Permissions.title}: {@code Run Actions}.
*
* @return
* {@code Run Actions}
*/
public static String Permissions_title() {
return holder.format("Permissions.title");
}
/**
* Key {@code Permissions.title}: {@code Run Actions}.
*
* @return
* {@code Run Actions}
*/
public static Localizable _Permissions_title() {
return new Localizable(holder, "Permissions.title");
}
/**
* Key {@code ParameterBuildPermissionHelper.description}: {@code This
* permission allows users to trigger a parametric build.}.
*
* @return
* {@code This permission allows users to trigger a parametric build.}
*/
public static String ParameterBuildPermissionHelper_description() {
return holder.format("ParameterBuildPermissionHelper.description");
}
/**
* Key {@code ParameterBuildPermissionHelper.description}: {@code This
* permission allows users to trigger a parametric build.}.
*
* @return
* {@code This permission allows users to trigger a parametric build.}
*/
public static Localizable _ParameterBuildPermissionHelper_description() {
return new Localizable(holder, "ParameterBuildPermissionHelper.description");
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy