Package hudson.cli
Class AbstractBuildRangeCommand
java.lang.Object
hudson.cli.CLICommand
hudson.cli.AbstractBuildRangeCommand
- All Implemented Interfaces:
ExtensionPoint
,Cloneable
Deprecated.
CLICommand
that acts on a series of AbstractBuild
s.- Author:
- Kohsuke Kawaguchi
-
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
Modifier and TypeMethodDescriptionprotected abstract int
act
(List<AbstractBuild<?, ?>> builds) Deprecated.protected int
run()
Deprecated.Executes the command, and return the exit code.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
Deprecated. -
range
Deprecated.
-
-
Constructor Details
-
AbstractBuildRangeCommand
public AbstractBuildRangeCommand()Deprecated.
-
-
Method Details
-
run
Deprecated.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
Deprecated.- Throws:
IOException
-
RunRangeCommand