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
 
CLI_NoURL() - Static method in class hudson.cli.client.Messages
Neither -s nor the HUDSON_URL env var is specified.
CLI_Usage() - Static method in class hudson.cli.client.Messages
Hudson CLI Usage: java -jar hudson-cli.jar [-s URL] command [opts...] args...
CLI_VersionMismatch() - Static method in class hudson.cli.client.Messages
Version mismatch.
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
 
hudson.cli.client - package hudson.cli.client
 

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.
Messages - Class in hudson.cli.client
 
Messages() - Constructor for class hudson.cli.client.Messages
 

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
 

_

_CLI_NoURL() - Static method in class hudson.cli.client.Messages
Neither -s nor the HUDSON_URL env var is specified.
_CLI_Usage() - Static method in class hudson.cli.client.Messages
Hudson CLI Usage: java -jar hudson-cli.jar [-s URL] command [opts...] args...
_CLI_VersionMismatch() - Static method in class hudson.cli.client.Messages
Version mismatch.

C E F G H M P V _

Copyright © 2004-2011 Hudson. All Rights Reserved.