hudson.cli
Class DeleteBuildsCommand
java.lang.Object
hudson.cli.CLICommand
hudson.cli.AbstractBuildRangeCommand
hudson.cli.DeleteBuildsCommand
- All Implemented Interfaces:
- ExtensionPoint, Cloneable
@Extension
public class DeleteBuildsCommand
- extends AbstractBuildRangeCommand
Deletes builds records in a bulk.
- Author:
- Kohsuke Kawaguchi
Methods inherited from class hudson.cli.CLICommand |
all, checkChannel, clone, createClone, getClientCharset, getClientEnvironmentVariable, getClientSystemProperty, getCurrent, getName, getTransportAuthentication, loadStoredAuthentication, main, printUsage, registerOptionHandlers, setTransportAuth, shouldPerformAuthentication |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DeleteBuildsCommand
public DeleteBuildsCommand()
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
printUsageSummary
protected void printUsageSummary(PrintStream stderr)
- Description copied from class:
CLICommand
- Called while producing usage. This is a good method to override
to render the general description of the command that goes beyond
a single-line summary.
- Overrides:
printUsageSummary
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.