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 -
Method Summary
Modifier and TypeMethodDescriptionstatic org.jvnet.localizer.Localizable
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
KeyStageStepExecution.non_block_mode_deprecated
:Using the ‘stage’ step without a block argument is deprecated
.static String
KeyStageStepExecution.concurrency_not_supported
:The ‘concurrency’ parameter is no longer supported in ‘stage’; try ‘lock’ and/or ‘milestone’ steps instead.
.static String
KeyStageStepExecution.non_block_mode_deprecated
:Using the ‘stage’ step without a block argument is deprecated
.
-
Constructor Details
-
Messages
public Messages()
-
-
Method Details
-
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
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
-