Circle CI integration
Clears the cache for a project.
XXXXXXXXX
Type: string
The GitHub or Bitbucket project account username for the target project
Type: string
What version control system type your project uses. Current choices are ‘github’ or ‘bitbucket’.
Type: string
Delete a checkout key.
XXXXXXXXXX
Type: string
XXXXXXXXX
Type: string
The GitHub or Bitbucket project account username for the target project
Type: string
What version control system type your project uses. Current choices are ‘github’ or ‘bitbucket’.
Type: string
Deletes the environment variable named ':name'
XXXXXXXXXX
Type: string
XXXXXXXXX
Type: string
The GitHub or Bitbucket project account username for the target project
Type: string
What version control system type your project uses. Current choices are ‘github’ or ‘bitbucket’.
Type: string
This operation has no parameters
List the artifacts produced by a given build.
XXXXXXXXXX
Type: integer
XXXXXXXXX
Type: string
The GitHub or Bitbucket project account username for the target project
Type: string
What version control system type your project uses. Current choices are ‘github’ or ‘bitbucket’.
Type: string
Full details for a single build. The response includes all of the fields from the build summary.
This is also the payload for the notification webhooks, in which case this object is the value to a key named 'payload'.
XXXXXXXXXX
Type: integer
XXXXXXXXX
Type: string
The GitHub or Bitbucket project account username for the target project
Type: string
What version control system type your project uses. Current choices are ‘github’ or ‘bitbucket’.
Type: string
Build summary for each of the last 30 builds for a single git repo.
XXXXXXXXX
Type: string
The GitHub or Bitbucket project account username for the target project
Type: string
What version control system type your project uses. Current choices are ‘github’ or ‘bitbucket’.
Type: string
Restricts which builds are returned.
Set to "completed", "successful", "failed", "running", or defaults to no filter.
Type: string
Potential values: completed, successful, failed, running
Lists checkout keys.
XXXXXXXXX
Type: string
The GitHub or Bitbucket project account username for the target project
Type: string
What version control system type your project uses. Current choices are ‘github’ or ‘bitbucket’.
Type: string
Get a checkout key.
XXXXXXXXXX
Type: string
XXXXXXXXX
Type: string
The GitHub or Bitbucket project account username for the target project
Type: string
What version control system type your project uses. Current choices are ‘github’ or ‘bitbucket’.
Type: string
Lists the environment variables for :project
XXXXXXXXX
Type: string
The GitHub or Bitbucket project account username for the target project
Type: string
What version control system type your project uses. Current choices are ‘github’ or ‘bitbucket’.
Type: string
Gets the hidden value of environment variable :name
XXXXXXXXXX
Type: string
XXXXXXXXX
Type: string
The GitHub or Bitbucket project account username for the target project
Type: string
What version control system type your project uses. Current choices are ‘github’ or ‘bitbucket’.
Type: string
Provides test metadata for a build
Note: Learn how to set up your builds to collect test metadata
XXXXXXXXXX
Type: integer
XXXXXXXXX
Type: string
The GitHub or Bitbucket project account username for the target project
Type: string
What version control system type your project uses. Current choices are ‘github’ or ‘bitbucket’.
Type: string
This operation has no parameters
Build summary for each of the last 30 recent builds, ordered by build_num.
This operation has no parameters
Triggers a new build, returns a summary of the build.
XXXXXXXXX
Type: string
The GitHub or Bitbucket project account username for the target project
Type: string
What version control system type your project uses. Current choices are ‘github’ or ‘bitbucket’.
Type: string
Type: object
{
"parallel" : "The number of containers to use to run the build. Default is null and the project default is used.\n",
"tag" : "The tag to build. Default is null. Cannot be used with revision parameter.\n",
"build_parameters" : { },
"revision" : "The specific revision to build.\nDefault is null and the head of the branch is used. Cannot be used with tag parameter.\n"
}
Cancels the build, returns a summary of the build.
XXXXXXXXXX
Type: integer
XXXXXXXXX
Type: string
The GitHub or Bitbucket project account username for the target project
Type: string
What version control system type your project uses. Current choices are ‘github’ or ‘bitbucket’.
Type: string
Creates a new checkout key.
Only usable with a user API token.
XXXXXXXXX
Type: string
The GitHub or Bitbucket project account username for the target project
Type: string
What version control system type your project uses. Current choices are ‘github’ or ‘bitbucket’.
Type: string
The type of key to create. Can be 'deploy-key' or 'github-user-key'.
Type: string
Potential values: deploy-key, github-user-key
Creates a new environment variable
XXXXXXXXX
Type: string
The GitHub or Bitbucket project account username for the target project
Type: string
What version control system type your project uses. Current choices are ‘github’ or ‘bitbucket’.
Type: string
Retries the build, returns a summary of the new build.
XXXXXXXXXX
Type: integer
XXXXXXXXX
Type: string
The GitHub or Bitbucket project account username for the target project
Type: string
What version control system type your project uses. Current choices are ‘github’ or ‘bitbucket’.
Type: string
Create an ssh key used to access external systems that require SSH key-based authentication
Type: string
Potential values: application/json
XXXXXXXXX
Type: string
The GitHub or Bitbucket project account username for the target project
Type: string
What version control system type your project uses. Current choices are ‘github’ or ‘bitbucket’.
Type: string
Type: object
{
"hostname" : "string",
"private_key" : "string"
}
Triggers a new build, returns a summary of the build.
Optional build parameters can be set using an experimental API.
Note: For more about build parameters, read about using parameterized builds
The branch name should be url-encoded.
Type: string
XXXXXXXXX
Type: string
The GitHub or Bitbucket project account username for the target project
Type: string
What version control system type your project uses. Current choices are ‘github’ or ‘bitbucket’.
Type: string
Type: object
{
"parallel" : "The number of containers to use to run the build. Default is null and the project default is used.\n",
"build_parameters" : { },
"revision" : "The specific revision to build.\nDefault is null and the head of the branch is used. Cannot be used with tag parameter.\n"
}
This operation has no parameters