@Extension public class GroovyshCommand extends CLICommand
ExtensionPoint.LegacyInstancesAreScopedToHudson| Modifier and Type | Field and Description |
|---|---|
List<String> |
args |
channel, locale, stderr, stdin, stdout, TRANSPORT_AUTHENTICATION| Constructor and Description |
|---|
GroovyshCommand() |
| Modifier and Type | Method and Description |
|---|---|
protected org.codehaus.groovy.tools.shell.Groovysh |
createShell(InputStream stdin,
PrintStream stdout,
PrintStream stderr) |
String |
getShortDescription()
Gets the quick summary of what this command does.
|
protected int |
run()
Executes the command, and return the exit code.
|
all, checkChannel, clone, createClone, getClientCharset, getClientEnvironmentVariable, getClientSystemProperty, getCmdLineParser, getCurrent, getLongDescription, getName, getSingleLineSummary, getTransportAuthentication, getUsage, loadStoredAuthentication, main, printUsage, printUsageSummary, registerOptionHandlers, setTransportAuth, shouldPerformAuthenticationpublic String getShortDescription()
CLICommandgetShortDescription in class CLICommandprotected int run()
CLICommand
This is an internal contract between CLICommand and its subtype.
To execute CLI method from outside, use CLICommand.main(List, Locale, InputStream, PrintStream, PrintStream)
run in class CLICommandCLICommand.run() as a custom error code.protected org.codehaus.groovy.tools.shell.Groovysh createShell(InputStream stdin, PrintStream stdout, PrintStream stderr)
Copyright © 2019. All rights reserved.