public class Starter extends Command
| Constructor and Description | 
|---|
Starter()  | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
execute()
Each subclass should implement an execute methode to implement its behaviour. 
 | 
protected String | 
getDescription()
Returns the description (used for the usage) of the command. 
 | 
protected static void | 
handleException(Exception ex,
               ConsoleLogAdapter logAdapter)  | 
static void | 
main(String[] args)  | 
void | 
printUsage()
Prints the usage of the command. 
 | 
protected void | 
validate(org.kohsuke.args4j.CmdLineParser parser)  | 
public static void main(String[] args)
protected static void handleException(Exception ex, ConsoleLogAdapter logAdapter)
protected void execute()
                throws CmdRunException,
                       org.kohsuke.args4j.CmdLineException
Commandexecute in class Commandorg.kohsuke.args4j.CmdLineExceptionCmdRunExceptionprotected void validate(org.kohsuke.args4j.CmdLineParser parser)
                 throws org.kohsuke.args4j.CmdLineException
protected String getDescription()
CommandgetDescription in class Commandpublic void printUsage()
CommandprintUsage in class CommandCopyright © 2021. All rights reserved.