hudson.cli
Class ListChangesCommand
java.lang.Object
hudson.cli.CLICommand
hudson.cli.AbstractBuildRangeCommand
hudson.cli.ListChangesCommand
- All Implemented Interfaces:
- ExtensionPoint, Cloneable
@Extension
public class ListChangesCommand
- extends AbstractBuildRangeCommand
Retrieves a change list for the specified builds.
- Author:
- Kohsuke Kawaguchi
Field Summary |
hudson.cli.ListChangesCommand.Format |
format
|
Methods inherited from class hudson.cli.CLICommand |
all, checkChannel, clone, createClone, getClientCharset, getClientEnvironmentVariable, getClientSystemProperty, getCurrent, getName, getTransportAuthentication, loadStoredAuthentication, main, printUsage, printUsageSummary, registerOptionHandlers, setTransportAuth, shouldPerformAuthentication |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
format
public hudson.cli.ListChangesCommand.Format format
ListChangesCommand
public ListChangesCommand()
getShortDescription
public String 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 class CLICommand
act
protected int act(List<AbstractBuild<?,?>> builds)
throws IOException
- Specified by:
act
in class AbstractBuildRangeCommand
- Throws:
IOException
Copyright © 2004-2013. All Rights Reserved.