Package hudson.cli
Class ListChangesCommand
java.lang.Object
hudson.cli.CLICommand
hudson.cli.RunRangeCommand
hudson.cli.ListChangesCommand
- All Implemented Interfaces:
ExtensionPoint
,Cloneable
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class)
@Extension
public class ListChangesCommand
extends RunRangeCommand
Retrieves a change list for the specified builds.
- Author:
- Kohsuke Kawaguchi
-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Field Summary
Fields inherited from class hudson.cli.RunRangeCommand
job, range
Fields inherited from class hudson.cli.CLICommand
ALLOW_AT_SYNTAX, channel, locale, stderr, stdin, stdout
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected int
Gets the quick summary of what this command does.Methods inherited from class hudson.cli.RunRangeCommand
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
-
format
-
-
Constructor Details
-
ListChangesCommand
public ListChangesCommand()
-
-
Method Details
-
getShortDescription
Description copied from class:CLICommand
Gets the quick summary of what this command does. Used by the help command to generate the list of commands.- Specified by:
getShortDescription
in classCLICommand
-
act
- Specified by:
act
in classRunRangeCommand
- Throws:
IOException
-