Class Messages
java.lang.Object
org.jenkinsci.plugins.runselector.Messages
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class)
public class Messages
extends Object
Generated localization support class.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.jvnet.localizer.LocalizableKeyLastCompletedRunSelector.DisplayName:Last completed build (ignoring build status).static org.jvnet.localizer.LocalizableKeyParameterizedRunSelector.DisplayName:Specified by a build parameter.static org.jvnet.localizer.LocalizableKeyParametersRunFilter.DisplayName:Filter with build parameters.static org.jvnet.localizer.LocalizableKeyPermalinkRunSelector.DisplayName:Specified by permalink.static org.jvnet.localizer.LocalizableKeyRunFilterParameter.DisplayName:Build filter for Copy Artifact.static org.jvnet.localizer.LocalizableKeyRunSelector.AncestorIsNull:Context Unknown: the value specified cannot be validated.static org.jvnet.localizer.LocalizableKeyRunSelector.DisplayName:Copy artifacts from another project.static org.jvnet.localizer.LocalizableKeyRunSelector.FailedToCopy:Failed to copy artifacts from {0}.static org.jvnet.localizer.LocalizableKeyRunSelector.InvalidVariableName:Contains letters not applicable for variable names..static org.jvnet.localizer.LocalizableKeyRunSelector.MatrixProject:Artifacts will be copied from all configurations of this multiconfiguration project; click the help icon to learn about selecting a particular configuration..static org.jvnet.localizer.LocalizableKeyRunSelector.MavenProject:Artifacts will be copied from all modules of this Maven project; click the help icon to learn about selecting a particular module..static org.jvnet.localizer.LocalizableKeyRunSelector.MissingBuild:Unable to find a build for artifact copy from: {0}.static org.jvnet.localizer.LocalizableKeyRunSelector.MissingProject:Unable to find project for artifact copy: {0} This may be due to incorrect project name or permission settings; see help for project name in job configuration..static org.jvnet.localizer.LocalizableKeyRunSelector.ParameterizedName:Value references a build parameter, so it cannot be validated..static org.jvnet.localizer.LocalizableKeyRunSelectorParameter.DisplayName:Build selector for Copy Artifact.static org.jvnet.localizer.LocalizableKeyRunSelectorPermissionProperty.DisplayName:Permission to Copy Artifact.static org.jvnet.localizer.LocalizableKeyRunSelectorPermissionProperty.MissingProject:Unable to find project: {0}.static org.jvnet.localizer.LocalizableKeySelectRunStep.DisplayName:Select Run.static org.jvnet.localizer.LocalizableKeySelectRunStep.MissingJob:Unable to find any job named: {0}. This may be due to incorrect project name or permission settings.static org.jvnet.localizer.LocalizableKeySelectRunStep.MissingJobParameter:Job parameter not provided.static org.jvnet.localizer.Localizable_SelectRunStep_MissingRun(Object arg0, Object arg1, Object arg2) KeySelectRunStep.MissingRun:Unable to find Run for: {0}, with selector: {1} and filter: {2}.static org.jvnet.localizer.LocalizableKeySelectRunStep.MissingRunFilter:Run Filter was not provided.static org.jvnet.localizer.LocalizableKeySelectRunStep.MissingRunSelector:Run Selector was not provided, using the default one: {0}.static org.jvnet.localizer.LocalizableKeyStatusRunSelector.BuildStatus.Any:Any including not completed.static org.jvnet.localizer.LocalizableKeyStatusRunSelector.BuildStatus.Completed:Completed, any status.static org.jvnet.localizer.LocalizableKeyStatusRunSelector.BuildStatus.Failed:Failed.static org.jvnet.localizer.LocalizableKeyStatusRunSelector.BuildStatus.Stable:Stable.static org.jvnet.localizer.LocalizableKeyStatusRunSelector.BuildStatus.Successful:Stable or Unstable.static org.jvnet.localizer.LocalizableKeyStatusRunSelector.BuildStatus.Unstable:Unstable.static org.jvnet.localizer.LocalizableKeyStatusRunSelector.DisplayName:Latest specific status build.static org.jvnet.localizer.LocalizableKeyTriggeredRunSelector.DisplayName:Upstream build that triggered this job.static org.jvnet.localizer.LocalizableKeyWorkspaceSelector.DisplayName:Copy from WORKSPACE of latest completed build.static StringKeyLastCompletedRunSelector.DisplayName:Last completed build (ignoring build status).static StringKeyParameterizedRunSelector.DisplayName:Specified by a build parameter.static StringKeyParametersRunFilter.DisplayName:Filter with build parameters.static StringKeyPermalinkRunSelector.DisplayName:Specified by permalink.static StringKeyRunFilterParameter.DisplayName:Build filter for Copy Artifact.static StringKeyRunSelector.AncestorIsNull:Context Unknown: the value specified cannot be validated.static StringKeyRunSelector.DisplayName:Copy artifacts from another project.static StringKeyRunSelector.FailedToCopy:Failed to copy artifacts from {0}.static StringKeyRunSelector.InvalidVariableName:Contains letters not applicable for variable names..static StringKeyRunSelector.MatrixProject:Artifacts will be copied from all configurations of this multiconfiguration project; click the help icon to learn about selecting a particular configuration..static StringKeyRunSelector.MavenProject:Artifacts will be copied from all modules of this Maven project; click the help icon to learn about selecting a particular module..static StringKeyRunSelector.MissingBuild:Unable to find a build for artifact copy from: {0}.static StringKeyRunSelector.MissingProject:Unable to find project for artifact copy: {0} This may be due to incorrect project name or permission settings; see help for project name in job configuration..static StringKeyRunSelector.ParameterizedName:Value references a build parameter, so it cannot be validated..static StringKeyRunSelectorParameter.DisplayName:Build selector for Copy Artifact.static StringKeyRunSelectorPermissionProperty.DisplayName:Permission to Copy Artifact.static StringKeyRunSelectorPermissionProperty.MissingProject:Unable to find project: {0}.static StringKeySelectRunStep.DisplayName:Select Run.static StringKeySelectRunStep.MissingJob:Unable to find any job named: {0}. This may be due to incorrect project name or permission settings.static StringKeySelectRunStep.MissingJobParameter:Job parameter not provided.static StringSelectRunStep_MissingRun(Object arg0, Object arg1, Object arg2) KeySelectRunStep.MissingRun:Unable to find Run for: {0}, with selector: {1} and filter: {2}.static StringKeySelectRunStep.MissingRunFilter:Run Filter was not provided.static StringKeySelectRunStep.MissingRunSelector:Run Selector was not provided, using the default one: {0}.static StringKeyStatusRunSelector.BuildStatus.Any:Any including not completed.static StringKeyStatusRunSelector.BuildStatus.Completed:Completed, any status.static StringKeyStatusRunSelector.BuildStatus.Failed:Failed.static StringKeyStatusRunSelector.BuildStatus.Stable:Stable.static StringKeyStatusRunSelector.BuildStatus.Successful:Stable or Unstable.static StringKeyStatusRunSelector.BuildStatus.Unstable:Unstable.static StringKeyStatusRunSelector.DisplayName:Latest specific status build.static StringKeyTriggeredRunSelector.DisplayName:Upstream build that triggered this job.static StringKeyWorkspaceSelector.DisplayName:Copy from WORKSPACE of latest completed build.
-
Constructor Details
-
Messages
public Messages()
-
-
Method Details
-
StatusRunSelector_BuildStatus_Stable
KeyStatusRunSelector.BuildStatus.Stable:Stable.- Returns:
Stable
-
_StatusRunSelector_BuildStatus_Stable
public static org.jvnet.localizer.Localizable _StatusRunSelector_BuildStatus_Stable()KeyStatusRunSelector.BuildStatus.Stable:Stable.- Returns:
Stable
-
ParameterizedRunSelector_DisplayName
KeyParameterizedRunSelector.DisplayName:Specified by a build parameter.- Returns:
Specified by a build parameter
-
_ParameterizedRunSelector_DisplayName
public static org.jvnet.localizer.Localizable _ParameterizedRunSelector_DisplayName()KeyParameterizedRunSelector.DisplayName:Specified by a build parameter.- Returns:
Specified by a build parameter
-
PermalinkRunSelector_DisplayName
KeyPermalinkRunSelector.DisplayName:Specified by permalink.- Returns:
Specified by permalink
-
_PermalinkRunSelector_DisplayName
public static org.jvnet.localizer.Localizable _PermalinkRunSelector_DisplayName()KeyPermalinkRunSelector.DisplayName:Specified by permalink.- Returns:
Specified by permalink
-
StatusRunSelector_BuildStatus_Unstable
KeyStatusRunSelector.BuildStatus.Unstable:Unstable.- Returns:
Unstable
-
_StatusRunSelector_BuildStatus_Unstable
public static org.jvnet.localizer.Localizable _StatusRunSelector_BuildStatus_Unstable()KeyStatusRunSelector.BuildStatus.Unstable:Unstable.- Returns:
Unstable
-
SelectRunStep_MissingRunSelector
KeySelectRunStep.MissingRunSelector:Run Selector was not provided, using the default one: {0}.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Run Selector was not provided, using the default one: {0}
-
_SelectRunStep_MissingRunSelector
KeySelectRunStep.MissingRunSelector:Run Selector was not provided, using the default one: {0}.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Run Selector was not provided, using the default one: {0}
-
RunSelector_MavenProject
KeyRunSelector.MavenProject:Artifacts will be copied from all modules of this Maven project; click the help icon to learn about selecting a particular module..- Returns:
Artifacts will be copied from all modules of this Maven project; click the help icon to learn about selecting a particular module.
-
_RunSelector_MavenProject
public static org.jvnet.localizer.Localizable _RunSelector_MavenProject()KeyRunSelector.MavenProject:Artifacts will be copied from all modules of this Maven project; click the help icon to learn about selecting a particular module..- Returns:
Artifacts will be copied from all modules of this Maven project; click the help icon to learn about selecting a particular module.
-
StatusRunSelector_BuildStatus_Failed
KeyStatusRunSelector.BuildStatus.Failed:Failed.- Returns:
Failed
-
_StatusRunSelector_BuildStatus_Failed
public static org.jvnet.localizer.Localizable _StatusRunSelector_BuildStatus_Failed()KeyStatusRunSelector.BuildStatus.Failed:Failed.- Returns:
Failed
-
StatusRunSelector_BuildStatus_Any
KeyStatusRunSelector.BuildStatus.Any:Any including not completed.- Returns:
Any including not completed
-
_StatusRunSelector_BuildStatus_Any
public static org.jvnet.localizer.Localizable _StatusRunSelector_BuildStatus_Any()KeyStatusRunSelector.BuildStatus.Any:Any including not completed.- Returns:
Any including not completed
-
RunSelectorParameter_DisplayName
KeyRunSelectorParameter.DisplayName:Build selector for Copy Artifact.- Returns:
Build selector for Copy Artifact
-
_RunSelectorParameter_DisplayName
public static org.jvnet.localizer.Localizable _RunSelectorParameter_DisplayName()KeyRunSelectorParameter.DisplayName:Build selector for Copy Artifact.- Returns:
Build selector for Copy Artifact
-
RunSelectorPermissionProperty_MissingProject
KeyRunSelectorPermissionProperty.MissingProject:Unable to find project: {0}.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Unable to find project: {0}
-
_RunSelectorPermissionProperty_MissingProject
public static org.jvnet.localizer.Localizable _RunSelectorPermissionProperty_MissingProject(Object arg0) KeyRunSelectorPermissionProperty.MissingProject:Unable to find project: {0}.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Unable to find project: {0}
-
SelectRunStep_MissingRun
KeySelectRunStep.MissingRun:Unable to find Run for: {0}, with selector: {1} and filter: {2}.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).arg1- 2nd format parameter,{1}, asString.valueOf(Object).arg2- 3rd format parameter,{2}, asString.valueOf(Object).- Returns:
Unable to find Run for: {0}, with selector: {1} and filter: {2}
-
_SelectRunStep_MissingRun
public static org.jvnet.localizer.Localizable _SelectRunStep_MissingRun(Object arg0, Object arg1, Object arg2) KeySelectRunStep.MissingRun:Unable to find Run for: {0}, with selector: {1} and filter: {2}.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).arg1- 2nd format parameter,{1}, asString.valueOf(Object).arg2- 3rd format parameter,{2}, asString.valueOf(Object).- Returns:
Unable to find Run for: {0}, with selector: {1} and filter: {2}
-
RunFilterParameter_DisplayName
KeyRunFilterParameter.DisplayName:Build filter for Copy Artifact.- Returns:
Build filter for Copy Artifact
-
_RunFilterParameter_DisplayName
public static org.jvnet.localizer.Localizable _RunFilterParameter_DisplayName()KeyRunFilterParameter.DisplayName:Build filter for Copy Artifact.- Returns:
Build filter for Copy Artifact
-
RunSelector_MissingBuild
KeyRunSelector.MissingBuild:Unable to find a build for artifact copy from: {0}.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Unable to find a build for artifact copy from: {0}
-
_RunSelector_MissingBuild
KeyRunSelector.MissingBuild:Unable to find a build for artifact copy from: {0}.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Unable to find a build for artifact copy from: {0}
-
RunSelector_ParameterizedName
KeyRunSelector.ParameterizedName:Value references a build parameter, so it cannot be validated..- Returns:
Value references a build parameter, so it cannot be validated.
-
_RunSelector_ParameterizedName
public static org.jvnet.localizer.Localizable _RunSelector_ParameterizedName()KeyRunSelector.ParameterizedName:Value references a build parameter, so it cannot be validated..- Returns:
Value references a build parameter, so it cannot be validated.
-
RunSelector_DisplayName
KeyRunSelector.DisplayName:Copy artifacts from another project.- Returns:
Copy artifacts from another project
-
_RunSelector_DisplayName
public static org.jvnet.localizer.Localizable _RunSelector_DisplayName()KeyRunSelector.DisplayName:Copy artifacts from another project.- Returns:
Copy artifacts from another project
-
StatusRunSelector_DisplayName
KeyStatusRunSelector.DisplayName:Latest specific status build.- Returns:
Latest specific status build
-
_StatusRunSelector_DisplayName
public static org.jvnet.localizer.Localizable _StatusRunSelector_DisplayName()KeyStatusRunSelector.DisplayName:Latest specific status build.- Returns:
Latest specific status build
-
SelectRunStep_MissingJob
KeySelectRunStep.MissingJob:Unable to find any job named: {0}. This may be due to incorrect project name or permission settings.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Unable to find any job named: {0}. This may be due to incorrect project name or permission settings
-
_SelectRunStep_MissingJob
KeySelectRunStep.MissingJob:Unable to find any job named: {0}. This may be due to incorrect project name or permission settings.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Unable to find any job named: {0}. This may be due to incorrect project name or permission settings
-
WorkspaceSelector_DisplayName
KeyWorkspaceSelector.DisplayName:Copy from WORKSPACE of latest completed build.- Returns:
Copy from WORKSPACE of latest completed build
-
_WorkspaceSelector_DisplayName
public static org.jvnet.localizer.Localizable _WorkspaceSelector_DisplayName()KeyWorkspaceSelector.DisplayName:Copy from WORKSPACE of latest completed build.- Returns:
Copy from WORKSPACE of latest completed build
-
RunSelector_FailedToCopy
KeyRunSelector.FailedToCopy:Failed to copy artifacts from {0}.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Failed to copy artifacts from {0}
-
_RunSelector_FailedToCopy
KeyRunSelector.FailedToCopy:Failed to copy artifacts from {0}.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Failed to copy artifacts from {0}
-
SelectRunStep_DisplayName
KeySelectRunStep.DisplayName:Select Run.- Returns:
Select Run
-
_SelectRunStep_DisplayName
public static org.jvnet.localizer.Localizable _SelectRunStep_DisplayName()KeySelectRunStep.DisplayName:Select Run.- Returns:
Select Run
-
SelectRunStep_MissingRunFilter
KeySelectRunStep.MissingRunFilter:Run Filter was not provided.- Returns:
Run Filter was not provided
-
_SelectRunStep_MissingRunFilter
public static org.jvnet.localizer.Localizable _SelectRunStep_MissingRunFilter()KeySelectRunStep.MissingRunFilter:Run Filter was not provided.- Returns:
Run Filter was not provided
-
TriggeredRunSelector_DisplayName
KeyTriggeredRunSelector.DisplayName:Upstream build that triggered this job.- Returns:
Upstream build that triggered this job
-
_TriggeredRunSelector_DisplayName
public static org.jvnet.localizer.Localizable _TriggeredRunSelector_DisplayName()KeyTriggeredRunSelector.DisplayName:Upstream build that triggered this job.- Returns:
Upstream build that triggered this job
-
StatusRunSelector_BuildStatus_Completed
KeyStatusRunSelector.BuildStatus.Completed:Completed, any status.- Returns:
Completed, any status
-
_StatusRunSelector_BuildStatus_Completed
public static org.jvnet.localizer.Localizable _StatusRunSelector_BuildStatus_Completed()KeyStatusRunSelector.BuildStatus.Completed:Completed, any status.- Returns:
Completed, any status
-
StatusRunSelector_BuildStatus_Successful
KeyStatusRunSelector.BuildStatus.Successful:Stable or Unstable.- Returns:
Stable or Unstable
-
_StatusRunSelector_BuildStatus_Successful
public static org.jvnet.localizer.Localizable _StatusRunSelector_BuildStatus_Successful()KeyStatusRunSelector.BuildStatus.Successful:Stable or Unstable.- Returns:
Stable or Unstable
-
LastCompletedRunSelector_DisplayName
KeyLastCompletedRunSelector.DisplayName:Last completed build (ignoring build status).- Returns:
Last completed build (ignoring build status)
-
_LastCompletedRunSelector_DisplayName
public static org.jvnet.localizer.Localizable _LastCompletedRunSelector_DisplayName()KeyLastCompletedRunSelector.DisplayName:Last completed build (ignoring build status).- Returns:
Last completed build (ignoring build status)
-
SelectRunStep_MissingJobParameter
KeySelectRunStep.MissingJobParameter:Job parameter not provided.- Returns:
Job parameter not provided
-
_SelectRunStep_MissingJobParameter
public static org.jvnet.localizer.Localizable _SelectRunStep_MissingJobParameter()KeySelectRunStep.MissingJobParameter:Job parameter not provided.- Returns:
Job parameter not provided
-
RunSelector_MatrixProject
KeyRunSelector.MatrixProject:Artifacts will be copied from all configurations of this multiconfiguration project; click the help icon to learn about selecting a particular configuration..- Returns:
Artifacts will be copied from all configurations of this multiconfiguration project; click the help icon to learn about selecting a particular configuration.
-
_RunSelector_MatrixProject
public static org.jvnet.localizer.Localizable _RunSelector_MatrixProject()KeyRunSelector.MatrixProject:Artifacts will be copied from all configurations of this multiconfiguration project; click the help icon to learn about selecting a particular configuration..- Returns:
Artifacts will be copied from all configurations of this multiconfiguration project; click the help icon to learn about selecting a particular configuration.
-
RunSelector_InvalidVariableName
KeyRunSelector.InvalidVariableName:Contains letters not applicable for variable names..- Returns:
Contains letters not applicable for variable names.
-
_RunSelector_InvalidVariableName
public static org.jvnet.localizer.Localizable _RunSelector_InvalidVariableName()KeyRunSelector.InvalidVariableName:Contains letters not applicable for variable names..- Returns:
Contains letters not applicable for variable names.
-
RunSelector_AncestorIsNull
KeyRunSelector.AncestorIsNull:Context Unknown: the value specified cannot be validated.- Returns:
Context Unknown: the value specified cannot be validated
-
_RunSelector_AncestorIsNull
public static org.jvnet.localizer.Localizable _RunSelector_AncestorIsNull()KeyRunSelector.AncestorIsNull:Context Unknown: the value specified cannot be validated.- Returns:
Context Unknown: the value specified cannot be validated
-
ParametersRunFilter_DisplayName
KeyParametersRunFilter.DisplayName:Filter with build parameters.- Returns:
Filter with build parameters
-
_ParametersRunFilter_DisplayName
public static org.jvnet.localizer.Localizable _ParametersRunFilter_DisplayName()KeyParametersRunFilter.DisplayName:Filter with build parameters.- Returns:
Filter with build parameters
-
RunSelector_MissingProject
KeyRunSelector.MissingProject:Unable to find project for artifact copy: {0} This may be due to incorrect project name or permission settings; see help for project name in job configuration..- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Unable to find project for artifact copy: {0} This may be due to incorrect project name or permission settings; see help for project name in job configuration.
-
_RunSelector_MissingProject
KeyRunSelector.MissingProject:Unable to find project for artifact copy: {0} This may be due to incorrect project name or permission settings; see help for project name in job configuration..- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Unable to find project for artifact copy: {0} This may be due to incorrect project name or permission settings; see help for project name in job configuration.
-
RunSelectorPermissionProperty_DisplayName
KeyRunSelectorPermissionProperty.DisplayName:Permission to Copy Artifact.- Returns:
Permission to Copy Artifact
-
_RunSelectorPermissionProperty_DisplayName
public static org.jvnet.localizer.Localizable _RunSelectorPermissionProperty_DisplayName()KeyRunSelectorPermissionProperty.DisplayName:Permission to Copy Artifact.- Returns:
Permission to Copy Artifact
-