C E F G H M P V

C

CLI - Class in hudson.cli
CLI entry point to Hudson.
CLI(URL) - Constructor for class hudson.cli.CLI
 
CLI(URL, ExecutorService) - Constructor for class hudson.cli.CLI
 
CliEntryPoint - Interface in hudson.cli
Remotable interface for CLI entry point on the server side.
close() - Method in class hudson.cli.CLI
 

E

execute(List<String>, InputStream, OutputStream, OutputStream) - Method in class hudson.cli.CLI
 
execute(List<String>) - Method in class hudson.cli.CLI
 
execute(String...) - Method in class hudson.cli.CLI
 

F

FullDuplexHttpStream - Class in hudson.cli
Creates a capacity-unlimited bi-directional InputStream/OutputStream pair over HTTP, which is a request/response protocol.
FullDuplexHttpStream(URL) - Constructor for class hudson.cli.FullDuplexHttpStream
 

G

getInputStream() - Method in class hudson.cli.FullDuplexHttpStream
 
getOutputStream() - Method in class hudson.cli.FullDuplexHttpStream
 

H

hasCommand(String) - Method in class hudson.cli.CLI
Returns true if the named command exists.
hasCommand(String) - Method in interface hudson.cli.CliEntryPoint
Does the named command exist?
hudson.cli - package hudson.cli
 

M

main(String[]) - Static method in class hudson.cli.CLI
 
main(List<String>, Locale, InputStream, OutputStream, OutputStream) - Method in interface hudson.cli.CliEntryPoint
Just like the static main method.

P

protocolVersion() - Method in interface hudson.cli.CliEntryPoint
Returns CliEntryPoint.VERSION, so that the client and the server can detect version incompatibility gracefully.

V

VERSION - Static variable in interface hudson.cli.CliEntryPoint
 

C E F G H M P V

Copyright © 2004-2011. All Rights Reserved.