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

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

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

C E F G H M P V _

Copyright © 2009. All Rights Reserved.