java.lang.Object | |
↳ | org.rundeck.api.RundeckClientBuilder |
Builder to build a RundeckClient
, you must specify a url, and at least one of (login, password), token, or
sessionId.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Create the RundeckClient instance
| |||||||||||
Specify a web session ID string for authentication
| |||||||||||
Specify whether SSL certificate trust allows self-signed certs, otherwise it will use the default
| |||||||||||
Specify whether SSL hostname verifier allows all, otherwise it will use the default
| |||||||||||
Specify whether to use system proxy settings, default false
| |||||||||||
Specify a Rundeck API Token string for authentication
| |||||||||||
Specify the URL
| |||||||||||
Specify another version number to use
| |||||||||||
Specify another version number to use
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
Specify a web session ID string for authentication
Specify whether SSL certificate trust allows self-signed certs, otherwise it will use the default
Specify whether SSL hostname verifier allows all, otherwise it will use the default
Specify whether to use system proxy settings, default false
Specify a Rundeck API Token string for authentication
Specify another version number to use