Class ReplayPipelineCommand
java.lang.Object
hudson.cli.CLICommand
org.jenkinsci.plugins.workflow.cps.replay.ReplayPipelineCommand
- All Implemented Interfaces:
ExtensionPoint
,Cloneable
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Field Summary
FieldsFields inherited from class hudson.cli.CLICommand
ALLOW_AT_SYNTAX, channel, locale, stderr, stdin, stdout
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
approveScript
(String script, ReplayAction action) protected int
run()
Methods inherited from class hudson.cli.CLICommand
all, checkChannel, clone, createClone, getClientCharset, getClientEnvironmentVariable, getClientSystemProperty, getCmdLineParser, getCurrent, getLongDescription, getName, getSingleLineSummary, getTransportAuthentication, getTransportAuthentication2, getUsage, main, printUsage, printUsageSummary, registerOptionHandlers, setClientCharset, setTransportAuth, setTransportAuth2
-
Field Details
-
job
-
number
public int number -
script
-
approve
public boolean approve
-
-
Constructor Details
-
ReplayPipelineCommand
public ReplayPipelineCommand()
-
-
Method Details
-
getShortDescription
- Specified by:
getShortDescription
in classCLICommand
-
run
- Specified by:
run
in classCLICommand
- Throws:
Exception
-
approveScript
-