Package hudson.plugins.distfork
Class DistForkCommand
- java.lang.Object
-
- hudson.cli.CLICommand
-
- hudson.plugins.distfork.DistForkCommand
-
- All Implemented Interfaces:
ExtensionPoint,Cloneable
@Extension public class DistForkCommand extends CLICommand
- Author:
- Kohsuke Kawaguchi
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Constructor Summary
Constructors Constructor Description DistForkCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetShortDescription()protected intrun()-
Methods inherited from class hudson.cli.CLICommand
all, checkChannel, clone, createClone, getClientCharset, getClientEnvironmentVariable, getClientSystemProperty, getCmdLineParser, getCurrent, getLongDescription, getName, getSingleLineSummary, getTransportAuthentication, getTransportAuthentication2, getUsage, main, printUsage, printUsageSummary, registerOptionHandlers, setClientCharset, setTransportAuth, setTransportAuth2
-
-
-
-
Method Detail
-
getShortDescription
public String getShortDescription()
- Specified by:
getShortDescriptionin classCLICommand
-
run
protected int run() throws Exception- Specified by:
runin classCLICommand- Throws:
Exception
-
-