Class Messages
- java.lang.Object
-
- org.jenkinsci.plugins.workflow.support.steps.build.Messages
-
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class) public class Messages extends Object
Generated localization support class.
-
-
Constructor Summary
Constructors Constructor Description Messages()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.jvnet.localizer.Localizable
_BuildTriggerStep_cannot_find(Object arg0)
KeyBuildTriggerStep.cannot_find
:No such job {0}
.static org.jvnet.localizer.Localizable
_BuildTriggerStep_explicitly_disabling_both_propagate_and_wait()
KeyBuildTriggerStep.explicitly_disabling_both_propagate_and_wait
:Explicitly disabling both <code>propagate</code> and <code>wait</code> is redundant, since <code>propagate</code> is ignored when <code>wait</code> is disabled. For brevity, leave <code>propagate</code> at its default.
.static org.jvnet.localizer.Localizable
_BuildTriggerStep_no_job_configured()
KeyBuildTriggerStep.no_job_configured
:No job configured
.static org.jvnet.localizer.Localizable
_BuildTriggerStep_no_wait_for_non_jobs()
KeyBuildTriggerStep.no_wait_for_non_jobs
:Waiting for non-job items is not supported
.static org.jvnet.localizer.Localizable
_BuildTriggerStep_unsupported(Object arg0)
KeyBuildTriggerStep.unsupported
:Building a {0} is not supported
.static org.jvnet.localizer.Localizable
_BuildTriggerStepExecution_building_(Object arg0)
KeyBuildTriggerStepExecution.building_
:Building {0}
.static org.jvnet.localizer.Localizable
_BuildTriggerStepExecution_convertedParameterDescription(Object arg0, Object arg1, Object arg2)
KeyBuildTriggerStepExecution.convertedParameterDescription
:{0} (Automatically converted to {1} because {2} passed the parameter using a different type)
.static org.jvnet.localizer.Localizable
_WaitForBuildStep_cannot_find(Object arg0)
KeyWaitForBuildStep.cannot_find
:No such run with externalizable id {0}
.static org.jvnet.localizer.Localizable
_WaitForBuildStep_no_run_configured()
KeyWaitForBuildStep.no_run_configured
:No runId configured
.static String
BuildTriggerStep_cannot_find(Object arg0)
KeyBuildTriggerStep.cannot_find
:No such job {0}
.static String
BuildTriggerStep_explicitly_disabling_both_propagate_and_wait()
KeyBuildTriggerStep.explicitly_disabling_both_propagate_and_wait
:Explicitly disabling both <code>propagate</code> and <code>wait</code> is redundant, since <code>propagate</code> is ignored when <code>wait</code> is disabled. For brevity, leave <code>propagate</code> at its default.
.static String
BuildTriggerStep_no_job_configured()
KeyBuildTriggerStep.no_job_configured
:No job configured
.static String
BuildTriggerStep_no_wait_for_non_jobs()
KeyBuildTriggerStep.no_wait_for_non_jobs
:Waiting for non-job items is not supported
.static String
BuildTriggerStep_unsupported(Object arg0)
KeyBuildTriggerStep.unsupported
:Building a {0} is not supported
.static String
BuildTriggerStepExecution_building_(Object arg0)
KeyBuildTriggerStepExecution.building_
:Building {0}
.static String
BuildTriggerStepExecution_convertedParameterDescription(Object arg0, Object arg1, Object arg2)
KeyBuildTriggerStepExecution.convertedParameterDescription
:{0} (Automatically converted to {1} because {2} passed the parameter using a different type)
.static String
WaitForBuildStep_cannot_find(Object arg0)
KeyWaitForBuildStep.cannot_find
:No such run with externalizable id {0}
.static String
WaitForBuildStep_no_run_configured()
KeyWaitForBuildStep.no_run_configured
:No runId configured
.
-
-
-
Method Detail
-
BuildTriggerStep_no_wait_for_non_jobs
public static String BuildTriggerStep_no_wait_for_non_jobs()
KeyBuildTriggerStep.no_wait_for_non_jobs
:Waiting for non-job items is not supported
.- Returns:
Waiting for non-job items is not supported
-
_BuildTriggerStep_no_wait_for_non_jobs
public static org.jvnet.localizer.Localizable _BuildTriggerStep_no_wait_for_non_jobs()
KeyBuildTriggerStep.no_wait_for_non_jobs
:Waiting for non-job items is not supported
.- Returns:
Waiting for non-job items is not supported
-
BuildTriggerStepExecution_convertedParameterDescription
public static String BuildTriggerStepExecution_convertedParameterDescription(Object arg0, Object arg1, Object arg2)
KeyBuildTriggerStepExecution.convertedParameterDescription
:{0} (Automatically converted to {1} because {2} passed the parameter using a different type)
.- Parameters:
arg2
- 3rd format parameter,{2}
, asString.valueOf(Object)
.arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
{0} (Automatically converted to {1} because {2} passed the parameter using a different type)
-
_BuildTriggerStepExecution_convertedParameterDescription
public static org.jvnet.localizer.Localizable _BuildTriggerStepExecution_convertedParameterDescription(Object arg0, Object arg1, Object arg2)
KeyBuildTriggerStepExecution.convertedParameterDescription
:{0} (Automatically converted to {1} because {2} passed the parameter using a different type)
.- Parameters:
arg2
- 3rd format parameter,{2}
, asString.valueOf(Object)
.arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
{0} (Automatically converted to {1} because {2} passed the parameter using a different type)
-
BuildTriggerStep_explicitly_disabling_both_propagate_and_wait
public static String BuildTriggerStep_explicitly_disabling_both_propagate_and_wait()
KeyBuildTriggerStep.explicitly_disabling_both_propagate_and_wait
:Explicitly disabling both <code>propagate</code> and <code>wait</code> is redundant, since <code>propagate</code> is ignored when <code>wait</code> is disabled. For brevity, leave <code>propagate</code> at its default.
.- Returns:
Explicitly disabling both <code>propagate</code> and <code>wait</code> is redundant, since <code>propagate</code> is ignored when <code>wait</code> is disabled. For brevity, leave <code>propagate</code> at its default.
-
_BuildTriggerStep_explicitly_disabling_both_propagate_and_wait
public static org.jvnet.localizer.Localizable _BuildTriggerStep_explicitly_disabling_both_propagate_and_wait()
KeyBuildTriggerStep.explicitly_disabling_both_propagate_and_wait
:Explicitly disabling both <code>propagate</code> and <code>wait</code> is redundant, since <code>propagate</code> is ignored when <code>wait</code> is disabled. For brevity, leave <code>propagate</code> at its default.
.- Returns:
Explicitly disabling both <code>propagate</code> and <code>wait</code> is redundant, since <code>propagate</code> is ignored when <code>wait</code> is disabled. For brevity, leave <code>propagate</code> at its default.
-
BuildTriggerStepExecution_building_
public static String BuildTriggerStepExecution_building_(Object arg0)
KeyBuildTriggerStepExecution.building_
:Building {0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Building {0}
-
_BuildTriggerStepExecution_building_
public static org.jvnet.localizer.Localizable _BuildTriggerStepExecution_building_(Object arg0)
KeyBuildTriggerStepExecution.building_
:Building {0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Building {0}
-
BuildTriggerStep_unsupported
public static String BuildTriggerStep_unsupported(Object arg0)
KeyBuildTriggerStep.unsupported
:Building a {0} is not supported
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Building a {0} is not supported
-
_BuildTriggerStep_unsupported
public static org.jvnet.localizer.Localizable _BuildTriggerStep_unsupported(Object arg0)
KeyBuildTriggerStep.unsupported
:Building a {0} is not supported
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Building a {0} is not supported
-
WaitForBuildStep_cannot_find
public static String WaitForBuildStep_cannot_find(Object arg0)
KeyWaitForBuildStep.cannot_find
:No such run with externalizable id {0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
No such run with externalizable id {0}
-
_WaitForBuildStep_cannot_find
public static org.jvnet.localizer.Localizable _WaitForBuildStep_cannot_find(Object arg0)
KeyWaitForBuildStep.cannot_find
:No such run with externalizable id {0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
No such run with externalizable id {0}
-
BuildTriggerStep_no_job_configured
public static String BuildTriggerStep_no_job_configured()
KeyBuildTriggerStep.no_job_configured
:No job configured
.- Returns:
No job configured
-
_BuildTriggerStep_no_job_configured
public static org.jvnet.localizer.Localizable _BuildTriggerStep_no_job_configured()
KeyBuildTriggerStep.no_job_configured
:No job configured
.- Returns:
No job configured
-
BuildTriggerStep_cannot_find
public static String BuildTriggerStep_cannot_find(Object arg0)
KeyBuildTriggerStep.cannot_find
:No such job {0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
No such job {0}
-
_BuildTriggerStep_cannot_find
public static org.jvnet.localizer.Localizable _BuildTriggerStep_cannot_find(Object arg0)
KeyBuildTriggerStep.cannot_find
:No such job {0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
No such job {0}
-
WaitForBuildStep_no_run_configured
public static String WaitForBuildStep_no_run_configured()
KeyWaitForBuildStep.no_run_configured
:No runId configured
.- Returns:
No runId configured
-
_WaitForBuildStep_no_run_configured
public static org.jvnet.localizer.Localizable _WaitForBuildStep_no_run_configured()
KeyWaitForBuildStep.no_run_configured
:No runId configured
.- Returns:
No runId configured
-
-