Package hudson.cli
Class CloneableCLICommand
java.lang.Object
hudson.cli.CLICommand
hudson.cli.CloneableCLICommand
- All Implemented Interfaces:
ExtensionPoint
,Cloneable
- Author:
- Kohsuke Kawaguchi
-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Field Summary
Fields inherited from class hudson.cli.CLICommand
ALLOW_AT_SYNTAX, channel, locale, stderr, stdin, stdout
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected CLICommand
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
-
Constructor Details
-
CloneableCLICommand
public CloneableCLICommand()
-
-
Method Details
-
createClone
Description copied from class:CLICommand
Creates a clone to be used to execute a command.- Overrides:
createClone
in classCLICommand
-