|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CLIConnectionFactory | |
---|---|
hudson.cli | Server-side CLI commands for Hudson. |
Uses of CLIConnectionFactory in hudson.cli |
---|
Methods in hudson.cli that return CLIConnectionFactory | |
---|---|
CLIConnectionFactory |
CLIConnectionFactory.authorization(String value)
For CLI connection that goes through HTTP, sometimes you need to pass in the custom authentication header (before Jenkins even get to authenticate the CLI channel.) This method lets you specify the value of this header. |
CLIConnectionFactory |
CLIConnectionFactory.basicAuth(String userInfo)
|
CLIConnectionFactory |
CLIConnectionFactory.basicAuth(String username,
String password)
Convenience method to call authorization with the HTTP basic authentication. |
CLIConnectionFactory |
CLIConnectionFactory.executorService(ExecutorService es)
This ExecutorService is used to execute closures received from the server. |
CLIConnectionFactory |
CLIConnectionFactory.httpsProxyTunnel(String value)
Configures the HTTP proxy that we use for making a plain TCP/IP connection. |
CLIConnectionFactory |
CLIConnectionFactory.url(String jenkins)
|
CLIConnectionFactory |
CLIConnectionFactory.url(URL jenkins)
Top URL of the Jenkins to connect to. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |