BuildType

Number of APIs: 99

  1. Add an artifact dependency to the matching build configuration. POST {{baseUrl}}/app/rest/buildTypes/:btLocator/artifact-dependencies?fields=<string>

  2. Update value of build parameter. PUT {{baseUrl}}/app/rest/buildTypes/:btLocator/parameters/:name/value

  3. Update checkout rules of a VCS root of the matching build configuration. PUT {{baseUrl}}/app/rest/buildTypes/:btLocator/vcs-root-entries/:vcsRootLocator/checkout-rules

  4. Delete a build step of the matching build configuration. DELETE {{baseUrl}}/app/rest/buildTypes/:btLocator/steps/:stepId

  5. Create a build parameter. POST {{baseUrl}}/app/rest/buildTypes/:btLocator/parameters?fields=<string>

  6. Get all build configurations. GET {{baseUrl}}/app/rest/buildTypes?locator=<BuildTypeLocator>&fields=<string>

  7. Create a new build configuration. POST {{baseUrl}}/app/rest/buildTypes?fields=<string>

  8. Get build configuration matching the locator. GET {{baseUrl}}/app/rest/buildTypes/:btLocator?fields=<string>

  9. Delete build configuration matching the locator. DELETE {{baseUrl}}/app/rest/buildTypes/:btLocator

  10. Add an agent requirement to the matching build configuration. POST {{baseUrl}}/app/rest/buildTypes/:btLocator/agent-requirements?fields=<string>