|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecthudson.cli.CLICommand
org.jenkinsci.plugins.pry.PryCommand
@Extension public class PryCommand
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface hudson.ExtensionPoint |
---|
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
Field Summary |
---|
Fields inherited from class hudson.cli.CLICommand |
---|
channel, locale, stderr, stdin, stdout, TRANSPORT_AUTHENTICATION |
Constructor Summary | |
---|---|
PryCommand()
|
Method Summary | |
---|---|
Object |
callMethod(Object object,
String methodName,
Object... args)
|
File |
getScriptDir()
Returns a directory that stores all the Ruby scripts. |
String |
getShortDescription()
|
int |
main(List<String> args,
Locale locale,
InputStream stdin,
PrintStream stdout,
PrintStream stderr)
|
String |
readline(String prompt,
org.jruby.RubyProc completer)
|
protected int |
run()
|
Methods inherited from class hudson.cli.CLICommand |
---|
all, checkChannel, clone, createClone, getClientCharset, getClientEnvironmentVariable, getClientSystemProperty, getCurrent, getName, getTransportAuthentication, loadStoredAuthentication, printUsage, printUsageSummary, registerOptionHandlers, setTransportAuth, shouldPerformAuthentication |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PryCommand()
Method Detail |
---|
public String getShortDescription()
getShortDescription
in class hudson.cli.CLICommand
public int main(List<String> args, Locale locale, InputStream stdin, PrintStream stdout, PrintStream stderr)
main
in class hudson.cli.CLICommand
public Object callMethod(Object object, String methodName, Object... args)
public File getScriptDir()
protected int run()
run
in class hudson.cli.CLICommand
public String readline(String prompt, org.jruby.RubyProc completer) throws IOException, InterruptedException
IOException
InterruptedException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |