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
Constructors Constructor Description Messages()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description 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.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.static org.jvnet.localizer.Localizable_ModelASTStep_BlockedSteps_Properties()KeyModelASTStep.BlockedSteps.Properties:The properties step cannot be used in Declarative Pipelines.static org.jvnet.localizer.Localizable_ModelASTStep_BlockedSteps_Stage()KeyModelASTStep.BlockedSteps.Stage:The stage step cannot be used in Declarative Pipelines.static StringModelASTMethodCall_BlockedSteps_Node()KeyModelASTMethodCall.BlockedSteps.Node:The node step cannot be called as an argument to a method in Declarative Pipelines.static StringModelASTStep_BlockedSteps_Parallel()KeyModelASTStep.BlockedSteps.Parallel:The parallel step can only be used as the only top-level step in a stage's step block.static StringModelASTStep_BlockedSteps_Properties()KeyModelASTStep.BlockedSteps.Properties:The properties step cannot be used in Declarative Pipelines.static StringModelASTStep_BlockedSteps_Stage()KeyModelASTStep.BlockedSteps.Stage:The stage step cannot be used in Declarative Pipelines.
-
-
-
Method Detail
-
ModelASTMethodCall_BlockedSteps_Node
public static String 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
public static String 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
public static String 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
public static String 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
-
-