Build a job
Name of the job
Type: string
Delay, if desired. Set to 0sec for immediate job build
Type: string
Build a job with parameters
Name of the job
Type: STRING
An array of name-value objects corresponding to the build parameters. For a build parameter with the name 'param' and the value 'value1', the parameters object would look like: [
{ "name": "param", "value": "value1" }
]
Type: ARRAY
Delay, if desired. Set to 0sec for immediate job build
Type: STRING
Create a new job using job configuration, or copied from an existing job
Name of the new job
Type: string
Job configuration in config.xml format
Type: object
{ }
Content type header application/xml
Type: string
Existing job to copy from
Type: string
Set to 'copy' for copying an existing job
Type: string
Create a new view using view configuration
Name of the new view
Type: string
View configuration in config.xml format
Type: object
{ }
Content type header application/xml
Type: string
Delete a job
Disable a job
Enable a job
Retrieve job's build number
Retrieve computer details
Retrieve job configuration
Retrieve view configuration
Retrieve queued item details
This operation has no parameters
Retrieve job details
Retrieve job's last build details
Retrieve job's build progressive text output
Build number
Type: string
Name of the job
Type: string
Starting point of progressive text output
Type: string
This operation has no parameters
Retrieve build's timestamp
Build number
Type: string
Name of the job
Type: string
Control the date format, which follows the SimpleDateFormat format pattern
Type: string
Retrieve last build's timestamp
Name of the job
Type: string
Control the date format, which follows the SimpleDateFormat format pattern
Type: string
Retrieve view details
Stop a job
Update job configuration
Name of the job
Type: string
Job configuration in config.xml format
Type: object
{ }
Update view configuration