BuildType
Number of APIs: 99
- 
Add an artifact dependency to the matching build configuration. POST {{baseUrl}}/app/rest/buildTypes/:btLocator/artifact-dependencies?fields=<string> 
- 
Update value of build parameter. PUT {{baseUrl}}/app/rest/buildTypes/:btLocator/parameters/:name/value 
- 
Update checkout rules of a VCS root of the matching build configuration. PUT {{baseUrl}}/app/rest/buildTypes/:btLocator/vcs-root-entries/:vcsRootLocator/checkout-rules 
- 
Delete a build step of the matching build configuration. DELETE {{baseUrl}}/app/rest/buildTypes/:btLocator/steps/:stepId 
- 
Create a build parameter. POST {{baseUrl}}/app/rest/buildTypes/:btLocator/parameters?fields=<string> 
- 
Get all build configurations. GET {{baseUrl}}/app/rest/buildTypes?locator=<BuildTypeLocator>&fields=<string> 
- 
Create a new build configuration. POST {{baseUrl}}/app/rest/buildTypes?fields=<string> 
- 
Get build configuration matching the locator. GET {{baseUrl}}/app/rest/buildTypes/:btLocator?fields=<string> 
- 
Delete build configuration matching the locator. DELETE {{baseUrl}}/app/rest/buildTypes/:btLocator 
- 
Add an agent requirement to the matching build configuration. POST {{baseUrl}}/app/rest/buildTypes/:btLocator/agent-requirements?fields=<string>