Class Messages
java.lang.Object
org.jenkinsci.plugins.pipeline.modeldefinition.ast.Messages
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class)
public class Messages
extends Object
Generated localization support class.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.jvnet.localizer.Localizable
KeyModelASTMethodCall.BlockedSteps.Node
:The node step cannot be called as an argument to a method in Declarative Pipelines
.static org.jvnet.localizer.Localizable
KeyModelASTStep.BlockedSteps.Parallel
:The parallel step can only be used as the only top-level step in a stage's step block
.static org.jvnet.localizer.Localizable
KeyModelASTStep.BlockedSteps.Properties
:The properties step cannot be used in Declarative Pipelines
.static org.jvnet.localizer.Localizable
KeyModelASTStep.BlockedSteps.Stage
:The stage step cannot be used in Declarative Pipelines
.static String
KeyModelASTMethodCall.BlockedSteps.Node
:The node step cannot be called as an argument to a method in Declarative Pipelines
.static String
KeyModelASTStep.BlockedSteps.Parallel
:The parallel step can only be used as the only top-level step in a stage's step block
.static String
KeyModelASTStep.BlockedSteps.Properties
:The properties step cannot be used in Declarative Pipelines
.static String
KeyModelASTStep.BlockedSteps.Stage
:The stage step cannot be used in Declarative Pipelines
.
-
Constructor Details
-
Messages
public Messages()
-
-
Method Details
-
ModelASTMethodCall_BlockedSteps_Node
KeyModelASTMethodCall.BlockedSteps.Node
:The node step cannot be called as an argument to a method in Declarative Pipelines
.- Returns:
The node step cannot be called as an argument to a method in Declarative Pipelines
-
_ModelASTMethodCall_BlockedSteps_Node
public static org.jvnet.localizer.Localizable _ModelASTMethodCall_BlockedSteps_Node()KeyModelASTMethodCall.BlockedSteps.Node
:The node step cannot be called as an argument to a method in Declarative Pipelines
.- Returns:
The node step cannot be called as an argument to a method in Declarative Pipelines
-
ModelASTStep_BlockedSteps_Properties
KeyModelASTStep.BlockedSteps.Properties
:The properties step cannot be used in Declarative Pipelines
.- Returns:
The properties step cannot be used in Declarative Pipelines
-
_ModelASTStep_BlockedSteps_Properties
public static org.jvnet.localizer.Localizable _ModelASTStep_BlockedSteps_Properties()KeyModelASTStep.BlockedSteps.Properties
:The properties step cannot be used in Declarative Pipelines
.- Returns:
The properties step cannot be used in Declarative Pipelines
-
ModelASTStep_BlockedSteps_Stage
KeyModelASTStep.BlockedSteps.Stage
:The stage step cannot be used in Declarative Pipelines
.- Returns:
The stage step cannot be used in Declarative Pipelines
-
_ModelASTStep_BlockedSteps_Stage
public static org.jvnet.localizer.Localizable _ModelASTStep_BlockedSteps_Stage()KeyModelASTStep.BlockedSteps.Stage
:The stage step cannot be used in Declarative Pipelines
.- Returns:
The stage step cannot be used in Declarative Pipelines
-
ModelASTStep_BlockedSteps_Parallel
KeyModelASTStep.BlockedSteps.Parallel
:The parallel step can only be used as the only top-level step in a stage's step block
.- Returns:
The parallel step can only be used as the only top-level step in a stage's step block
-
_ModelASTStep_BlockedSteps_Parallel
public static org.jvnet.localizer.Localizable _ModelASTStep_BlockedSteps_Parallel()KeyModelASTStep.BlockedSteps.Parallel
:The parallel step can only be used as the only top-level step in a stage's step block
.- Returns:
The parallel step can only be used as the only top-level step in a stage's step block
-