BuildQueue

Number of APIs: 12

  1. Get all queued builds. GET {{baseUrl}}/app/rest/buildQueue?locator=<BuildQueueLocator>&fields=<string>

  2. Add a new build to the queue. POST {{baseUrl}}/app/rest/buildQueue?moveToTop=<boolean>

  3. Delete all queued builds. DELETE {{baseUrl}}/app/rest/buildQueue?locator=<BuildQueueLocator>&fields=<string>

  4. Update the build queue order. PUT {{baseUrl}}/app/rest/buildQueue/order?fields=<string>

  5. Update the queue position of a queued matching build. PUT {{baseUrl}}/app/rest/buildQueue/order/:queuePosition?fields=<string>

  6. Get tags of the queued matching build. GET {{baseUrl}}/app/rest/buildQueue/:buildLocator/tags?locator=<string>&fields=<string>

  7. Add tags to the matching build. POST {{baseUrl}}/app/rest/buildQueue/:buildLocator/tags

  8. Get a queued matching build. GET {{baseUrl}}/app/rest/buildQueue/:queuedBuildLocator?fields=<string>

  9. Cancel a queued matching build. POST {{baseUrl}}/app/rest/buildQueue/:queuedBuildLocator

  10. Delete a queued matching build. DELETE {{baseUrl}}/app/rest/buildQueue/:queuedBuildLocator