BuildQueue
Number of APIs: 12
-
Get all queued builds. GET {{baseUrl}}/app/rest/buildQueue?locator=<BuildQueueLocator>&fields=<string>
-
Add a new build to the queue. POST {{baseUrl}}/app/rest/buildQueue?moveToTop=<boolean>
-
Delete all queued builds. DELETE {{baseUrl}}/app/rest/buildQueue?locator=<BuildQueueLocator>&fields=<string>
-
Update the build queue order. PUT {{baseUrl}}/app/rest/buildQueue/order?fields=<string>
-
Update the queue position of a queued matching build. PUT {{baseUrl}}/app/rest/buildQueue/order/:queuePosition?fields=<string>
-
Get tags of the queued matching build. GET {{baseUrl}}/app/rest/buildQueue/:buildLocator/tags?locator=<string>&fields=<string>
-
Add tags to the matching build. POST {{baseUrl}}/app/rest/buildQueue/:buildLocator/tags
-
Get a queued matching build. GET {{baseUrl}}/app/rest/buildQueue/:queuedBuildLocator?fields=<string>
-
Cancel a queued matching build. POST {{baseUrl}}/app/rest/buildQueue/:queuedBuildLocator
-
Delete a queued matching build. DELETE {{baseUrl}}/app/rest/buildQueue/:queuedBuildLocator