Class Messages
java.lang.Object
org.jenkinsci.plugins.pipeline.modeldefinition.validator.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
KeyBlockedStepsAndMethodCalls.BlockedSteps.Node
:The node step cannot be called as an argument to a method in Declarative Pipelines
.static org.jvnet.localizer.Localizable
KeyBlockedStepsAndMethodCalls.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
KeyBlockedStepsAndMethodCalls.BlockedSteps.Properties
:The properties step cannot be used in Declarative Pipelines
.static org.jvnet.localizer.Localizable
KeyBlockedStepsAndMethodCalls.BlockedSteps.Stage
:The stage step cannot be used in Declarative Pipelines
.static org.jvnet.localizer.Localizable
KeyParametersAndTriggersInOptions.RejectParameters
:The "parameters" job property can't be used in the "options" directive. Use the "parameters {...}" directive instead.
.static org.jvnet.localizer.Localizable
KeyParametersAndTriggersInOptions.RejectTriggers
:The "triggers" job property can't be used in the "options" directive. Use the "triggers {...}" directive instead.
.static String
KeyBlockedStepsAndMethodCalls.BlockedSteps.Node
:The node step cannot be called as an argument to a method in Declarative Pipelines
.static String
KeyBlockedStepsAndMethodCalls.BlockedSteps.Parallel
:The parallel step can only be used as the only top-level step in a stage's step block
.static String
KeyBlockedStepsAndMethodCalls.BlockedSteps.Properties
:The properties step cannot be used in Declarative Pipelines
.static String
KeyBlockedStepsAndMethodCalls.BlockedSteps.Stage
:The stage step cannot be used in Declarative Pipelines
.static String
KeyParametersAndTriggersInOptions.RejectParameters
:The "parameters" job property can't be used in the "options" directive. Use the "parameters {...}" directive instead.
.static String
KeyParametersAndTriggersInOptions.RejectTriggers
:The "triggers" job property can't be used in the "options" directive. Use the "triggers {...}" directive instead.
.
-
Constructor Details
-
Messages
public Messages()
-
-
Method Details
-
BlockedStepsAndMethodCalls_BlockedSteps_Properties
KeyBlockedStepsAndMethodCalls.BlockedSteps.Properties
:The properties step cannot be used in Declarative Pipelines
.- Returns:
The properties step cannot be used in Declarative Pipelines
-
_BlockedStepsAndMethodCalls_BlockedSteps_Properties
public static org.jvnet.localizer.Localizable _BlockedStepsAndMethodCalls_BlockedSteps_Properties()KeyBlockedStepsAndMethodCalls.BlockedSteps.Properties
:The properties step cannot be used in Declarative Pipelines
.- Returns:
The properties step cannot be used in Declarative Pipelines
-
BlockedStepsAndMethodCalls_BlockedSteps_Parallel
KeyBlockedStepsAndMethodCalls.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
-
_BlockedStepsAndMethodCalls_BlockedSteps_Parallel
public static org.jvnet.localizer.Localizable _BlockedStepsAndMethodCalls_BlockedSteps_Parallel()KeyBlockedStepsAndMethodCalls.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
-
BlockedStepsAndMethodCalls_BlockedSteps_Node
KeyBlockedStepsAndMethodCalls.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
-
_BlockedStepsAndMethodCalls_BlockedSteps_Node
public static org.jvnet.localizer.Localizable _BlockedStepsAndMethodCalls_BlockedSteps_Node()KeyBlockedStepsAndMethodCalls.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
-
ParametersAndTriggersInOptions_RejectTriggers
KeyParametersAndTriggersInOptions.RejectTriggers
:The "triggers" job property can't be used in the "options" directive. Use the "triggers {...}" directive instead.
.- Returns:
The "triggers" job property can't be used in the "options" directive. Use the "triggers {...}" directive instead.
-
_ParametersAndTriggersInOptions_RejectTriggers
public static org.jvnet.localizer.Localizable _ParametersAndTriggersInOptions_RejectTriggers()KeyParametersAndTriggersInOptions.RejectTriggers
:The "triggers" job property can't be used in the "options" directive. Use the "triggers {...}" directive instead.
.- Returns:
The "triggers" job property can't be used in the "options" directive. Use the "triggers {...}" directive instead.
-
BlockedStepsAndMethodCalls_BlockedSteps_Stage
KeyBlockedStepsAndMethodCalls.BlockedSteps.Stage
:The stage step cannot be used in Declarative Pipelines
.- Returns:
The stage step cannot be used in Declarative Pipelines
-
_BlockedStepsAndMethodCalls_BlockedSteps_Stage
public static org.jvnet.localizer.Localizable _BlockedStepsAndMethodCalls_BlockedSteps_Stage()KeyBlockedStepsAndMethodCalls.BlockedSteps.Stage
:The stage step cannot be used in Declarative Pipelines
.- Returns:
The stage step cannot be used in Declarative Pipelines
-
ParametersAndTriggersInOptions_RejectParameters
KeyParametersAndTriggersInOptions.RejectParameters
:The "parameters" job property can't be used in the "options" directive. Use the "parameters {...}" directive instead.
.- Returns:
The "parameters" job property can't be used in the "options" directive. Use the "parameters {...}" directive instead.
-
_ParametersAndTriggersInOptions_RejectParameters
public static org.jvnet.localizer.Localizable _ParametersAndTriggersInOptions_RejectParameters()KeyParametersAndTriggersInOptions.RejectParameters
:The "parameters" job property can't be used in the "options" directive. Use the "parameters {...}" directive instead.
.- Returns:
The "parameters" job property can't be used in the "options" directive. Use the "parameters {...}" directive instead.
-