Package hudson.cli
Class CloneableCLICommand
- java.lang.Object
-
- hudson.cli.CLICommand
-
- hudson.cli.CloneableCLICommand
-
- All Implemented Interfaces:
ExtensionPoint
,Cloneable
public abstract class CloneableCLICommand extends CLICommand implements Cloneable
- Author:
- Kohsuke Kawaguchi
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Constructor Summary
Constructors Constructor Description CloneableCLICommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected CLICommand
createClone()
Creates a clone to be used to execute a command.-
Methods inherited from class hudson.cli.CLICommand
all, checkChannel, clone, getClientCharset, getClientEnvironmentVariable, getClientSystemProperty, getCmdLineParser, getCurrent, getLongDescription, getName, getShortDescription, getSingleLineSummary, getTransportAuthentication, getTransportAuthentication2, getUsage, main, printUsage, printUsageSummary, registerOptionHandlers, run, setClientCharset, setTransportAuth, setTransportAuth2
-
-
-
-
Method Detail
-
createClone
protected CLICommand createClone()
Description copied from class:CLICommand
Creates a clone to be used to execute a command.- Overrides:
createClone
in classCLICommand
-
-