| Package | Description |
|---|---|
| hudson.cli |
| 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)
Convenience method to call
authorization with the HTTP basic authentication. |
CLIConnectionFactory |
CLIConnectionFactory.basicAuth(String username,
String password)
Convenience method to call
authorization with the HTTP basic authentication. |
CLIConnectionFactory |
CLIConnectionFactory.bearerAuth(String bearerToken)
Convenience method to call
authorization with the HTTP bearer authentication. |
Copyright © 2004–2020. All rights reserved.