Class Messages
java.lang.Object
org.jenkinsci.plugins.pipeline.modeldefinition.cli.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
KeyDeclarativeLinterCommand.ShortDescription
:Validate a Jenkinsfile containing a Declarative Pipeline
.static org.jvnet.localizer.Localizable
KeyRestartFromStageCommand.ShortDescription
:Restart a completed Declarative Pipeline build from a given stage.
.static String
KeyDeclarativeLinterCommand.ShortDescription
:Validate a Jenkinsfile containing a Declarative Pipeline
.static String
KeyRestartFromStageCommand.ShortDescription
:Restart a completed Declarative Pipeline build from a given stage.
.
-
Constructor Details
-
Messages
public Messages()
-
-
Method Details
-
RestartFromStageCommand_ShortDescription
KeyRestartFromStageCommand.ShortDescription
:Restart a completed Declarative Pipeline build from a given stage.
.- Returns:
Restart a completed Declarative Pipeline build from a given stage.
-
_RestartFromStageCommand_ShortDescription
public static org.jvnet.localizer.Localizable _RestartFromStageCommand_ShortDescription()KeyRestartFromStageCommand.ShortDescription
:Restart a completed Declarative Pipeline build from a given stage.
.- Returns:
Restart a completed Declarative Pipeline build from a given stage.
-
DeclarativeLinterCommand_ShortDescription
KeyDeclarativeLinterCommand.ShortDescription
:Validate a Jenkinsfile containing a Declarative Pipeline
.- Returns:
Validate a Jenkinsfile containing a Declarative Pipeline
-
_DeclarativeLinterCommand_ShortDescription
public static org.jvnet.localizer.Localizable _DeclarativeLinterCommand_ShortDescription()KeyDeclarativeLinterCommand.ShortDescription
:Validate a Jenkinsfile containing a Declarative Pipeline
.- Returns:
Validate a Jenkinsfile containing a Declarative Pipeline
-