public interface CliCommand
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Get one-line description of command.
|
String |
getName()
Name of the command.
|
int |
run(ProcessStream process)
Invoke the command.
|
int run(@Nonnull ProcessStream process) throws org.kohsuke.args4j.CmdLineException
org.kohsuke.args4j.CmdLineExceptionCopyright © 2016. All rights reserved.