Package hudson.cli
Class RunRangeCommand
java.lang.Object
hudson.cli.CLICommand
hudson.cli.RunRangeCommand
- All Implemented Interfaces:
ExtensionPoint
,Cloneable
- Direct Known Subclasses:
DeleteBuildsCommand
,ListChangesCommand
CLICommand
that acts on a series of Run
s.- Since:
- 2.62
-
Nested Class Summary
Nested 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
Methods inherited from class hudson.cli.CLICommand
all, checkChannel, clone, createClone, getClientCharset, getClientEnvironmentVariable, getClientSystemProperty, getCmdLineParser, getCurrent, getLongDescription, getName, getShortDescription, getSingleLineSummary, getTransportAuthentication, getTransportAuthentication2, getUsage, handleException, main, printUsage, printUsageSummary, setClientCharset, setTransportAuth, setTransportAuth2
-
Field Details
-
job
-
range
-
-
Constructor Details
-
RunRangeCommand
public RunRangeCommand()
-
-
Method Details
-
run
Description copied from class:CLICommand
Executes the command, and return the exit code.This is an internal contract between
CLICommand
and its subtype. To execute CLI method from outside, useCLICommand.main(List, Locale, InputStream, PrintStream, PrintStream)
- Specified by:
run
in classCLICommand
- Returns:
- 0 to indicate a success, otherwise a custom error code.
Error codes 1-15 shouldn;t be used in
CLICommand.run()
as a custom error code. - Throws:
Exception
- If a further unspecified exception is thrown; means: Unknown and/or unexpected issue occurred
-
act
- Throws:
IOException
-