Package hudson.cli
Class DeleteBuildsCommand
- java.lang.Object
-
- hudson.cli.CLICommand
-
- hudson.cli.RunRangeCommand
-
- hudson.cli.DeleteBuildsCommand
-
- All Implemented Interfaces:
ExtensionPoint
,Cloneable
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class) @Extension public class DeleteBuildsCommand extends RunRangeCommand
Deletes builds records in a bulk.- 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
-
-
Constructor Summary
Constructors Constructor Description DeleteBuildsCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected int
act(List<Run<?,?>> builds)
String
getShortDescription()
Gets the quick summary of what this command does.protected void
printUsageSummary(PrintStream stderr)
Called while producing usage.-
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, registerOptionHandlers, setClientCharset, setTransportAuth, setTransportAuth2
-
-
-
-
Method Detail
-
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 classCLICommand
-
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 classCLICommand
-
act
protected int act(List<Run<?,?>> builds) throws IOException
- Specified by:
act
in classRunRangeCommand
- Throws:
IOException
-
-