Class Messages
- java.lang.Object
-
- com.axis.jenkins.plugins.eiffel.eiffelbroadcaster.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
_BuildWithEiffelStep_cannot_find(Object arg0)
KeyBuildWithEiffelStep.cannot_find
:No such job {0}
.static org.jvnet.localizer.Localizable
_BuildWithEiffelStep_explicitly_disabling_both_propagate_and_wait()
KeyBuildWithEiffelStep.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
_BuildWithEiffelStep_no_job_configured()
KeyBuildWithEiffelStep.no_job_configured
:No job configured
.static org.jvnet.localizer.Localizable
_BuildWithEiffelStep_no_wait_for_non_jobs()
KeyBuildWithEiffelStep.no_wait_for_non_jobs
:Waiting for non-job items is not supported
.static org.jvnet.localizer.Localizable
_BuildWithEiffelStep_unsupported(Object arg0)
KeyBuildWithEiffelStep.unsupported
:Building a {0} is not supported
.static org.jvnet.localizer.Localizable
_BuildWithEiffelStepExecution_building_(Object arg0)
KeyBuildWithEiffelStepExecution.building_
:Building {0}
.static org.jvnet.localizer.Localizable
_BuildWithEiffelStepExecution_convertedParameterDescription(Object arg0, Object arg1, Object arg2)
KeyBuildWithEiffelStepExecution.convertedParameterDescription
:{0} (Automatically converted to {1} because {2} passed the parameter using a different type)
.static String
BuildWithEiffelStep_cannot_find(Object arg0)
KeyBuildWithEiffelStep.cannot_find
:No such job {0}
.static String
BuildWithEiffelStep_explicitly_disabling_both_propagate_and_wait()
KeyBuildWithEiffelStep.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
BuildWithEiffelStep_no_job_configured()
KeyBuildWithEiffelStep.no_job_configured
:No job configured
.static String
BuildWithEiffelStep_no_wait_for_non_jobs()
KeyBuildWithEiffelStep.no_wait_for_non_jobs
:Waiting for non-job items is not supported
.static String
BuildWithEiffelStep_unsupported(Object arg0)
KeyBuildWithEiffelStep.unsupported
:Building a {0} is not supported
.static String
BuildWithEiffelStepExecution_building_(Object arg0)
KeyBuildWithEiffelStepExecution.building_
:Building {0}
.static String
BuildWithEiffelStepExecution_convertedParameterDescription(Object arg0, Object arg1, Object arg2)
KeyBuildWithEiffelStepExecution.convertedParameterDescription
:{0} (Automatically converted to {1} because {2} passed the parameter using a different type)
.
-
-
-
Method Detail
-
BuildWithEiffelStepExecution_building_
public static String BuildWithEiffelStepExecution_building_(Object arg0)
KeyBuildWithEiffelStepExecution.building_
:Building {0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Building {0}
-
_BuildWithEiffelStepExecution_building_
public static org.jvnet.localizer.Localizable _BuildWithEiffelStepExecution_building_(Object arg0)
KeyBuildWithEiffelStepExecution.building_
:Building {0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Building {0}
-
BuildWithEiffelStep_cannot_find
public static String BuildWithEiffelStep_cannot_find(Object arg0)
KeyBuildWithEiffelStep.cannot_find
:No such job {0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
No such job {0}
-
_BuildWithEiffelStep_cannot_find
public static org.jvnet.localizer.Localizable _BuildWithEiffelStep_cannot_find(Object arg0)
KeyBuildWithEiffelStep.cannot_find
:No such job {0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
No such job {0}
-
BuildWithEiffelStep_no_job_configured
public static String BuildWithEiffelStep_no_job_configured()
KeyBuildWithEiffelStep.no_job_configured
:No job configured
.- Returns:
No job configured
-
_BuildWithEiffelStep_no_job_configured
public static org.jvnet.localizer.Localizable _BuildWithEiffelStep_no_job_configured()
KeyBuildWithEiffelStep.no_job_configured
:No job configured
.- Returns:
No job configured
-
BuildWithEiffelStepExecution_convertedParameterDescription
public static String BuildWithEiffelStepExecution_convertedParameterDescription(Object arg0, Object arg1, Object arg2)
KeyBuildWithEiffelStepExecution.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)
-
_BuildWithEiffelStepExecution_convertedParameterDescription
public static org.jvnet.localizer.Localizable _BuildWithEiffelStepExecution_convertedParameterDescription(Object arg0, Object arg1, Object arg2)
KeyBuildWithEiffelStepExecution.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)
-
BuildWithEiffelStep_no_wait_for_non_jobs
public static String BuildWithEiffelStep_no_wait_for_non_jobs()
KeyBuildWithEiffelStep.no_wait_for_non_jobs
:Waiting for non-job items is not supported
.- Returns:
Waiting for non-job items is not supported
-
_BuildWithEiffelStep_no_wait_for_non_jobs
public static org.jvnet.localizer.Localizable _BuildWithEiffelStep_no_wait_for_non_jobs()
KeyBuildWithEiffelStep.no_wait_for_non_jobs
:Waiting for non-job items is not supported
.- Returns:
Waiting for non-job items is not supported
-
BuildWithEiffelStep_unsupported
public static String BuildWithEiffelStep_unsupported(Object arg0)
KeyBuildWithEiffelStep.unsupported
:Building a {0} is not supported
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Building a {0} is not supported
-
_BuildWithEiffelStep_unsupported
public static org.jvnet.localizer.Localizable _BuildWithEiffelStep_unsupported(Object arg0)
KeyBuildWithEiffelStep.unsupported
:Building a {0} is not supported
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Building a {0} is not supported
-
BuildWithEiffelStep_explicitly_disabling_both_propagate_and_wait
public static String BuildWithEiffelStep_explicitly_disabling_both_propagate_and_wait()
KeyBuildWithEiffelStep.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.
-
_BuildWithEiffelStep_explicitly_disabling_both_propagate_and_wait
public static org.jvnet.localizer.Localizable _BuildWithEiffelStep_explicitly_disabling_both_propagate_and_wait()
KeyBuildWithEiffelStep.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.
-
-