Class Messages
- java.lang.Object
-
- org.jenkinsci.plugins.workflow.support.steps.stage.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
_StageStepExecution_concurrency_not_supported()
KeyStageStepExecution.concurrency_not_supported
:The ‘concurrency’ parameter is no longer supported in ‘stage’; try ‘lock’ and/or ‘milestone’ steps instead.
.static org.jvnet.localizer.Localizable
_StageStepExecution_non_block_mode_deprecated()
KeyStageStepExecution.non_block_mode_deprecated
:Using the ‘stage’ step without a block argument is deprecated
.static String
StageStepExecution_concurrency_not_supported()
KeyStageStepExecution.concurrency_not_supported
:The ‘concurrency’ parameter is no longer supported in ‘stage’; try ‘lock’ and/or ‘milestone’ steps instead.
.static String
StageStepExecution_non_block_mode_deprecated()
KeyStageStepExecution.non_block_mode_deprecated
:Using the ‘stage’ step without a block argument is deprecated
.
-
-
-
Method Detail
-
StageStepExecution_concurrency_not_supported
public static String StageStepExecution_concurrency_not_supported()
KeyStageStepExecution.concurrency_not_supported
:The ‘concurrency’ parameter is no longer supported in ‘stage’; try ‘lock’ and/or ‘milestone’ steps instead.
.- Returns:
The ‘concurrency’ parameter is no longer supported in ‘stage’; try ‘lock’ and/or ‘milestone’ steps instead.
-
_StageStepExecution_concurrency_not_supported
public static org.jvnet.localizer.Localizable _StageStepExecution_concurrency_not_supported()
KeyStageStepExecution.concurrency_not_supported
:The ‘concurrency’ parameter is no longer supported in ‘stage’; try ‘lock’ and/or ‘milestone’ steps instead.
.- Returns:
The ‘concurrency’ parameter is no longer supported in ‘stage’; try ‘lock’ and/or ‘milestone’ steps instead.
-
StageStepExecution_non_block_mode_deprecated
public static String StageStepExecution_non_block_mode_deprecated()
KeyStageStepExecution.non_block_mode_deprecated
:Using the ‘stage’ step without a block argument is deprecated
.- Returns:
Using the ‘stage’ step without a block argument is deprecated
-
_StageStepExecution_non_block_mode_deprecated
public static org.jvnet.localizer.Localizable _StageStepExecution_non_block_mode_deprecated()
KeyStageStepExecution.non_block_mode_deprecated
:Using the ‘stage’ step without a block argument is deprecated
.- Returns:
Using the ‘stage’ step without a block argument is deprecated
-
-