circle_ci v0.1.0 CircleCI.Project.Build View Source

Link to this section Summary

Functions

List the artifacts produced by a given build

Cancels the build, returns a summary of the build

Full details for a single build. The response includes all of the fields from the build summary

Retries the build, returns a summary of the new build

Provides test metadata for a build

Link to this section Functions

Link to this function artifacts(project, build_num) View Source

List the artifacts produced by a given build.

https://circleci.com/docs/api/v1-reference/#build-artifacts

Link to this function cancel(project, build_num) View Source

Cancels the build, returns a summary of the build.

https://circleci.com/docs/api/v1-reference/#cancel-build

Full details for a single build. The response includes all of the fields from the build summary.

https://circleci.com/docs/api/v1-reference/#build

Link to this function retry(project, build_num) View Source

Retries the build, returns a summary of the new build.

https://circleci.com/docs/api/v1-reference/#retry-build

Link to this function tests(project, build_num) View Source

Provides test metadata for a build

https://circleci.com/docs/api/v1-reference/#test-metadata