Package hudson.cli

Class AbstractBuildRangeCommand

java.lang.Object
hudson.cli.CLICommand
hudson.cli.AbstractBuildRangeCommand
All Implemented Interfaces:
ExtensionPoint, Cloneable

@Deprecated public abstract class AbstractBuildRangeCommand extends CLICommand
Deprecated.
rather use RunRangeCommand
CLICommand that acts on a series of AbstractBuilds.
Author:
Kohsuke Kawaguchi