Package | Description |
---|---|
hudson.cli |
Server-side CLI commands for Hudson.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2015. All rights reserved.