Class | Description |
---|---|
Auth | Deprecated
since 2.3.0-SNAPSHOT - use
Auth2 instead. |
Auth.DescriptorImpl | Deprecated
since 2.3.0-SNAPSHOT - use
Auth2 instead. |
BasicBuildContext |
This object wraps a
Run , FilePath , and TaskListener -
the typical objects passed from one method to the other in a Jenkins Builder/BuildStep implementation.The reason for wrapping is simplicity. |
BuildContext |
This object wraps a
Run , FilePath , TaskListener and PrintStream -
the typical objects passed from one method to the other in a Jenkins Builder/BuildStep implementation.The reason for wrapping is simplicity on the one hand. |
ConnectionResponse |
Http response containing header, body (JSON format) and response code.
|
JenkinsCrumb |
If the remote Jenkins server uses the "Prevent Cross Site Request Forgery exploits" security option,
a CSRF protection token must be sent in the header of the request to trigger the remote job.
|
RemoteBuildConfiguration | |
RemoteBuildConfiguration.DescriptorImpl | |
RemoteJenkinsServer |
Holds everything regarding the remote server we wish to connect to, including validations and what not.
|
RemoteJenkinsServer.DescriptorImpl |
Copyright © 2016–2023. All rights reserved.