Skip to content
FeedbackDashboard

Builds

List project builds
builds.list(**kwargs) -> Page<Build { id, config_commit, created_at, 6 more } >
GET/v0/builds
Create build
builds.create(**kwargs) -> Build { id, config_commit, created_at, 6 more }
POST/v0/builds
Retrieve build
builds.retrieve(build_id) -> Build { id, config_commit, created_at, 6 more }
GET/v0/builds/{buildId}
Creates two comparable builds
builds.compare(**kwargs) -> BuildCompareResponse { base, head }
POST/v0/builds/compare
ModelsExpand Collapse
class Build { id, config_commit, created_at, 6 more }
id: String

Build ID

config_commit: String
created_at: Time
documented_spec: { content, type} | { expires, type, url}
One of the following:
class UnionMember0 { content, type }
content: String
type: :content
class UnionMember1 { expires, type, url }
expires: Time
type: :url
url: String
object: :build
org: String
project: String
targets: { cli, csharp, go, 10 more}
cli: BuildTarget { commit, install_url, object, 4 more }
commit: { status} | { status} | { status} | { commit, completed, completed_at, 3 more}
One of the following:
class NotStarted { status }
status: :not_started
class Queued { status }
status: :queued
class InProgress { status }
status: :in_progress
class Completed { commit, completed, completed_at, 3 more }
commit: Commit { repo, sha, stats, tree_oid }
repo: { branch, host, name, owner}
branch: String
host: String
name: String
owner: String
sha: String
stats: { additions, deletions, total}
additions: Integer
deletions: Integer
total: Integer
tree_oid: String
completed: { commit, completed_at, conclusion, merge_conflict_pr}

deprecated

commit: Commit { repo, sha, stats, tree_oid }
repo: { branch, host, name, owner}
branch: String
host: String
name: String
owner: String
sha: String
stats: { additions, deletions, total}
additions: Integer
deletions: Integer
total: Integer
tree_oid: String
completed_at: Time
conclusion: :error | :warning | :note | 9 more
One of the following:
:error
:warning
:note
:success
:merge_conflict
:upstream_merge_conflict
:fatal
:payment_required
:cancelled
:timed_out
:noop
:version_bump
merge_conflict_pr: { number, repo}
number: Float
repo: { host, name, owner}
host: String
name: String
owner: String
completed_at: Time
conclusion: :error | :warning | :note | 9 more
One of the following:
:error
:warning
:note
:success
:merge_conflict
:upstream_merge_conflict
:fatal
:payment_required
:cancelled
:timed_out
:noop
:version_bump
merge_conflict_pr: { number, repo}
number: Float
repo: { host, name, owner}
host: String
name: String
owner: String
status: :completed
install_url: String
object: :build_target
status: :not_started | :codegen | :postgen | :completed
One of the following:
:not_started
:codegen
:postgen
:completed
build: CheckStep
One of the following:
class NotStarted { status }
status: :not_started
class Queued { status, url }
status: :queued
url: String
class InProgress { status, url }
status: :in_progress
url: String
class Completed { completed, conclusion, status, url }
completed: { conclusion, url}

deprecated

conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
url: String
conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
status: :completed
url: String
lint: CheckStep
One of the following:
class NotStarted { status }
status: :not_started
class Queued { status, url }
status: :queued
url: String
class InProgress { status, url }
status: :in_progress
url: String
class Completed { completed, conclusion, status, url }
completed: { conclusion, url}

deprecated

conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
url: String
conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
status: :completed
url: String
test_: CheckStep
One of the following:
class NotStarted { status }
status: :not_started
class Queued { status, url }
status: :queued
url: String
class InProgress { status, url }
status: :in_progress
url: String
class Completed { completed, conclusion, status, url }
completed: { conclusion, url}

deprecated

conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
url: String
conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
status: :completed
url: String
csharp: BuildTarget { commit, install_url, object, 4 more }
commit: { status} | { status} | { status} | { commit, completed, completed_at, 3 more}
One of the following:
class NotStarted { status }
status: :not_started
class Queued { status }
status: :queued
class InProgress { status }
status: :in_progress
class Completed { commit, completed, completed_at, 3 more }
commit: Commit { repo, sha, stats, tree_oid }
repo: { branch, host, name, owner}
branch: String
host: String
name: String
owner: String
sha: String
stats: { additions, deletions, total}
additions: Integer
deletions: Integer
total: Integer
tree_oid: String
completed: { commit, completed_at, conclusion, merge_conflict_pr}

deprecated

commit: Commit { repo, sha, stats, tree_oid }
repo: { branch, host, name, owner}
branch: String
host: String
name: String
owner: String
sha: String
stats: { additions, deletions, total}
additions: Integer
deletions: Integer
total: Integer
tree_oid: String
completed_at: Time
conclusion: :error | :warning | :note | 9 more
One of the following:
:error
:warning
:note
:success
:merge_conflict
:upstream_merge_conflict
:fatal
:payment_required
:cancelled
:timed_out
:noop
:version_bump
merge_conflict_pr: { number, repo}
number: Float
repo: { host, name, owner}
host: String
name: String
owner: String
completed_at: Time
conclusion: :error | :warning | :note | 9 more
One of the following:
:error
:warning
:note
:success
:merge_conflict
:upstream_merge_conflict
:fatal
:payment_required
:cancelled
:timed_out
:noop
:version_bump
merge_conflict_pr: { number, repo}
number: Float
repo: { host, name, owner}
host: String
name: String
owner: String
status: :completed
install_url: String
object: :build_target
status: :not_started | :codegen | :postgen | :completed
One of the following:
:not_started
:codegen
:postgen
:completed
build: CheckStep
One of the following:
class NotStarted { status }
status: :not_started
class Queued { status, url }
status: :queued
url: String
class InProgress { status, url }
status: :in_progress
url: String
class Completed { completed, conclusion, status, url }
completed: { conclusion, url}

deprecated

conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
url: String
conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
status: :completed
url: String
lint: CheckStep
One of the following:
class NotStarted { status }
status: :not_started
class Queued { status, url }
status: :queued
url: String
class InProgress { status, url }
status: :in_progress
url: String
class Completed { completed, conclusion, status, url }
completed: { conclusion, url}

deprecated

conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
url: String
conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
status: :completed
url: String
test_: CheckStep
One of the following:
class NotStarted { status }
status: :not_started
class Queued { status, url }
status: :queued
url: String
class InProgress { status, url }
status: :in_progress
url: String
class Completed { completed, conclusion, status, url }
completed: { conclusion, url}

deprecated

conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
url: String
conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
status: :completed
url: String
go: BuildTarget { commit, install_url, object, 4 more }
commit: { status} | { status} | { status} | { commit, completed, completed_at, 3 more}
One of the following:
class NotStarted { status }
status: :not_started
class Queued { status }
status: :queued
class InProgress { status }
status: :in_progress
class Completed { commit, completed, completed_at, 3 more }
commit: Commit { repo, sha, stats, tree_oid }
repo: { branch, host, name, owner}
branch: String
host: String
name: String
owner: String
sha: String
stats: { additions, deletions, total}
additions: Integer
deletions: Integer
total: Integer
tree_oid: String
completed: { commit, completed_at, conclusion, merge_conflict_pr}

deprecated

commit: Commit { repo, sha, stats, tree_oid }
repo: { branch, host, name, owner}
branch: String
host: String
name: String
owner: String
sha: String
stats: { additions, deletions, total}
additions: Integer
deletions: Integer
total: Integer
tree_oid: String
completed_at: Time
conclusion: :error | :warning | :note | 9 more
One of the following:
:error
:warning
:note
:success
:merge_conflict
:upstream_merge_conflict
:fatal
:payment_required
:cancelled
:timed_out
:noop
:version_bump
merge_conflict_pr: { number, repo}
number: Float
repo: { host, name, owner}
host: String
name: String
owner: String
completed_at: Time
conclusion: :error | :warning | :note | 9 more
One of the following:
:error
:warning
:note
:success
:merge_conflict
:upstream_merge_conflict
:fatal
:payment_required
:cancelled
:timed_out
:noop
:version_bump
merge_conflict_pr: { number, repo}
number: Float
repo: { host, name, owner}
host: String
name: String
owner: String
status: :completed
install_url: String
object: :build_target
status: :not_started | :codegen | :postgen | :completed
One of the following:
:not_started
:codegen
:postgen
:completed
build: CheckStep
One of the following:
class NotStarted { status }
status: :not_started
class Queued { status, url }
status: :queued
url: String
class InProgress { status, url }
status: :in_progress
url: String
class Completed { completed, conclusion, status, url }
completed: { conclusion, url}

deprecated

conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
url: String
conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
status: :completed
url: String
lint: CheckStep
One of the following:
class NotStarted { status }
status: :not_started
class Queued { status, url }
status: :queued
url: String
class InProgress { status, url }
status: :in_progress
url: String
class Completed { completed, conclusion, status, url }
completed: { conclusion, url}

deprecated

conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
url: String
conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
status: :completed
url: String
test_: CheckStep
One of the following:
class NotStarted { status }
status: :not_started
class Queued { status, url }
status: :queued
url: String
class InProgress { status, url }
status: :in_progress
url: String
class Completed { completed, conclusion, status, url }
completed: { conclusion, url}

deprecated

conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
url: String
conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
status: :completed
url: String
java: BuildTarget { commit, install_url, object, 4 more }
commit: { status} | { status} | { status} | { commit, completed, completed_at, 3 more}
One of the following:
class NotStarted { status }
status: :not_started
class Queued { status }
status: :queued
class InProgress { status }
status: :in_progress
class Completed { commit, completed, completed_at, 3 more }
commit: Commit { repo, sha, stats, tree_oid }
repo: { branch, host, name, owner}
branch: String
host: String
name: String
owner: String
sha: String
stats: { additions, deletions, total}
additions: Integer
deletions: Integer
total: Integer
tree_oid: String
completed: { commit, completed_at, conclusion, merge_conflict_pr}

deprecated

commit: Commit { repo, sha, stats, tree_oid }
repo: { branch, host, name, owner}
branch: String
host: String
name: String
owner: String
sha: String
stats: { additions, deletions, total}
additions: Integer
deletions: Integer
total: Integer
tree_oid: String
completed_at: Time
conclusion: :error | :warning | :note | 9 more
One of the following:
:error
:warning
:note
:success
:merge_conflict
:upstream_merge_conflict
:fatal
:payment_required
:cancelled
:timed_out
:noop
:version_bump
merge_conflict_pr: { number, repo}
number: Float
repo: { host, name, owner}
host: String
name: String
owner: String
completed_at: Time
conclusion: :error | :warning | :note | 9 more
One of the following:
:error
:warning
:note
:success
:merge_conflict
:upstream_merge_conflict
:fatal
:payment_required
:cancelled
:timed_out
:noop
:version_bump
merge_conflict_pr: { number, repo}
number: Float
repo: { host, name, owner}
host: String
name: String
owner: String
status: :completed
install_url: String
object: :build_target
status: :not_started | :codegen | :postgen | :completed
One of the following:
:not_started
:codegen
:postgen
:completed
build: CheckStep
One of the following:
class NotStarted { status }
status: :not_started
class Queued { status, url }
status: :queued
url: String
class InProgress { status, url }
status: :in_progress
url: String
class Completed { completed, conclusion, status, url }
completed: { conclusion, url}

deprecated

conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
url: String
conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
status: :completed
url: String
lint: CheckStep
One of the following:
class NotStarted { status }
status: :not_started
class Queued { status, url }
status: :queued
url: String
class InProgress { status, url }
status: :in_progress
url: String
class Completed { completed, conclusion, status, url }
completed: { conclusion, url}

deprecated

conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
url: String
conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
status: :completed
url: String
test_: CheckStep
One of the following:
class NotStarted { status }
status: :not_started
class Queued { status, url }
status: :queued
url: String
class InProgress { status, url }
status: :in_progress
url: String
class Completed { completed, conclusion, status, url }
completed: { conclusion, url}

deprecated

conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
url: String
conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
status: :completed
url: String
kotlin: BuildTarget { commit, install_url, object, 4 more }
commit: { status} | { status} | { status} | { commit, completed, completed_at, 3 more}
One of the following:
class NotStarted { status }
status: :not_started
class Queued { status }
status: :queued
class InProgress { status }
status: :in_progress
class Completed { commit, completed, completed_at, 3 more }
commit: Commit { repo, sha, stats, tree_oid }
repo: { branch, host, name, owner}
branch: String
host: String
name: String
owner: String
sha: String
stats: { additions, deletions, total}
additions: Integer
deletions: Integer
total: Integer
tree_oid: String
completed: { commit, completed_at, conclusion, merge_conflict_pr}

deprecated

commit: Commit { repo, sha, stats, tree_oid }
repo: { branch, host, name, owner}
branch: String
host: String
name: String
owner: String
sha: String
stats: { additions, deletions, total}
additions: Integer
deletions: Integer
total: Integer
tree_oid: String
completed_at: Time
conclusion: :error | :warning | :note | 9 more
One of the following:
:error
:warning
:note
:success
:merge_conflict
:upstream_merge_conflict
:fatal
:payment_required
:cancelled
:timed_out
:noop
:version_bump
merge_conflict_pr: { number, repo}
number: Float
repo: { host, name, owner}
host: String
name: String
owner: String
completed_at: Time
conclusion: :error | :warning | :note | 9 more
One of the following:
:error
:warning
:note
:success
:merge_conflict
:upstream_merge_conflict
:fatal
:payment_required
:cancelled
:timed_out
:noop
:version_bump
merge_conflict_pr: { number, repo}
number: Float
repo: { host, name, owner}
host: String
name: String
owner: String
status: :completed
install_url: String
object: :build_target
status: :not_started | :codegen | :postgen | :completed
One of the following:
:not_started
:codegen
:postgen
:completed
build: CheckStep
One of the following:
class NotStarted { status }
status: :not_started
class Queued { status, url }
status: :queued
url: String
class InProgress { status, url }
status: :in_progress
url: String
class Completed { completed, conclusion, status, url }
completed: { conclusion, url}

deprecated

conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
url: String
conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
status: :completed
url: String
lint: CheckStep
One of the following:
class NotStarted { status }
status: :not_started
class Queued { status, url }
status: :queued
url: String
class InProgress { status, url }
status: :in_progress
url: String
class Completed { completed, conclusion, status, url }
completed: { conclusion, url}

deprecated

conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
url: String
conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
status: :completed
url: String
test_: CheckStep
One of the following:
class NotStarted { status }
status: :not_started
class Queued { status, url }
status: :queued
url: String
class InProgress { status, url }
status: :in_progress
url: String
class Completed { completed, conclusion, status, url }
completed: { conclusion, url}

deprecated

conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
url: String
conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
status: :completed
url: String
node: BuildTarget { commit, install_url, object, 4 more }
commit: { status} | { status} | { status} | { commit, completed, completed_at, 3 more}
One of the following:
class NotStarted { status }
status: :not_started
class Queued { status }
status: :queued
class InProgress { status }
status: :in_progress
class Completed { commit, completed, completed_at, 3 more }
commit: Commit { repo, sha, stats, tree_oid }
repo: { branch, host, name, owner}
branch: String
host: String
name: String
owner: String
sha: String
stats: { additions, deletions, total}
additions: Integer
deletions: Integer
total: Integer
tree_oid: String
completed: { commit, completed_at, conclusion, merge_conflict_pr}

deprecated

commit: Commit { repo, sha, stats, tree_oid }
repo: { branch, host, name, owner}
branch: String
host: String
name: String
owner: String
sha: String
stats: { additions, deletions, total}
additions: Integer
deletions: Integer
total: Integer
tree_oid: String
completed_at: Time
conclusion: :error | :warning | :note | 9 more
One of the following:
:error
:warning
:note
:success
:merge_conflict
:upstream_merge_conflict
:fatal
:payment_required
:cancelled
:timed_out
:noop
:version_bump
merge_conflict_pr: { number, repo}
number: Float
repo: { host, name, owner}
host: String
name: String
owner: String
completed_at: Time
conclusion: :error | :warning | :note | 9 more
One of the following:
:error
:warning
:note
:success
:merge_conflict
:upstream_merge_conflict
:fatal
:payment_required
:cancelled
:timed_out
:noop
:version_bump
merge_conflict_pr: { number, repo}
number: Float
repo: { host, name, owner}
host: String
name: String
owner: String
status: :completed
install_url: String
object: :build_target
status: :not_started | :codegen | :postgen | :completed
One of the following:
:not_started
:codegen
:postgen
:completed
build: CheckStep
One of the following:
class NotStarted { status }
status: :not_started
class Queued { status, url }
status: :queued
url: String
class InProgress { status, url }
status: :in_progress
url: String
class Completed { completed, conclusion, status, url }
completed: { conclusion, url}

deprecated

conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
url: String
conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
status: :completed
url: String
lint: CheckStep
One of the following:
class NotStarted { status }
status: :not_started
class Queued { status, url }
status: :queued
url: String
class InProgress { status, url }
status: :in_progress
url: String
class Completed { completed, conclusion, status, url }
completed: { conclusion, url}

deprecated

conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
url: String
conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
status: :completed
url: String
test_: CheckStep
One of the following:
class NotStarted { status }
status: :not_started
class Queued { status, url }
status: :queued
url: String
class InProgress { status, url }
status: :in_progress
url: String
class Completed { completed, conclusion, status, url }
completed: { conclusion, url}

deprecated

conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
url: String
conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
status: :completed
url: String
openapi: BuildTarget { commit, install_url, object, 4 more }
commit: { status} | { status} | { status} | { commit, completed, completed_at, 3 more}
One of the following:
class NotStarted { status }
status: :not_started
class Queued { status }
status: :queued
class InProgress { status }
status: :in_progress
class Completed { commit, completed, completed_at, 3 more }
commit: Commit { repo, sha, stats, tree_oid }
repo: { branch, host, name, owner}
branch: String
host: String
name: String
owner: String
sha: String
stats: { additions, deletions, total}
additions: Integer
deletions: Integer
total: Integer
tree_oid: String
completed: { commit, completed_at, conclusion, merge_conflict_pr}

deprecated

commit: Commit { repo, sha, stats, tree_oid }
repo: { branch, host, name, owner}
branch: String
host: String
name: String
owner: String
sha: String
stats: { additions, deletions, total}
additions: Integer
deletions: Integer
total: Integer
tree_oid: String
completed_at: Time
conclusion: :error | :warning | :note | 9 more
One of the following:
:error
:warning
:note
:success
:merge_conflict
:upstream_merge_conflict
:fatal
:payment_required
:cancelled
:timed_out
:noop
:version_bump
merge_conflict_pr: { number, repo}
number: Float
repo: { host, name, owner}
host: String
name: String
owner: String
completed_at: Time
conclusion: :error | :warning | :note | 9 more
One of the following:
:error
:warning
:note
:success
:merge_conflict
:upstream_merge_conflict
:fatal
:payment_required
:cancelled
:timed_out
:noop
:version_bump
merge_conflict_pr: { number, repo}
number: Float
repo: { host, name, owner}
host: String
name: String
owner: String
status: :completed
install_url: String
object: :build_target
status: :not_started | :codegen | :postgen | :completed
One of the following:
:not_started
:codegen
:postgen
:completed
build: CheckStep
One of the following:
class NotStarted { status }
status: :not_started
class Queued { status, url }
status: :queued
url: String
class InProgress { status, url }
status: :in_progress
url: String
class Completed { completed, conclusion, status, url }
completed: { conclusion, url}

deprecated

conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
url: String
conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
status: :completed
url: String
lint: CheckStep
One of the following:
class NotStarted { status }
status: :not_started
class Queued { status, url }
status: :queued
url: String
class InProgress { status, url }
status: :in_progress
url: String
class Completed { completed, conclusion, status, url }
completed: { conclusion, url}

deprecated

conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
url: String
conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
status: :completed
url: String
test_: CheckStep
One of the following:
class NotStarted { status }
status: :not_started
class Queued { status, url }
status: :queued
url: String
class InProgress { status, url }
status: :in_progress
url: String
class Completed { completed, conclusion, status, url }
completed: { conclusion, url}

deprecated

conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
url: String
conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
status: :completed
url: String
php: BuildTarget { commit, install_url, object, 4 more }
commit: { status} | { status} | { status} | { commit, completed, completed_at, 3 more}
One of the following:
class NotStarted { status }
status: :not_started
class Queued { status }
status: :queued
class InProgress { status }
status: :in_progress
class Completed { commit, completed, completed_at, 3 more }
commit: Commit { repo, sha, stats, tree_oid }
repo: { branch, host, name, owner}
branch: String
host: String
name: String
owner: String
sha: String
stats: { additions, deletions, total}
additions: Integer
deletions: Integer
total: Integer
tree_oid: String
completed: { commit, completed_at, conclusion, merge_conflict_pr}

deprecated

commit: Commit { repo, sha, stats, tree_oid }
repo: { branch, host, name, owner}
branch: String
host: String
name: String
owner: String
sha: String
stats: { additions, deletions, total}
additions: Integer
deletions: Integer
total: Integer
tree_oid: String
completed_at: Time
conclusion: :error | :warning | :note | 9 more
One of the following:
:error
:warning
:note
:success
:merge_conflict
:upstream_merge_conflict
:fatal
:payment_required
:cancelled
:timed_out
:noop
:version_bump
merge_conflict_pr: { number, repo}
number: Float
repo: { host, name, owner}
host: String
name: String
owner: String
completed_at: Time
conclusion: :error | :warning | :note | 9 more
One of the following:
:error
:warning
:note
:success
:merge_conflict
:upstream_merge_conflict
:fatal
:payment_required
:cancelled
:timed_out
:noop
:version_bump
merge_conflict_pr: { number, repo}
number: Float
repo: { host, name, owner}
host: String
name: String
owner: String
status: :completed
install_url: String
object: :build_target
status: :not_started | :codegen | :postgen | :completed
One of the following:
:not_started
:codegen
:postgen
:completed
build: CheckStep
One of the following:
class NotStarted { status }
status: :not_started
class Queued { status, url }
status: :queued
url: String
class InProgress { status, url }
status: :in_progress
url: String
class Completed { completed, conclusion, status, url }
completed: { conclusion, url}

deprecated

conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
url: String
conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
status: :completed
url: String
lint: CheckStep
One of the following:
class NotStarted { status }
status: :not_started
class Queued { status, url }
status: :queued
url: String
class InProgress { status, url }
status: :in_progress
url: String
class Completed { completed, conclusion, status, url }
completed: { conclusion, url}

deprecated

conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
url: String
conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
status: :completed
url: String
test_: CheckStep
One of the following:
class NotStarted { status }
status: :not_started
class Queued { status, url }
status: :queued
url: String
class InProgress { status, url }
status: :in_progress
url: String
class Completed { completed, conclusion, status, url }
completed: { conclusion, url}

deprecated

conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
url: String
conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
status: :completed
url: String
python: BuildTarget { commit, install_url, object, 4 more }
commit: { status} | { status} | { status} | { commit, completed, completed_at, 3 more}
One of the following:
class NotStarted { status }
status: :not_started
class Queued { status }
status: :queued
class InProgress { status }
status: :in_progress
class Completed { commit, completed, completed_at, 3 more }
commit: Commit { repo, sha, stats, tree_oid }
repo: { branch, host, name, owner}
branch: String
host: String
name: String
owner: String
sha: String
stats: { additions, deletions, total}
additions: Integer
deletions: Integer
total: Integer
tree_oid: String
completed: { commit, completed_at, conclusion, merge_conflict_pr}

deprecated

commit: Commit { repo, sha, stats, tree_oid }
repo: { branch, host, name, owner}
branch: String
host: String
name: String
owner: String
sha: String
stats: { additions, deletions, total}
additions: Integer
deletions: Integer
total: Integer
tree_oid: String
completed_at: Time
conclusion: :error | :warning | :note | 9 more
One of the following:
:error
:warning
:note
:success
:merge_conflict
:upstream_merge_conflict
:fatal
:payment_required
:cancelled
:timed_out
:noop
:version_bump
merge_conflict_pr: { number, repo}
number: Float
repo: { host, name, owner}
host: String
name: String
owner: String
completed_at: Time
conclusion: :error | :warning | :note | 9 more
One of the following:
:error
:warning
:note
:success
:merge_conflict
:upstream_merge_conflict
:fatal
:payment_required
:cancelled
:timed_out
:noop
:version_bump
merge_conflict_pr: { number, repo}
number: Float
repo: { host, name, owner}
host: String
name: String
owner: String
status: :completed
install_url: String
object: :build_target
status: :not_started | :codegen | :postgen | :completed
One of the following:
:not_started
:codegen
:postgen
:completed
build: CheckStep
One of the following:
class NotStarted { status }
status: :not_started
class Queued { status, url }
status: :queued
url: String
class InProgress { status, url }
status: :in_progress
url: String
class Completed { completed, conclusion, status, url }
completed: { conclusion, url}

deprecated

conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
url: String
conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
status: :completed
url: String
lint: CheckStep
One of the following:
class NotStarted { status }
status: :not_started
class Queued { status, url }
status: :queued
url: String
class InProgress { status, url }
status: :in_progress
url: String
class Completed { completed, conclusion, status, url }
completed: { conclusion, url}

deprecated

conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
url: String
conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
status: :completed
url: String
test_: CheckStep
One of the following:
class NotStarted { status }
status: :not_started
class Queued { status, url }
status: :queued
url: String
class InProgress { status, url }
status: :in_progress
url: String
class Completed { completed, conclusion, status, url }
completed: { conclusion, url}

deprecated

conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
url: String
conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
status: :completed
url: String
ruby: BuildTarget { commit, install_url, object, 4 more }
commit: { status} | { status} | { status} | { commit, completed, completed_at, 3 more}
One of the following:
class NotStarted { status }
status: :not_started
class Queued { status }
status: :queued
class InProgress { status }
status: :in_progress
class Completed { commit, completed, completed_at, 3 more }
commit: Commit { repo, sha, stats, tree_oid }
repo: { branch, host, name, owner}
branch: String
host: String
name: String
owner: String
sha: String
stats: { additions, deletions, total}
additions: Integer
deletions: Integer
total: Integer
tree_oid: String
completed: { commit, completed_at, conclusion, merge_conflict_pr}

deprecated

commit: Commit { repo, sha, stats, tree_oid }
repo: { branch, host, name, owner}
branch: String
host: String
name: String
owner: String
sha: String
stats: { additions, deletions, total}
additions: Integer
deletions: Integer
total: Integer
tree_oid: String
completed_at: Time
conclusion: :error | :warning | :note | 9 more
One of the following:
:error
:warning
:note
:success
:merge_conflict
:upstream_merge_conflict
:fatal
:payment_required
:cancelled
:timed_out
:noop
:version_bump
merge_conflict_pr: { number, repo}
number: Float
repo: { host, name, owner}
host: String
name: String
owner: String
completed_at: Time
conclusion: :error | :warning | :note | 9 more
One of the following:
:error
:warning
:note
:success
:merge_conflict
:upstream_merge_conflict
:fatal
:payment_required
:cancelled
:timed_out
:noop
:version_bump
merge_conflict_pr: { number, repo}
number: Float
repo: { host, name, owner}
host: String
name: String
owner: String
status: :completed
install_url: String
object: :build_target
status: :not_started | :codegen | :postgen | :completed
One of the following:
:not_started
:codegen
:postgen
:completed
build: CheckStep
One of the following:
class NotStarted { status }
status: :not_started
class Queued { status, url }
status: :queued
url: String
class InProgress { status, url }
status: :in_progress
url: String
class Completed { completed, conclusion, status, url }
completed: { conclusion, url}

deprecated

conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
url: String
conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
status: :completed
url: String
lint: CheckStep
One of the following:
class NotStarted { status }
status: :not_started
class Queued { status, url }
status: :queued
url: String
class InProgress { status, url }
status: :in_progress
url: String
class Completed { completed, conclusion, status, url }
completed: { conclusion, url}

deprecated

conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
url: String
conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
status: :completed
url: String
test_: CheckStep
One of the following:
class NotStarted { status }
status: :not_started
class Queued { status, url }
status: :queued
url: String
class InProgress { status, url }
status: :in_progress
url: String
class Completed { completed, conclusion, status, url }
completed: { conclusion, url}

deprecated

conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
url: String
conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
status: :completed
url: String
sql: BuildTarget { commit, install_url, object, 4 more }
commit: { status} | { status} | { status} | { commit, completed, completed_at, 3 more}
One of the following:
class NotStarted { status }
status: :not_started
class Queued { status }
status: :queued
class InProgress { status }
status: :in_progress
class Completed { commit, completed, completed_at, 3 more }
commit: Commit { repo, sha, stats, tree_oid }
repo: { branch, host, name, owner}
branch: String
host: String
name: String
owner: String
sha: String
stats: { additions, deletions, total}
additions: Integer
deletions: Integer
total: Integer
tree_oid: String
completed: { commit, completed_at, conclusion, merge_conflict_pr}

deprecated

commit: Commit { repo, sha, stats, tree_oid }
repo: { branch, host, name, owner}
branch: String
host: String
name: String
owner: String
sha: String
stats: { additions, deletions, total}
additions: Integer
deletions: Integer
total: Integer
tree_oid: String
completed_at: Time
conclusion: :error | :warning | :note | 9 more
One of the following:
:error
:warning
:note
:success
:merge_conflict
:upstream_merge_conflict
:fatal
:payment_required
:cancelled
:timed_out
:noop
:version_bump
merge_conflict_pr: { number, repo}
number: Float
repo: { host, name, owner}
host: String
name: String
owner: String
completed_at: Time
conclusion: :error | :warning | :note | 9 more
One of the following:
:error
:warning
:note
:success
:merge_conflict
:upstream_merge_conflict
:fatal
:payment_required
:cancelled
:timed_out
:noop
:version_bump
merge_conflict_pr: { number, repo}
number: Float
repo: { host, name, owner}
host: String
name: String
owner: String
status: :completed
install_url: String
object: :build_target
status: :not_started | :codegen | :postgen | :completed
One of the following:
:not_started
:codegen
:postgen
:completed
build: CheckStep
One of the following:
class NotStarted { status }
status: :not_started
class Queued { status, url }
status: :queued
url: String
class InProgress { status, url }
status: :in_progress
url: String
class Completed { completed, conclusion, status, url }
completed: { conclusion, url}

deprecated

conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
url: String
conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
status: :completed
url: String
lint: CheckStep
One of the following:
class NotStarted { status }
status: :not_started
class Queued { status, url }
status: :queued
url: String
class InProgress { status, url }
status: :in_progress
url: String
class Completed { completed, conclusion, status, url }
completed: { conclusion, url}

deprecated

conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
url: String
conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
status: :completed
url: String
test_: CheckStep
One of the following:
class NotStarted { status }
status: :not_started
class Queued { status, url }
status: :queued
url: String
class InProgress { status, url }
status: :in_progress
url: String
class Completed { completed, conclusion, status, url }
completed: { conclusion, url}

deprecated

conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
url: String
conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
status: :completed
url: String
terraform: BuildTarget { commit, install_url, object, 4 more }
commit: { status} | { status} | { status} | { commit, completed, completed_at, 3 more}
One of the following:
class NotStarted { status }
status: :not_started
class Queued { status }
status: :queued
class InProgress { status }
status: :in_progress
class Completed { commit, completed, completed_at, 3 more }
commit: Commit { repo, sha, stats, tree_oid }
repo: { branch, host, name, owner}
branch: String
host: String
name: String
owner: String
sha: String
stats: { additions, deletions, total}
additions: Integer
deletions: Integer
total: Integer
tree_oid: String
completed: { commit, completed_at, conclusion, merge_conflict_pr}

deprecated

commit: Commit { repo, sha, stats, tree_oid }
repo: { branch, host, name, owner}
branch: String
host: String
name: String
owner: String
sha: String
stats: { additions, deletions, total}
additions: Integer
deletions: Integer
total: Integer
tree_oid: String
completed_at: Time
conclusion: :error | :warning | :note | 9 more
One of the following:
:error
:warning
:note
:success
:merge_conflict
:upstream_merge_conflict
:fatal
:payment_required
:cancelled
:timed_out
:noop
:version_bump
merge_conflict_pr: { number, repo}
number: Float
repo: { host, name, owner}
host: String
name: String
owner: String
completed_at: Time
conclusion: :error | :warning | :note | 9 more
One of the following:
:error
:warning
:note
:success
:merge_conflict
:upstream_merge_conflict
:fatal
:payment_required
:cancelled
:timed_out
:noop
:version_bump
merge_conflict_pr: { number, repo}
number: Float
repo: { host, name, owner}
host: String
name: String
owner: String
status: :completed
install_url: String
object: :build_target
status: :not_started | :codegen | :postgen | :completed
One of the following:
:not_started
:codegen
:postgen
:completed
build: CheckStep
One of the following:
class NotStarted { status }
status: :not_started
class Queued { status, url }
status: :queued
url: String
class InProgress { status, url }
status: :in_progress
url: String
class Completed { completed, conclusion, status, url }
completed: { conclusion, url}

deprecated

conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
url: String
conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
status: :completed
url: String
lint: CheckStep
One of the following:
class NotStarted { status }
status: :not_started
class Queued { status, url }
status: :queued
url: String
class InProgress { status, url }
status: :in_progress
url: String
class Completed { completed, conclusion, status, url }
completed: { conclusion, url}

deprecated

conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
url: String
conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
status: :completed
url: String
test_: CheckStep
One of the following:
class NotStarted { status }
status: :not_started
class Queued { status, url }
status: :queued
url: String
class InProgress { status, url }
status: :in_progress
url: String
class Completed { completed, conclusion, status, url }
completed: { conclusion, url}

deprecated

conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
url: String
conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
status: :completed
url: String
typescript: BuildTarget { commit, install_url, object, 4 more }
commit: { status} | { status} | { status} | { commit, completed, completed_at, 3 more}
One of the following:
class NotStarted { status }
status: :not_started
class Queued { status }
status: :queued
class InProgress { status }
status: :in_progress
class Completed { commit, completed, completed_at, 3 more }
commit: Commit { repo, sha, stats, tree_oid }
repo: { branch, host, name, owner}
branch: String
host: String
name: String
owner: String
sha: String
stats: { additions, deletions, total}
additions: Integer
deletions: Integer
total: Integer
tree_oid: String
completed: { commit, completed_at, conclusion, merge_conflict_pr}

deprecated

commit: Commit { repo, sha, stats, tree_oid }
repo: { branch, host, name, owner}
branch: String
host: String
name: String
owner: String
sha: String
stats: { additions, deletions, total}
additions: Integer
deletions: Integer
total: Integer
tree_oid: String
completed_at: Time
conclusion: :error | :warning | :note | 9 more
One of the following:
:error
:warning
:note
:success
:merge_conflict
:upstream_merge_conflict
:fatal
:payment_required
:cancelled
:timed_out
:noop
:version_bump
merge_conflict_pr: { number, repo}
number: Float
repo: { host, name, owner}
host: String
name: String
owner: String
completed_at: Time
conclusion: :error | :warning | :note | 9 more
One of the following:
:error
:warning
:note
:success
:merge_conflict
:upstream_merge_conflict
:fatal
:payment_required
:cancelled
:timed_out
:noop
:version_bump
merge_conflict_pr: { number, repo}
number: Float
repo: { host, name, owner}
host: String
name: String
owner: String
status: :completed
install_url: String
object: :build_target
status: :not_started | :codegen | :postgen | :completed
One of the following:
:not_started
:codegen
:postgen
:completed
build: CheckStep
One of the following:
class NotStarted { status }
status: :not_started
class Queued { status, url }
status: :queued
url: String
class InProgress { status, url }
status: :in_progress
url: String
class Completed { completed, conclusion, status, url }
completed: { conclusion, url}

deprecated

conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
url: String
conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
status: :completed
url: String
lint: CheckStep
One of the following:
class NotStarted { status }
status: :not_started
class Queued { status, url }
status: :queued
url: String
class InProgress { status, url }
status: :in_progress
url: String
class Completed { completed, conclusion, status, url }
completed: { conclusion, url}

deprecated

conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
url: String
conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
status: :completed
url: String
test_: CheckStep
One of the following:
class NotStarted { status }
status: :not_started
class Queued { status, url }
status: :queued
url: String
class InProgress { status, url }
status: :in_progress
url: String
class Completed { completed, conclusion, status, url }
completed: { conclusion, url}

deprecated

conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
url: String
conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
status: :completed
url: String
updated_at: Time
class BuildTarget { commit, install_url, object, 4 more }
commit: { status} | { status} | { status} | { commit, completed, completed_at, 3 more}
One of the following:
class NotStarted { status }
status: :not_started
class Queued { status }
status: :queued
class InProgress { status }
status: :in_progress
class Completed { commit, completed, completed_at, 3 more }
commit: Commit { repo, sha, stats, tree_oid }
repo: { branch, host, name, owner}
branch: String
host: String
name: String
owner: String
sha: String
stats: { additions, deletions, total}
additions: Integer
deletions: Integer
total: Integer
tree_oid: String
completed: { commit, completed_at, conclusion, merge_conflict_pr}

deprecated

commit: Commit { repo, sha, stats, tree_oid }
repo: { branch, host, name, owner}
branch: String
host: String
name: String
owner: String
sha: String
stats: { additions, deletions, total}
additions: Integer
deletions: Integer
total: Integer
tree_oid: String
completed_at: Time
conclusion: :error | :warning | :note | 9 more
One of the following:
:error
:warning
:note
:success
:merge_conflict
:upstream_merge_conflict
:fatal
:payment_required
:cancelled
:timed_out
:noop
:version_bump
merge_conflict_pr: { number, repo}
number: Float
repo: { host, name, owner}
host: String
name: String
owner: String
completed_at: Time
conclusion: :error | :warning | :note | 9 more
One of the following:
:error
:warning
:note
:success
:merge_conflict
:upstream_merge_conflict
:fatal
:payment_required
:cancelled
:timed_out
:noop
:version_bump
merge_conflict_pr: { number, repo}
number: Float
repo: { host, name, owner}
host: String
name: String
owner: String
status: :completed
install_url: String
object: :build_target
status: :not_started | :codegen | :postgen | :completed
One of the following:
:not_started
:codegen
:postgen
:completed
build: CheckStep
One of the following:
class NotStarted { status }
status: :not_started
class Queued { status, url }
status: :queued
url: String
class InProgress { status, url }
status: :in_progress
url: String
class Completed { completed, conclusion, status, url }
completed: { conclusion, url}

deprecated

conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
url: String
conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
status: :completed
url: String
lint: CheckStep
One of the following:
class NotStarted { status }
status: :not_started
class Queued { status, url }
status: :queued
url: String
class InProgress { status, url }
status: :in_progress
url: String
class Completed { completed, conclusion, status, url }
completed: { conclusion, url}

deprecated

conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
url: String
conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
status: :completed
url: String
test_: CheckStep
One of the following:
class NotStarted { status }
status: :not_started
class Queued { status, url }
status: :queued
url: String
class InProgress { status, url }
status: :in_progress
url: String
class Completed { completed, conclusion, status, url }
completed: { conclusion, url}

deprecated

conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
url: String
conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
status: :completed
url: String
CheckStep = { status} | { status, url} | { status, url} | { completed, conclusion, status, url}
One of the following:
class NotStarted { status }
status: :not_started
class Queued { status, url }
status: :queued
url: String
class InProgress { status, url }
status: :in_progress
url: String
class Completed { completed, conclusion, status, url }
completed: { conclusion, url}

deprecated

conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
url: String
conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
status: :completed
url: String
class BuildCompareResponse { base, head }
base: Build { id, config_commit, created_at, 6 more }
id: String

Build ID

config_commit: String
created_at: Time
documented_spec: { content, type} | { expires, type, url}
One of the following:
class UnionMember0 { content, type }
content: String
type: :content
class UnionMember1 { expires, type, url }
expires: Time
type: :url
url: String
object: :build
org: String
project: String
targets: { cli, csharp, go, 10 more}
cli: BuildTarget { commit, install_url, object, 4 more }
commit: { status} | { status} | { status} | { commit, completed, completed_at, 3 more}
One of the following:
class NotStarted { status }
status: :not_started
class Queued { status }
status: :queued
class InProgress { status }
status: :in_progress
class Completed { commit, completed, completed_at, 3 more }
commit: Commit { repo, sha, stats, tree_oid }
repo: { branch, host, name, owner}
branch: String
host: String
name: String
owner: String
sha: String
stats: { additions, deletions, total}
additions: Integer
deletions: Integer
total: Integer
tree_oid: String
completed: { commit, completed_at, conclusion, merge_conflict_pr}

deprecated

commit: Commit { repo, sha, stats, tree_oid }
repo: { branch, host, name, owner}
branch: String
host: String
name: String
owner: String
sha: String
stats: { additions, deletions, total}
additions: Integer
deletions: Integer
total: Integer
tree_oid: String
completed_at: Time
conclusion: :error | :warning | :note | 9 more
One of the following:
:error
:warning
:note
:success
:merge_conflict
:upstream_merge_conflict
:fatal
:payment_required
:cancelled
:timed_out
:noop
:version_bump
merge_conflict_pr: { number, repo}
number: Float
repo: { host, name, owner}
host: String
name: String
owner: String
completed_at: Time
conclusion: :error | :warning | :note | 9 more
One of the following:
:error
:warning
:note
:success
:merge_conflict
:upstream_merge_conflict
:fatal
:payment_required
:cancelled
:timed_out
:noop
:version_bump
merge_conflict_pr: { number, repo}
number: Float
repo: { host, name, owner}
host: String
name: String
owner: String
status: :completed
install_url: String
object: :build_target
status: :not_started | :codegen | :postgen | :completed
One of the following:
:not_started
:codegen
:postgen
:completed
build: CheckStep
One of the following:
class NotStarted { status }
status: :not_started
class Queued { status, url }
status: :queued
url: String
class InProgress { status, url }
status: :in_progress
url: String
class Completed { completed, conclusion, status, url }
completed: { conclusion, url}

deprecated

conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
url: String
conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
status: :completed
url: String
lint: CheckStep
One of the following:
class NotStarted { status }
status: :not_started
class Queued { status, url }
status: :queued
url: String
class InProgress { status, url }
status: :in_progress
url: String
class Completed { completed, conclusion, status, url }
completed: { conclusion, url}

deprecated

conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
url: String
conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
status: :completed
url: String
test_: CheckStep
One of the following:
class NotStarted { status }
status: :not_started
class Queued { status, url }
status: :queued
url: String
class InProgress { status, url }
status: :in_progress
url: String
class Completed { completed, conclusion, status, url }
completed: { conclusion, url}

deprecated

conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
url: String
conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
status: :completed
url: String
csharp: BuildTarget { commit, install_url, object, 4 more }
commit: { status} | { status} | { status} | { commit, completed, completed_at, 3 more}
One of the following:
class NotStarted { status }
status: :not_started
class Queued { status }
status: :queued
class InProgress { status }
status: :in_progress
class Completed { commit, completed, completed_at, 3 more }
commit: Commit { repo, sha, stats, tree_oid }
repo: { branch, host, name, owner}
branch: String
host: String
name: String
owner: String
sha: String
stats: { additions, deletions, total}
additions: Integer
deletions: Integer
total: Integer
tree_oid: String
completed: { commit, completed_at, conclusion, merge_conflict_pr}

deprecated

commit: Commit { repo, sha, stats, tree_oid }
repo: { branch, host, name, owner}
branch: String
host: String
name: String
owner: String
sha: String
stats: { additions, deletions, total}
additions: Integer
deletions: Integer
total: Integer
tree_oid: String
completed_at: Time
conclusion: :error | :warning | :note | 9 more
One of the following:
:error
:warning
:note
:success
:merge_conflict
:upstream_merge_conflict
:fatal
:payment_required
:cancelled
:timed_out
:noop
:version_bump
merge_conflict_pr: { number, repo}
number: Float
repo: { host, name, owner}
host: String
name: String
owner: String
completed_at: Time
conclusion: :error | :warning | :note | 9 more
One of the following:
:error
:warning
:note
:success
:merge_conflict
:upstream_merge_conflict
:fatal
:payment_required
:cancelled
:timed_out
:noop
:version_bump
merge_conflict_pr: { number, repo}
number: Float
repo: { host, name, owner}
host: String
name: String
owner: String
status: :completed
install_url: String
object: :build_target
status: :not_started | :codegen | :postgen | :completed
One of the following:
:not_started
:codegen
:postgen
:completed
build: CheckStep
One of the following:
class NotStarted { status }
status: :not_started
class Queued { status, url }
status: :queued
url: String
class InProgress { status, url }
status: :in_progress
url: String
class Completed { completed, conclusion, status, url }
completed: { conclusion, url}

deprecated

conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
url: String
conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
status: :completed
url: String
lint: CheckStep
One of the following:
class NotStarted { status }
status: :not_started
class Queued { status, url }
status: :queued
url: String
class InProgress { status, url }
status: :in_progress
url: String
class Completed { completed, conclusion, status, url }
completed: { conclusion, url}

deprecated

conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
url: String
conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
status: :completed
url: String
test_: CheckStep
One of the following:
class NotStarted { status }
status: :not_started
class Queued { status, url }
status: :queued
url: String
class InProgress { status, url }
status: :in_progress
url: String
class Completed { completed, conclusion, status, url }
completed: { conclusion, url}

deprecated

conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
url: String
conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
status: :completed
url: String
go: BuildTarget { commit, install_url, object, 4 more }
commit: { status} | { status} | { status} | { commit, completed, completed_at, 3 more}
One of the following:
class NotStarted { status }
status: :not_started
class Queued { status }
status: :queued
class InProgress { status }
status: :in_progress
class Completed { commit, completed, completed_at, 3 more }
commit: Commit { repo, sha, stats, tree_oid }
repo: { branch, host, name, owner}
branch: String
host: String
name: String
owner: String
sha: String
stats: { additions, deletions, total}
additions: Integer
deletions: Integer
total: Integer
tree_oid: String
completed: { commit, completed_at, conclusion, merge_conflict_pr}

deprecated

commit: Commit { repo, sha, stats, tree_oid }
repo: { branch, host, name, owner}
branch: String
host: String
name: String
owner: String
sha: String
stats: { additions, deletions, total}
additions: Integer
deletions: Integer
total: Integer
tree_oid: String
completed_at: Time
conclusion: :error | :warning | :note | 9 more
One of the following:
:error
:warning
:note
:success
:merge_conflict
:upstream_merge_conflict
:fatal
:payment_required
:cancelled
:timed_out
:noop
:version_bump
merge_conflict_pr: { number, repo}
number: Float
repo: { host, name, owner}
host: String
name: String
owner: String
completed_at: Time
conclusion: :error | :warning | :note | 9 more
One of the following:
:error
:warning
:note
:success
:merge_conflict
:upstream_merge_conflict
:fatal
:payment_required
:cancelled
:timed_out
:noop
:version_bump
merge_conflict_pr: { number, repo}
number: Float
repo: { host, name, owner}
host: String
name: String
owner: String
status: :completed
install_url: String
object: :build_target
status: :not_started | :codegen | :postgen | :completed
One of the following:
:not_started
:codegen
:postgen
:completed
build: CheckStep
One of the following:
class NotStarted { status }
status: :not_started
class Queued { status, url }
status: :queued
url: String
class InProgress { status, url }
status: :in_progress
url: String
class Completed { completed, conclusion, status, url }
completed: { conclusion, url}

deprecated

conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
url: String
conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
status: :completed
url: String
lint: CheckStep
One of the following:
class NotStarted { status }
status: :not_started
class Queued { status, url }
status: :queued
url: String
class InProgress { status, url }
status: :in_progress
url: String
class Completed { completed, conclusion, status, url }
completed: { conclusion, url}

deprecated

conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
url: String
conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
status: :completed
url: String
test_: CheckStep
One of the following:
class NotStarted { status }
status: :not_started
class Queued { status, url }
status: :queued
url: String
class InProgress { status, url }
status: :in_progress
url: String
class Completed { completed, conclusion, status, url }
completed: { conclusion, url}

deprecated

conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
url: String
conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
status: :completed
url: String
java: BuildTarget { commit, install_url, object, 4 more }
commit: { status} | { status} | { status} | { commit, completed, completed_at, 3 more}
One of the following:
class NotStarted { status }
status: :not_started
class Queued { status }
status: :queued
class InProgress { status }
status: :in_progress
class Completed { commit, completed, completed_at, 3 more }
commit: Commit { repo, sha, stats, tree_oid }
repo: { branch, host, name, owner}
branch: String
host: String
name: String
owner: String
sha: String
stats: { additions, deletions, total}
additions: Integer
deletions: Integer
total: Integer
tree_oid: String
completed: { commit, completed_at, conclusion, merge_conflict_pr}

deprecated

commit: Commit { repo, sha, stats, tree_oid }
repo: { branch, host, name, owner}
branch: String
host: String
name: String
owner: String
sha: String
stats: { additions, deletions, total}
additions: Integer
deletions: Integer
total: Integer
tree_oid: String
completed_at: Time
conclusion: :error | :warning | :note | 9 more
One of the following:
:error
:warning
:note
:success
:merge_conflict
:upstream_merge_conflict
:fatal
:payment_required
:cancelled
:timed_out
:noop
:version_bump
merge_conflict_pr: { number, repo}
number: Float
repo: { host, name, owner}
host: String
name: String
owner: String
completed_at: Time
conclusion: :error | :warning | :note | 9 more
One of the following:
:error
:warning
:note
:success
:merge_conflict
:upstream_merge_conflict
:fatal
:payment_required
:cancelled
:timed_out
:noop
:version_bump
merge_conflict_pr: { number, repo}
number: Float
repo: { host, name, owner}
host: String
name: String
owner: String
status: :completed
install_url: String
object: :build_target
status: :not_started | :codegen | :postgen | :completed
One of the following:
:not_started
:codegen
:postgen
:completed
build: CheckStep
One of the following:
class NotStarted { status }
status: :not_started
class Queued { status, url }
status: :queued
url: String
class InProgress { status, url }
status: :in_progress
url: String
class Completed { completed, conclusion, status, url }
completed: { conclusion, url}

deprecated

conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
url: String
conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
status: :completed
url: String
lint: CheckStep
One of the following:
class NotStarted { status }
status: :not_started
class Queued { status, url }
status: :queued
url: String
class InProgress { status, url }
status: :in_progress
url: String
class Completed { completed, conclusion, status, url }
completed: { conclusion, url}

deprecated

conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
url: String
conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
status: :completed
url: String
test_: CheckStep
One of the following:
class NotStarted { status }
status: :not_started
class Queued { status, url }
status: :queued
url: String
class InProgress { status, url }
status: :in_progress
url: String
class Completed { completed, conclusion, status, url }
completed: { conclusion, url}

deprecated

conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
url: String
conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
status: :completed
url: String
kotlin: BuildTarget { commit, install_url, object, 4 more }
commit: { status} | { status} | { status} | { commit, completed, completed_at, 3 more}
One of the following:
class NotStarted { status }
status: :not_started
class Queued { status }
status: :queued
class InProgress { status }
status: :in_progress
class Completed { commit, completed, completed_at, 3 more }
commit: Commit { repo, sha, stats, tree_oid }
repo: { branch, host, name, owner}
branch: String
host: String
name: String
owner: String
sha: String
stats: { additions, deletions, total}
additions: Integer
deletions: Integer
total: Integer
tree_oid: String
completed: { commit, completed_at, conclusion, merge_conflict_pr}

deprecated

commit: Commit { repo, sha, stats, tree_oid }
repo: { branch, host, name, owner}
branch: String
host: String
name: String
owner: String
sha: String
stats: { additions, deletions, total}
additions: Integer
deletions: Integer
total: Integer
tree_oid: String
completed_at: Time
conclusion: :error | :warning | :note | 9 more
One of the following:
:error
:warning
:note
:success
:merge_conflict
:upstream_merge_conflict
:fatal
:payment_required
:cancelled
:timed_out
:noop
:version_bump
merge_conflict_pr: { number, repo}
number: Float
repo: { host, name, owner}
host: String
name: String
owner: String
completed_at: Time
conclusion: :error | :warning | :note | 9 more
One of the following:
:error
:warning
:note
:success
:merge_conflict
:upstream_merge_conflict
:fatal
:payment_required
:cancelled
:timed_out
:noop
:version_bump
merge_conflict_pr: { number, repo}
number: Float
repo: { host, name, owner}
host: String
name: String
owner: String
status: :completed
install_url: String
object: :build_target
status: :not_started | :codegen | :postgen | :completed
One of the following:
:not_started
:codegen
:postgen
:completed
build: CheckStep
One of the following:
class NotStarted { status }
status: :not_started
class Queued { status, url }
status: :queued
url: String
class InProgress { status, url }
status: :in_progress
url: String
class Completed { completed, conclusion, status, url }
completed: { conclusion, url}

deprecated

conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
url: String
conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
status: :completed
url: String
lint: CheckStep
One of the following:
class NotStarted { status }
status: :not_started
class Queued { status, url }
status: :queued
url: String
class InProgress { status, url }
status: :in_progress
url: String
class Completed { completed, conclusion, status, url }
completed: { conclusion, url}

deprecated

conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
url: String
conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
status: :completed
url: String
test_: CheckStep
One of the following:
class NotStarted { status }
status: :not_started
class Queued { status, url }
status: :queued
url: String
class InProgress { status, url }
status: :in_progress
url: String
class Completed { completed, conclusion, status, url }
completed: { conclusion, url}

deprecated

conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
url: String
conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
status: :completed
url: String
node: BuildTarget { commit, install_url, object, 4 more }
commit: { status} | { status} | { status} | { commit, completed, completed_at, 3 more}
One of the following:
class NotStarted { status }
status: :not_started
class Queued { status }
status: :queued
class InProgress { status }
status: :in_progress
class Completed { commit, completed, completed_at, 3 more }
commit: Commit { repo, sha, stats, tree_oid }
repo: { branch, host, name, owner}
branch: String
host: String
name: String
owner: String
sha: String
stats: { additions, deletions, total}
additions: Integer
deletions: Integer
total: Integer
tree_oid: String
completed: { commit, completed_at, conclusion, merge_conflict_pr}

deprecated

commit: Commit { repo, sha, stats, tree_oid }
repo: { branch, host, name, owner}
branch: String
host: String
name: String
owner: String
sha: String
stats: { additions, deletions, total}
additions: Integer
deletions: Integer
total: Integer
tree_oid: String
completed_at: Time
conclusion: :error | :warning | :note | 9 more
One of the following:
:error
:warning
:note
:success
:merge_conflict
:upstream_merge_conflict
:fatal
:payment_required
:cancelled
:timed_out
:noop
:version_bump
merge_conflict_pr: { number, repo}
number: Float
repo: { host, name, owner}
host: String
name: String
owner: String
completed_at: Time
conclusion: :error | :warning | :note | 9 more
One of the following:
:error
:warning
:note
:success
:merge_conflict
:upstream_merge_conflict
:fatal
:payment_required
:cancelled
:timed_out
:noop
:version_bump
merge_conflict_pr: { number, repo}
number: Float
repo: { host, name, owner}
host: String
name: String
owner: String
status: :completed
install_url: String
object: :build_target
status: :not_started | :codegen | :postgen | :completed
One of the following:
:not_started
:codegen
:postgen
:completed
build: CheckStep
One of the following:
class NotStarted { status }
status: :not_started
class Queued { status, url }
status: :queued
url: String
class InProgress { status, url }
status: :in_progress
url: String
class Completed { completed, conclusion, status, url }
completed: { conclusion, url}

deprecated

conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
url: String
conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
status: :completed
url: String
lint: CheckStep
One of the following:
class NotStarted { status }
status: :not_started
class Queued { status, url }
status: :queued
url: String
class InProgress { status, url }
status: :in_progress
url: String
class Completed { completed, conclusion, status, url }
completed: { conclusion, url}

deprecated

conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
url: String
conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
status: :completed
url: String
test_: CheckStep
One of the following:
class NotStarted { status }
status: :not_started
class Queued { status, url }
status: :queued
url: String
class InProgress { status, url }
status: :in_progress
url: String
class Completed { completed, conclusion, status, url }
completed: { conclusion, url}

deprecated

conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
url: String
conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
status: :completed
url: String
openapi: BuildTarget { commit, install_url, object, 4 more }
commit: { status} | { status} | { status} | { commit, completed, completed_at, 3 more}
One of the following:
class NotStarted { status }
status: :not_started
class Queued { status }
status: :queued
class InProgress { status }
status: :in_progress
class Completed { commit, completed, completed_at, 3 more }
commit: Commit { repo, sha, stats, tree_oid }
repo: { branch, host, name, owner}
branch: String
host: String
name: String
owner: String
sha: String
stats: { additions, deletions, total}
additions: Integer
deletions: Integer
total: Integer
tree_oid: String
completed: { commit, completed_at, conclusion, merge_conflict_pr}

deprecated

commit: Commit { repo, sha, stats, tree_oid }
repo: { branch, host, name, owner}
branch: String
host: String
name: String
owner: String
sha: String
stats: { additions, deletions, total}
additions: Integer
deletions: Integer
total: Integer
tree_oid: String
completed_at: Time
conclusion: :error | :warning | :note | 9 more
One of the following:
:error
:warning
:note
:success
:merge_conflict
:upstream_merge_conflict
:fatal
:payment_required
:cancelled
:timed_out
:noop
:version_bump
merge_conflict_pr: { number, repo}
number: Float
repo: { host, name, owner}
host: String
name: String
owner: String
completed_at: Time
conclusion: :error | :warning | :note | 9 more
One of the following:
:error
:warning
:note
:success
:merge_conflict
:upstream_merge_conflict
:fatal
:payment_required
:cancelled
:timed_out
:noop
:version_bump
merge_conflict_pr: { number, repo}
number: Float
repo: { host, name, owner}
host: String
name: String
owner: String
status: :completed
install_url: String
object: :build_target
status: :not_started | :codegen | :postgen | :completed
One of the following:
:not_started
:codegen
:postgen
:completed
build: CheckStep
One of the following:
class NotStarted { status }
status: :not_started
class Queued { status, url }
status: :queued
url: String
class InProgress { status, url }
status: :in_progress
url: String
class Completed { completed, conclusion, status, url }
completed: { conclusion, url}

deprecated

conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
url: String
conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
status: :completed
url: String
lint: CheckStep
One of the following:
class NotStarted { status }
status: :not_started
class Queued { status, url }
status: :queued
url: String
class InProgress { status, url }
status: :in_progress
url: String
class Completed { completed, conclusion, status, url }
completed: { conclusion, url}

deprecated

conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
url: String
conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
status: :completed
url: String
test_: CheckStep
One of the following:
class NotStarted { status }
status: :not_started
class Queued { status, url }
status: :queued
url: String
class InProgress { status, url }
status: :in_progress
url: String
class Completed { completed, conclusion, status, url }
completed: { conclusion, url}

deprecated

conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
url: String
conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
status: :completed
url: String
php: BuildTarget { commit, install_url, object, 4 more }
commit: { status} | { status} | { status} | { commit, completed, completed_at, 3 more}
One of the following:
class NotStarted { status }
status: :not_started
class Queued { status }
status: :queued
class InProgress { status }
status: :in_progress
class Completed { commit, completed, completed_at, 3 more }
commit: Commit { repo, sha, stats, tree_oid }
repo: { branch, host, name, owner}
branch: String
host: String
name: String
owner: String
sha: String
stats: { additions, deletions, total}
additions: Integer
deletions: Integer
total: Integer
tree_oid: String
completed: { commit, completed_at, conclusion, merge_conflict_pr}

deprecated

commit: Commit { repo, sha, stats, tree_oid }
repo: { branch, host, name, owner}
branch: String
host: String
name: String
owner: String
sha: String
stats: { additions, deletions, total}
additions: Integer
deletions: Integer
total: Integer
tree_oid: String
completed_at: Time
conclusion: :error | :warning | :note | 9 more
One of the following:
:error
:warning
:note
:success
:merge_conflict
:upstream_merge_conflict
:fatal
:payment_required
:cancelled
:timed_out
:noop
:version_bump
merge_conflict_pr: { number, repo}
number: Float
repo: { host, name, owner}
host: String
name: String
owner: String
completed_at: Time
conclusion: :error | :warning | :note | 9 more
One of the following:
:error
:warning
:note
:success
:merge_conflict
:upstream_merge_conflict
:fatal
:payment_required
:cancelled
:timed_out
:noop
:version_bump
merge_conflict_pr: { number, repo}
number: Float
repo: { host, name, owner}
host: String
name: String
owner: String
status: :completed
install_url: String
object: :build_target
status: :not_started | :codegen | :postgen | :completed
One of the following:
:not_started
:codegen
:postgen
:completed
build: CheckStep
One of the following:
class NotStarted { status }
status: :not_started
class Queued { status, url }
status: :queued
url: String
class InProgress { status, url }
status: :in_progress
url: String
class Completed { completed, conclusion, status, url }
completed: { conclusion, url}

deprecated

conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
url: String
conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
status: :completed
url: String
lint: CheckStep
One of the following:
class NotStarted { status }
status: :not_started
class Queued { status, url }
status: :queued
url: String
class InProgress { status, url }
status: :in_progress
url: String
class Completed { completed, conclusion, status, url }
completed: { conclusion, url}

deprecated

conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
url: String
conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
status: :completed
url: String
test_: CheckStep
One of the following:
class NotStarted { status }
status: :not_started
class Queued { status, url }
status: :queued
url: String
class InProgress { status, url }
status: :in_progress
url: String
class Completed { completed, conclusion, status, url }
completed: { conclusion, url}

deprecated

conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
url: String
conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
status: :completed
url: String
python: BuildTarget { commit, install_url, object, 4 more }
commit: { status} | { status} | { status} | { commit, completed, completed_at, 3 more}
One of the following:
class NotStarted { status }
status: :not_started
class Queued { status }
status: :queued
class InProgress { status }
status: :in_progress
class Completed { commit, completed, completed_at, 3 more }
commit: Commit { repo, sha, stats, tree_oid }
repo: { branch, host, name, owner}
branch: String
host: String
name: String
owner: String
sha: String
stats: { additions, deletions, total}
additions: Integer
deletions: Integer
total: Integer
tree_oid: String
completed: { commit, completed_at, conclusion, merge_conflict_pr}

deprecated

commit: Commit { repo, sha, stats, tree_oid }
repo: { branch, host, name, owner}
branch: String
host: String
name: String
owner: String
sha: String
stats: { additions, deletions, total}
additions: Integer
deletions: Integer
total: Integer
tree_oid: String
completed_at: Time
conclusion: :error | :warning | :note | 9 more
One of the following:
:error
:warning
:note
:success
:merge_conflict
:upstream_merge_conflict
:fatal
:payment_required
:cancelled
:timed_out
:noop
:version_bump
merge_conflict_pr: { number, repo}
number: Float
repo: { host, name, owner}
host: String
name: String
owner: String
completed_at: Time
conclusion: :error | :warning | :note | 9 more
One of the following:
:error
:warning
:note
:success
:merge_conflict
:upstream_merge_conflict
:fatal
:payment_required
:cancelled
:timed_out
:noop
:version_bump
merge_conflict_pr: { number, repo}
number: Float
repo: { host, name, owner}
host: String
name: String
owner: String
status: :completed
install_url: String
object: :build_target
status: :not_started | :codegen | :postgen | :completed
One of the following:
:not_started
:codegen
:postgen
:completed
build: CheckStep
One of the following:
class NotStarted { status }
status: :not_started
class Queued { status, url }
status: :queued
url: String
class InProgress { status, url }
status: :in_progress
url: String
class Completed { completed, conclusion, status, url }
completed: { conclusion, url}

deprecated

conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
url: String
conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
status: :completed
url: String
lint: CheckStep
One of the following:
class NotStarted { status }
status: :not_started
class Queued { status, url }
status: :queued
url: String
class InProgress { status, url }
status: :in_progress
url: String
class Completed { completed, conclusion, status, url }
completed: { conclusion, url}

deprecated

conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
url: String
conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
status: :completed
url: String
test_: CheckStep
One of the following:
class NotStarted { status }
status: :not_started
class Queued { status, url }
status: :queued
url: String
class InProgress { status, url }
status: :in_progress
url: String
class Completed { completed, conclusion, status, url }
completed: { conclusion, url}

deprecated

conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
url: String
conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
status: :completed
url: String
ruby: BuildTarget { commit, install_url, object, 4 more }
commit: { status} | { status} | { status} | { commit, completed, completed_at, 3 more}
One of the following:
class NotStarted { status }
status: :not_started
class Queued { status }
status: :queued
class InProgress { status }
status: :in_progress
class Completed { commit, completed, completed_at, 3 more }
commit: Commit { repo, sha, stats, tree_oid }
repo: { branch, host, name, owner}
branch: String
host: String
name: String
owner: String
sha: String
stats: { additions, deletions, total}
additions: Integer
deletions: Integer
total: Integer
tree_oid: String
completed: { commit, completed_at, conclusion, merge_conflict_pr}

deprecated

commit: Commit { repo, sha, stats, tree_oid }
repo: { branch, host, name, owner}
branch: String
host: String
name: String
owner: String
sha: String
stats: { additions, deletions, total}
additions: Integer
deletions: Integer
total: Integer
tree_oid: String
completed_at: Time
conclusion: :error | :warning | :note | 9 more
One of the following:
:error
:warning
:note
:success
:merge_conflict
:upstream_merge_conflict
:fatal
:payment_required
:cancelled
:timed_out
:noop
:version_bump
merge_conflict_pr: { number, repo}
number: Float
repo: { host, name, owner}
host: String
name: String
owner: String
completed_at: Time
conclusion: :error | :warning | :note | 9 more
One of the following:
:error
:warning
:note
:success
:merge_conflict
:upstream_merge_conflict
:fatal
:payment_required
:cancelled
:timed_out
:noop
:version_bump
merge_conflict_pr: { number, repo}
number: Float
repo: { host, name, owner}
host: String
name: String
owner: String
status: :completed
install_url: String
object: :build_target
status: :not_started | :codegen | :postgen | :completed
One of the following:
:not_started
:codegen
:postgen
:completed
build: CheckStep
One of the following:
class NotStarted { status }
status: :not_started
class Queued { status, url }
status: :queued
url: String
class InProgress { status, url }
status: :in_progress
url: String
class Completed { completed, conclusion, status, url }
completed: { conclusion, url}

deprecated

conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
url: String
conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
status: :completed
url: String
lint: CheckStep
One of the following:
class NotStarted { status }
status: :not_started
class Queued { status, url }
status: :queued
url: String
class InProgress { status, url }
status: :in_progress
url: String
class Completed { completed, conclusion, status, url }
completed: { conclusion, url}

deprecated

conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
url: String
conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
status: :completed
url: String
test_: CheckStep
One of the following:
class NotStarted { status }
status: :not_started
class Queued { status, url }
status: :queued
url: String
class InProgress { status, url }
status: :in_progress
url: String
class Completed { completed, conclusion, status, url }
completed: { conclusion, url}

deprecated

conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
url: String
conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
status: :completed
url: String
sql: BuildTarget { commit, install_url, object, 4 more }
commit: { status} | { status} | { status} | { commit, completed, completed_at, 3 more}
One of the following:
class NotStarted { status }
status: :not_started
class Queued { status }
status: :queued
class InProgress { status }
status: :in_progress
class Completed { commit, completed, completed_at, 3 more }
commit: Commit { repo, sha, stats, tree_oid }
repo: { branch, host, name, owner}
branch: String
host: String
name: String
owner: String
sha: String
stats: { additions, deletions, total}
additions: Integer
deletions: Integer
total: Integer
tree_oid: String
completed: { commit, completed_at, conclusion, merge_conflict_pr}

deprecated

commit: Commit { repo, sha, stats, tree_oid }
repo: { branch, host, name, owner}
branch: String
host: String
name: String
owner: String
sha: String
stats: { additions, deletions, total}
additions: Integer
deletions: Integer
total: Integer
tree_oid: String
completed_at: Time
conclusion: :error | :warning | :note | 9 more
One of the following:
:error
:warning
:note
:success
:merge_conflict
:upstream_merge_conflict
:fatal
:payment_required
:cancelled
:timed_out
:noop
:version_bump
merge_conflict_pr: { number, repo}
number: Float
repo: { host, name, owner}
host: String
name: String
owner: String
completed_at: Time
conclusion: :error | :warning | :note | 9 more
One of the following:
:error
:warning
:note
:success
:merge_conflict
:upstream_merge_conflict
:fatal
:payment_required
:cancelled
:timed_out
:noop
:version_bump
merge_conflict_pr: { number, repo}
number: Float
repo: { host, name, owner}
host: String
name: String
owner: String
status: :completed
install_url: String
object: :build_target
status: :not_started | :codegen | :postgen | :completed
One of the following:
:not_started
:codegen
:postgen
:completed
build: CheckStep
One of the following:
class NotStarted { status }
status: :not_started
class Queued { status, url }
status: :queued
url: String
class InProgress { status, url }
status: :in_progress
url: String
class Completed { completed, conclusion, status, url }
completed: { conclusion, url}

deprecated

conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
url: String
conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
status: :completed
url: String
lint: CheckStep
One of the following:
class NotStarted { status }
status: :not_started
class Queued { status, url }
status: :queued
url: String
class InProgress { status, url }
status: :in_progress
url: String
class Completed { completed, conclusion, status, url }
completed: { conclusion, url}

deprecated

conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
url: String
conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
status: :completed
url: String
test_: CheckStep
One of the following:
class NotStarted { status }
status: :not_started
class Queued { status, url }
status: :queued
url: String
class InProgress { status, url }
status: :in_progress
url: String
class Completed { completed, conclusion, status, url }
completed: { conclusion, url}

deprecated

conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
url: String
conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
status: :completed
url: String
terraform: BuildTarget { commit, install_url, object, 4 more }
commit: { status} | { status} | { status} | { commit, completed, completed_at, 3 more}
One of the following:
class NotStarted { status }
status: :not_started
class Queued { status }
status: :queued
class InProgress { status }
status: :in_progress
class Completed { commit, completed, completed_at, 3 more }
commit: Commit { repo, sha, stats, tree_oid }
repo: { branch, host, name, owner}
branch: String
host: String
name: String
owner: String
sha: String
stats: { additions, deletions, total}
additions: Integer
deletions: Integer
total: Integer
tree_oid: String
completed: { commit, completed_at, conclusion, merge_conflict_pr}

deprecated

commit: Commit { repo, sha, stats, tree_oid }
repo: { branch, host, name, owner}
branch: String
host: String
name: String
owner: String
sha: String
stats: { additions, deletions, total}
additions: Integer
deletions: Integer
total: Integer
tree_oid: String
completed_at: Time
conclusion: :error | :warning | :note | 9 more
One of the following:
:error
:warning
:note
:success
:merge_conflict
:upstream_merge_conflict
:fatal
:payment_required
:cancelled
:timed_out
:noop
:version_bump
merge_conflict_pr: { number, repo}
number: Float
repo: { host, name, owner}
host: String
name: String
owner: String
completed_at: Time
conclusion: :error | :warning | :note | 9 more
One of the following:
:error
:warning
:note
:success
:merge_conflict
:upstream_merge_conflict
:fatal
:payment_required
:cancelled
:timed_out
:noop
:version_bump
merge_conflict_pr: { number, repo}
number: Float
repo: { host, name, owner}
host: String
name: String
owner: String
status: :completed
install_url: String
object: :build_target
status: :not_started | :codegen | :postgen | :completed
One of the following:
:not_started
:codegen
:postgen
:completed
build: CheckStep
One of the following:
class NotStarted { status }
status: :not_started
class Queued { status, url }
status: :queued
url: String
class InProgress { status, url }
status: :in_progress
url: String
class Completed { completed, conclusion, status, url }
completed: { conclusion, url}

deprecated

conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
url: String
conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
status: :completed
url: String
lint: CheckStep
One of the following:
class NotStarted { status }
status: :not_started
class Queued { status, url }
status: :queued
url: String
class InProgress { status, url }
status: :in_progress
url: String
class Completed { completed, conclusion, status, url }
completed: { conclusion, url}

deprecated

conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
url: String
conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
status: :completed
url: String
test_: CheckStep
One of the following:
class NotStarted { status }
status: :not_started
class Queued { status, url }
status: :queued
url: String
class InProgress { status, url }
status: :in_progress
url: String
class Completed { completed, conclusion, status, url }
completed: { conclusion, url}

deprecated

conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
url: String
conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
status: :completed
url: String
typescript: BuildTarget { commit, install_url, object, 4 more }
commit: { status} | { status} | { status} | { commit, completed, completed_at, 3 more}
One of the following:
class NotStarted { status }
status: :not_started
class Queued { status }
status: :queued
class InProgress { status }
status: :in_progress
class Completed { commit, completed, completed_at, 3 more }
commit: Commit { repo, sha, stats, tree_oid }
repo: { branch, host, name, owner}
branch: String
host: String
name: String
owner: String
sha: String
stats: { additions, deletions, total}
additions: Integer
deletions: Integer
total: Integer
tree_oid: String
completed: { commit, completed_at, conclusion, merge_conflict_pr}

deprecated

commit: Commit { repo, sha, stats, tree_oid }
repo: { branch, host, name, owner}
branch: String
host: String
name: String
owner: String
sha: String
stats: { additions, deletions, total}
additions: Integer
deletions: Integer
total: Integer
tree_oid: String
completed_at: Time
conclusion: :error | :warning | :note | 9 more
One of the following:
:error
:warning
:note
:success
:merge_conflict
:upstream_merge_conflict
:fatal
:payment_required
:cancelled
:timed_out
:noop
:version_bump
merge_conflict_pr: { number, repo}
number: Float
repo: { host, name, owner}
host: String
name: String
owner: String
completed_at: Time
conclusion: :error | :warning | :note | 9 more
One of the following:
:error
:warning
:note
:success
:merge_conflict
:upstream_merge_conflict
:fatal
:payment_required
:cancelled
:timed_out
:noop
:version_bump
merge_conflict_pr: { number, repo}
number: Float
repo: { host, name, owner}
host: String
name: String
owner: String
status: :completed
install_url: String
object: :build_target
status: :not_started | :codegen | :postgen | :completed
One of the following:
:not_started
:codegen
:postgen
:completed
build: CheckStep
One of the following:
class NotStarted { status }
status: :not_started
class Queued { status, url }
status: :queued
url: String
class InProgress { status, url }
status: :in_progress
url: String
class Completed { completed, conclusion, status, url }
completed: { conclusion, url}

deprecated

conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
url: String
conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
status: :completed
url: String
lint: CheckStep
One of the following:
class NotStarted { status }
status: :not_started
class Queued { status, url }
status: :queued
url: String
class InProgress { status, url }
status: :in_progress
url: String
class Completed { completed, conclusion, status, url }
completed: { conclusion, url}

deprecated

conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
url: String
conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
status: :completed
url: String
test_: CheckStep
One of the following:
class NotStarted { status }
status: :not_started
class Queued { status, url }
status: :queued
url: String
class InProgress { status, url }
status: :in_progress
url: String
class Completed { completed, conclusion, status, url }
completed: { conclusion, url}

deprecated

conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
url: String
conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
status: :completed
url: String
updated_at: Time
head: Build { id, config_commit, created_at, 6 more }
id: String

Build ID

config_commit: String
created_at: Time
documented_spec: { content, type} | { expires, type, url}
One of the following:
class UnionMember0 { content, type }
content: String
type: :content
class UnionMember1 { expires, type, url }
expires: Time
type: :url
url: String
object: :build
org: String
project: String
targets: { cli, csharp, go, 10 more}
cli: BuildTarget { commit, install_url, object, 4 more }
commit: { status} | { status} | { status} | { commit, completed, completed_at, 3 more}
One of the following:
class NotStarted { status }
status: :not_started
class Queued { status }
status: :queued
class InProgress { status }
status: :in_progress
class Completed { commit, completed, completed_at, 3 more }
commit: Commit { repo, sha, stats, tree_oid }
repo: { branch, host, name, owner}
branch: String
host: String
name: String
owner: String
sha: String
stats: { additions, deletions, total}
additions: Integer
deletions: Integer
total: Integer
tree_oid: String
completed: { commit, completed_at, conclusion, merge_conflict_pr}

deprecated

commit: Commit { repo, sha, stats, tree_oid }
repo: { branch, host, name, owner}
branch: String
host: String
name: String
owner: String
sha: String
stats: { additions, deletions, total}
additions: Integer
deletions: Integer
total: Integer
tree_oid: String
completed_at: Time
conclusion: :error | :warning | :note | 9 more
One of the following:
:error
:warning
:note
:success
:merge_conflict
:upstream_merge_conflict
:fatal
:payment_required
:cancelled
:timed_out
:noop
:version_bump
merge_conflict_pr: { number, repo}
number: Float
repo: { host, name, owner}
host: String
name: String
owner: String
completed_at: Time
conclusion: :error | :warning | :note | 9 more
One of the following:
:error
:warning
:note
:success
:merge_conflict
:upstream_merge_conflict
:fatal
:payment_required
:cancelled
:timed_out
:noop
:version_bump
merge_conflict_pr: { number, repo}
number: Float
repo: { host, name, owner}
host: String
name: String
owner: String
status: :completed
install_url: String
object: :build_target
status: :not_started | :codegen | :postgen | :completed
One of the following:
:not_started
:codegen
:postgen
:completed
build: CheckStep
One of the following:
class NotStarted { status }
status: :not_started
class Queued { status, url }
status: :queued
url: String
class InProgress { status, url }
status: :in_progress
url: String
class Completed { completed, conclusion, status, url }
completed: { conclusion, url}

deprecated

conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
url: String
conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
status: :completed
url: String
lint: CheckStep
One of the following:
class NotStarted { status }
status: :not_started
class Queued { status, url }
status: :queued
url: String
class InProgress { status, url }
status: :in_progress
url: String
class Completed { completed, conclusion, status, url }
completed: { conclusion, url}

deprecated

conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
url: String
conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
status: :completed
url: String
test_: CheckStep
One of the following:
class NotStarted { status }
status: :not_started
class Queued { status, url }
status: :queued
url: String
class InProgress { status, url }
status: :in_progress
url: String
class Completed { completed, conclusion, status, url }
completed: { conclusion, url}

deprecated

conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
url: String
conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
status: :completed
url: String
csharp: BuildTarget { commit, install_url, object, 4 more }
commit: { status} | { status} | { status} | { commit, completed, completed_at, 3 more}
One of the following:
class NotStarted { status }
status: :not_started
class Queued { status }
status: :queued
class InProgress { status }
status: :in_progress
class Completed { commit, completed, completed_at, 3 more }
commit: Commit { repo, sha, stats, tree_oid }
repo: { branch, host, name, owner}
branch: String
host: String
name: String
owner: String
sha: String
stats: { additions, deletions, total}
additions: Integer
deletions: Integer
total: Integer
tree_oid: String
completed: { commit, completed_at, conclusion, merge_conflict_pr}

deprecated

commit: Commit { repo, sha, stats, tree_oid }
repo: { branch, host, name, owner}
branch: String
host: String
name: String
owner: String
sha: String
stats: { additions, deletions, total}
additions: Integer
deletions: Integer
total: Integer
tree_oid: String
completed_at: Time
conclusion: :error | :warning | :note | 9 more
One of the following:
:error
:warning
:note
:success
:merge_conflict
:upstream_merge_conflict
:fatal
:payment_required
:cancelled
:timed_out
:noop
:version_bump
merge_conflict_pr: { number, repo}
number: Float
repo: { host, name, owner}
host: String
name: String
owner: String
completed_at: Time
conclusion: :error | :warning | :note | 9 more
One of the following:
:error
:warning
:note
:success
:merge_conflict
:upstream_merge_conflict
:fatal
:payment_required
:cancelled
:timed_out
:noop
:version_bump
merge_conflict_pr: { number, repo}
number: Float
repo: { host, name, owner}
host: String
name: String
owner: String
status: :completed
install_url: String
object: :build_target
status: :not_started | :codegen | :postgen | :completed
One of the following:
:not_started
:codegen
:postgen
:completed
build: CheckStep
One of the following:
class NotStarted { status }
status: :not_started
class Queued { status, url }
status: :queued
url: String
class InProgress { status, url }
status: :in_progress
url: String
class Completed { completed, conclusion, status, url }
completed: { conclusion, url}

deprecated

conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
url: String
conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
status: :completed
url: String
lint: CheckStep
One of the following:
class NotStarted { status }
status: :not_started
class Queued { status, url }
status: :queued
url: String
class InProgress { status, url }
status: :in_progress
url: String
class Completed { completed, conclusion, status, url }
completed: { conclusion, url}

deprecated

conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
url: String
conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
status: :completed
url: String
test_: CheckStep
One of the following:
class NotStarted { status }
status: :not_started
class Queued { status, url }
status: :queued
url: String
class InProgress { status, url }
status: :in_progress
url: String
class Completed { completed, conclusion, status, url }
completed: { conclusion, url}

deprecated

conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
url: String
conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
status: :completed
url: String
go: BuildTarget { commit, install_url, object, 4 more }
commit: { status} | { status} | { status} | { commit, completed, completed_at, 3 more}
One of the following:
class NotStarted { status }
status: :not_started
class Queued { status }
status: :queued
class InProgress { status }
status: :in_progress
class Completed { commit, completed, completed_at, 3 more }
commit: Commit { repo, sha, stats, tree_oid }
repo: { branch, host, name, owner}
branch: String
host: String
name: String
owner: String
sha: String
stats: { additions, deletions, total}
additions: Integer
deletions: Integer
total: Integer
tree_oid: String
completed: { commit, completed_at, conclusion, merge_conflict_pr}

deprecated

commit: Commit { repo, sha, stats, tree_oid }
repo: { branch, host, name, owner}
branch: String
host: String
name: String
owner: String
sha: String
stats: { additions, deletions, total}
additions: Integer
deletions: Integer
total: Integer
tree_oid: String
completed_at: Time
conclusion: :error | :warning | :note | 9 more
One of the following:
:error
:warning
:note
:success
:merge_conflict
:upstream_merge_conflict
:fatal
:payment_required
:cancelled
:timed_out
:noop
:version_bump
merge_conflict_pr: { number, repo}
number: Float
repo: { host, name, owner}
host: String
name: String
owner: String
completed_at: Time
conclusion: :error | :warning | :note | 9 more
One of the following:
:error
:warning
:note
:success
:merge_conflict
:upstream_merge_conflict
:fatal
:payment_required
:cancelled
:timed_out
:noop
:version_bump
merge_conflict_pr: { number, repo}
number: Float
repo: { host, name, owner}
host: String
name: String
owner: String
status: :completed
install_url: String
object: :build_target
status: :not_started | :codegen | :postgen | :completed
One of the following:
:not_started
:codegen
:postgen
:completed
build: CheckStep
One of the following:
class NotStarted { status }
status: :not_started
class Queued { status, url }
status: :queued
url: String
class InProgress { status, url }
status: :in_progress
url: String
class Completed { completed, conclusion, status, url }
completed: { conclusion, url}

deprecated

conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
url: String
conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
status: :completed
url: String
lint: CheckStep
One of the following:
class NotStarted { status }
status: :not_started
class Queued { status, url }
status: :queued
url: String
class InProgress { status, url }
status: :in_progress
url: String
class Completed { completed, conclusion, status, url }
completed: { conclusion, url}

deprecated

conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
url: String
conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
status: :completed
url: String
test_: CheckStep
One of the following:
class NotStarted { status }
status: :not_started
class Queued { status, url }
status: :queued
url: String
class InProgress { status, url }
status: :in_progress
url: String
class Completed { completed, conclusion, status, url }
completed: { conclusion, url}

deprecated

conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
url: String
conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
status: :completed
url: String
java: BuildTarget { commit, install_url, object, 4 more }
commit: { status} | { status} | { status} | { commit, completed, completed_at, 3 more}
One of the following:
class NotStarted { status }
status: :not_started
class Queued { status }
status: :queued
class InProgress { status }
status: :in_progress
class Completed { commit, completed, completed_at, 3 more }
commit: Commit { repo, sha, stats, tree_oid }
repo: { branch, host, name, owner}
branch: String
host: String
name: String
owner: String
sha: String
stats: { additions, deletions, total}
additions: Integer
deletions: Integer
total: Integer
tree_oid: String
completed: { commit, completed_at, conclusion, merge_conflict_pr}

deprecated

commit: Commit { repo, sha, stats, tree_oid }
repo: { branch, host, name, owner}
branch: String
host: String
name: String
owner: String
sha: String
stats: { additions, deletions, total}
additions: Integer
deletions: Integer
total: Integer
tree_oid: String
completed_at: Time
conclusion: :error | :warning | :note | 9 more
One of the following:
:error
:warning
:note
:success
:merge_conflict
:upstream_merge_conflict
:fatal
:payment_required
:cancelled
:timed_out
:noop
:version_bump
merge_conflict_pr: { number, repo}
number: Float
repo: { host, name, owner}
host: String
name: String
owner: String
completed_at: Time
conclusion: :error | :warning | :note | 9 more
One of the following:
:error
:warning
:note
:success
:merge_conflict
:upstream_merge_conflict
:fatal
:payment_required
:cancelled
:timed_out
:noop
:version_bump
merge_conflict_pr: { number, repo}
number: Float
repo: { host, name, owner}
host: String
name: String
owner: String
status: :completed
install_url: String
object: :build_target
status: :not_started | :codegen | :postgen | :completed
One of the following:
:not_started
:codegen
:postgen
:completed
build: CheckStep
One of the following:
class NotStarted { status }
status: :not_started
class Queued { status, url }
status: :queued
url: String
class InProgress { status, url }
status: :in_progress
url: String
class Completed { completed, conclusion, status, url }
completed: { conclusion, url}

deprecated

conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
url: String
conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
status: :completed
url: String
lint: CheckStep
One of the following:
class NotStarted { status }
status: :not_started
class Queued { status, url }
status: :queued
url: String
class InProgress { status, url }
status: :in_progress
url: String
class Completed { completed, conclusion, status, url }
completed: { conclusion, url}

deprecated

conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
url: String
conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
status: :completed
url: String
test_: CheckStep
One of the following:
class NotStarted { status }
status: :not_started
class Queued { status, url }
status: :queued
url: String
class InProgress { status, url }
status: :in_progress
url: String
class Completed { completed, conclusion, status, url }
completed: { conclusion, url}

deprecated

conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
url: String
conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
status: :completed
url: String
kotlin: BuildTarget { commit, install_url, object, 4 more }
commit: { status} | { status} | { status} | { commit, completed, completed_at, 3 more}
One of the following:
class NotStarted { status }
status: :not_started
class Queued { status }
status: :queued
class InProgress { status }
status: :in_progress
class Completed { commit, completed, completed_at, 3 more }
commit: Commit { repo, sha, stats, tree_oid }
repo: { branch, host, name, owner}
branch: String
host: String
name: String
owner: String
sha: String
stats: { additions, deletions, total}
additions: Integer
deletions: Integer
total: Integer
tree_oid: String
completed: { commit, completed_at, conclusion, merge_conflict_pr}

deprecated

commit: Commit { repo, sha, stats, tree_oid }
repo: { branch, host, name, owner}
branch: String
host: String
name: String
owner: String
sha: String
stats: { additions, deletions, total}
additions: Integer
deletions: Integer
total: Integer
tree_oid: String
completed_at: Time
conclusion: :error | :warning | :note | 9 more
One of the following:
:error
:warning
:note
:success
:merge_conflict
:upstream_merge_conflict
:fatal
:payment_required
:cancelled
:timed_out
:noop
:version_bump
merge_conflict_pr: { number, repo}
number: Float
repo: { host, name, owner}
host: String
name: String
owner: String
completed_at: Time
conclusion: :error | :warning | :note | 9 more
One of the following:
:error
:warning
:note
:success
:merge_conflict
:upstream_merge_conflict
:fatal
:payment_required
:cancelled
:timed_out
:noop
:version_bump
merge_conflict_pr: { number, repo}
number: Float
repo: { host, name, owner}
host: String
name: String
owner: String
status: :completed
install_url: String
object: :build_target
status: :not_started | :codegen | :postgen | :completed
One of the following:
:not_started
:codegen
:postgen
:completed
build: CheckStep
One of the following:
class NotStarted { status }
status: :not_started
class Queued { status, url }
status: :queued
url: String
class InProgress { status, url }
status: :in_progress
url: String
class Completed { completed, conclusion, status, url }
completed: { conclusion, url}

deprecated

conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
url: String
conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
status: :completed
url: String
lint: CheckStep
One of the following:
class NotStarted { status }
status: :not_started
class Queued { status, url }
status: :queued
url: String
class InProgress { status, url }
status: :in_progress
url: String
class Completed { completed, conclusion, status, url }
completed: { conclusion, url}

deprecated

conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
url: String
conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
status: :completed
url: String
test_: CheckStep
One of the following:
class NotStarted { status }
status: :not_started
class Queued { status, url }
status: :queued
url: String
class InProgress { status, url }
status: :in_progress
url: String
class Completed { completed, conclusion, status, url }
completed: { conclusion, url}

deprecated

conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
url: String
conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
status: :completed
url: String
node: BuildTarget { commit, install_url, object, 4 more }
commit: { status} | { status} | { status} | { commit, completed, completed_at, 3 more}
One of the following:
class NotStarted { status }
status: :not_started
class Queued { status }
status: :queued
class InProgress { status }
status: :in_progress
class Completed { commit, completed, completed_at, 3 more }
commit: Commit { repo, sha, stats, tree_oid }
repo: { branch, host, name, owner}
branch: String
host: String
name: String
owner: String
sha: String
stats: { additions, deletions, total}
additions: Integer
deletions: Integer
total: Integer
tree_oid: String
completed: { commit, completed_at, conclusion, merge_conflict_pr}

deprecated

commit: Commit { repo, sha, stats, tree_oid }
repo: { branch, host, name, owner}
branch: String
host: String
name: String
owner: String
sha: String
stats: { additions, deletions, total}
additions: Integer
deletions: Integer
total: Integer
tree_oid: String
completed_at: Time
conclusion: :error | :warning | :note | 9 more
One of the following:
:error
:warning
:note
:success
:merge_conflict
:upstream_merge_conflict
:fatal
:payment_required
:cancelled
:timed_out
:noop
:version_bump
merge_conflict_pr: { number, repo}
number: Float
repo: { host, name, owner}
host: String
name: String
owner: String
completed_at: Time
conclusion: :error | :warning | :note | 9 more
One of the following:
:error
:warning
:note
:success
:merge_conflict
:upstream_merge_conflict
:fatal
:payment_required
:cancelled
:timed_out
:noop
:version_bump
merge_conflict_pr: { number, repo}
number: Float
repo: { host, name, owner}
host: String
name: String
owner: String
status: :completed
install_url: String
object: :build_target
status: :not_started | :codegen | :postgen | :completed
One of the following:
:not_started
:codegen
:postgen
:completed
build: CheckStep
One of the following:
class NotStarted { status }
status: :not_started
class Queued { status, url }
status: :queued
url: String
class InProgress { status, url }
status: :in_progress
url: String
class Completed { completed, conclusion, status, url }
completed: { conclusion, url}

deprecated

conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
url: String
conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
status: :completed
url: String
lint: CheckStep
One of the following:
class NotStarted { status }
status: :not_started
class Queued { status, url }
status: :queued
url: String
class InProgress { status, url }
status: :in_progress
url: String
class Completed { completed, conclusion, status, url }
completed: { conclusion, url}

deprecated

conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
url: String
conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
status: :completed
url: String
test_: CheckStep
One of the following:
class NotStarted { status }
status: :not_started
class Queued { status, url }
status: :queued
url: String
class InProgress { status, url }
status: :in_progress
url: String
class Completed { completed, conclusion, status, url }
completed: { conclusion, url}

deprecated

conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
url: String
conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
status: :completed
url: String
openapi: BuildTarget { commit, install_url, object, 4 more }
commit: { status} | { status} | { status} | { commit, completed, completed_at, 3 more}
One of the following:
class NotStarted { status }
status: :not_started
class Queued { status }
status: :queued
class InProgress { status }
status: :in_progress
class Completed { commit, completed, completed_at, 3 more }
commit: Commit { repo, sha, stats, tree_oid }
repo: { branch, host, name, owner}
branch: String
host: String
name: String
owner: String
sha: String
stats: { additions, deletions, total}
additions: Integer
deletions: Integer
total: Integer
tree_oid: String
completed: { commit, completed_at, conclusion, merge_conflict_pr}

deprecated

commit: Commit { repo, sha, stats, tree_oid }
repo: { branch, host, name, owner}
branch: String
host: String
name: String
owner: String
sha: String
stats: { additions, deletions, total}
additions: Integer
deletions: Integer
total: Integer
tree_oid: String
completed_at: Time
conclusion: :error | :warning | :note | 9 more
One of the following:
:error
:warning
:note
:success
:merge_conflict
:upstream_merge_conflict
:fatal
:payment_required
:cancelled
:timed_out
:noop
:version_bump
merge_conflict_pr: { number, repo}
number: Float
repo: { host, name, owner}
host: String
name: String
owner: String
completed_at: Time
conclusion: :error | :warning | :note | 9 more
One of the following:
:error
:warning
:note
:success
:merge_conflict
:upstream_merge_conflict
:fatal
:payment_required
:cancelled
:timed_out
:noop
:version_bump
merge_conflict_pr: { number, repo}
number: Float
repo: { host, name, owner}
host: String
name: String
owner: String
status: :completed
install_url: String
object: :build_target
status: :not_started | :codegen | :postgen | :completed
One of the following:
:not_started
:codegen
:postgen
:completed
build: CheckStep
One of the following:
class NotStarted { status }
status: :not_started
class Queued { status, url }
status: :queued
url: String
class InProgress { status, url }
status: :in_progress
url: String
class Completed { completed, conclusion, status, url }
completed: { conclusion, url}

deprecated

conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
url: String
conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
status: :completed
url: String
lint: CheckStep
One of the following:
class NotStarted { status }
status: :not_started
class Queued { status, url }
status: :queued
url: String
class InProgress { status, url }
status: :in_progress
url: String
class Completed { completed, conclusion, status, url }
completed: { conclusion, url}

deprecated

conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
url: String
conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
status: :completed
url: String
test_: CheckStep
One of the following:
class NotStarted { status }
status: :not_started
class Queued { status, url }
status: :queued
url: String
class InProgress { status, url }
status: :in_progress
url: String
class Completed { completed, conclusion, status, url }
completed: { conclusion, url}

deprecated

conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
url: String
conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
status: :completed
url: String
php: BuildTarget { commit, install_url, object, 4 more }
commit: { status} | { status} | { status} | { commit, completed, completed_at, 3 more}
One of the following:
class NotStarted { status }
status: :not_started
class Queued { status }
status: :queued
class InProgress { status }
status: :in_progress
class Completed { commit, completed, completed_at, 3 more }
commit: Commit { repo, sha, stats, tree_oid }
repo: { branch, host, name, owner}
branch: String
host: String
name: String
owner: String
sha: String
stats: { additions, deletions, total}
additions: Integer
deletions: Integer
total: Integer
tree_oid: String
completed: { commit, completed_at, conclusion, merge_conflict_pr}

deprecated

commit: Commit { repo, sha, stats, tree_oid }
repo: { branch, host, name, owner}
branch: String
host: String
name: String
owner: String
sha: String
stats: { additions, deletions, total}
additions: Integer
deletions: Integer
total: Integer
tree_oid: String
completed_at: Time
conclusion: :error | :warning | :note | 9 more
One of the following:
:error
:warning
:note
:success
:merge_conflict
:upstream_merge_conflict
:fatal
:payment_required
:cancelled
:timed_out
:noop
:version_bump
merge_conflict_pr: { number, repo}
number: Float
repo: { host, name, owner}
host: String
name: String
owner: String
completed_at: Time
conclusion: :error | :warning | :note | 9 more
One of the following:
:error
:warning
:note
:success
:merge_conflict
:upstream_merge_conflict
:fatal
:payment_required
:cancelled
:timed_out
:noop
:version_bump
merge_conflict_pr: { number, repo}
number: Float
repo: { host, name, owner}
host: String
name: String
owner: String
status: :completed
install_url: String
object: :build_target
status: :not_started | :codegen | :postgen | :completed
One of the following:
:not_started
:codegen
:postgen
:completed
build: CheckStep
One of the following:
class NotStarted { status }
status: :not_started
class Queued { status, url }
status: :queued
url: String
class InProgress { status, url }
status: :in_progress
url: String
class Completed { completed, conclusion, status, url }
completed: { conclusion, url}

deprecated

conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
url: String
conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
status: :completed
url: String
lint: CheckStep
One of the following:
class NotStarted { status }
status: :not_started
class Queued { status, url }
status: :queued
url: String
class InProgress { status, url }
status: :in_progress
url: String
class Completed { completed, conclusion, status, url }
completed: { conclusion, url}

deprecated

conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
url: String
conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
status: :completed
url: String
test_: CheckStep
One of the following:
class NotStarted { status }
status: :not_started
class Queued { status, url }
status: :queued
url: String
class InProgress { status, url }
status: :in_progress
url: String
class Completed { completed, conclusion, status, url }
completed: { conclusion, url}

deprecated

conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
url: String
conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
status: :completed
url: String
python: BuildTarget { commit, install_url, object, 4 more }
commit: { status} | { status} | { status} | { commit, completed, completed_at, 3 more}
One of the following:
class NotStarted { status }
status: :not_started
class Queued { status }
status: :queued
class InProgress { status }
status: :in_progress
class Completed { commit, completed, completed_at, 3 more }
commit: Commit { repo, sha, stats, tree_oid }
repo: { branch, host, name, owner}
branch: String
host: String
name: String
owner: String
sha: String
stats: { additions, deletions, total}
additions: Integer
deletions: Integer
total: Integer
tree_oid: String
completed: { commit, completed_at, conclusion, merge_conflict_pr}

deprecated

commit: Commit { repo, sha, stats, tree_oid }
repo: { branch, host, name, owner}
branch: String
host: String
name: String
owner: String
sha: String
stats: { additions, deletions, total}
additions: Integer
deletions: Integer
total: Integer
tree_oid: String
completed_at: Time
conclusion: :error | :warning | :note | 9 more
One of the following:
:error
:warning
:note
:success
:merge_conflict
:upstream_merge_conflict
:fatal
:payment_required
:cancelled
:timed_out
:noop
:version_bump
merge_conflict_pr: { number, repo}
number: Float
repo: { host, name, owner}
host: String
name: String
owner: String
completed_at: Time
conclusion: :error | :warning | :note | 9 more
One of the following:
:error
:warning
:note
:success
:merge_conflict
:upstream_merge_conflict
:fatal
:payment_required
:cancelled
:timed_out
:noop
:version_bump
merge_conflict_pr: { number, repo}
number: Float
repo: { host, name, owner}
host: String
name: String
owner: String
status: :completed
install_url: String
object: :build_target
status: :not_started | :codegen | :postgen | :completed
One of the following:
:not_started
:codegen
:postgen
:completed
build: CheckStep
One of the following:
class NotStarted { status }
status: :not_started
class Queued { status, url }
status: :queued
url: String
class InProgress { status, url }
status: :in_progress
url: String
class Completed { completed, conclusion, status, url }
completed: { conclusion, url}

deprecated

conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
url: String
conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
status: :completed
url: String
lint: CheckStep
One of the following:
class NotStarted { status }
status: :not_started
class Queued { status, url }
status: :queued
url: String
class InProgress { status, url }
status: :in_progress
url: String
class Completed { completed, conclusion, status, url }
completed: { conclusion, url}

deprecated

conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
url: String
conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
status: :completed
url: String
test_: CheckStep
One of the following:
class NotStarted { status }
status: :not_started
class Queued { status, url }
status: :queued
url: String
class InProgress { status, url }
status: :in_progress
url: String
class Completed { completed, conclusion, status, url }
completed: { conclusion, url}

deprecated

conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
url: String
conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
status: :completed
url: String
ruby: BuildTarget { commit, install_url, object, 4 more }
commit: { status} | { status} | { status} | { commit, completed, completed_at, 3 more}
One of the following:
class NotStarted { status }
status: :not_started
class Queued { status }
status: :queued
class InProgress { status }
status: :in_progress
class Completed { commit, completed, completed_at, 3 more }
commit: Commit { repo, sha, stats, tree_oid }
repo: { branch, host, name, owner}
branch: String
host: String
name: String
owner: String
sha: String
stats: { additions, deletions, total}
additions: Integer
deletions: Integer
total: Integer
tree_oid: String
completed: { commit, completed_at, conclusion, merge_conflict_pr}

deprecated

commit: Commit { repo, sha, stats, tree_oid }
repo: { branch, host, name, owner}
branch: String
host: String
name: String
owner: String
sha: String
stats: { additions, deletions, total}
additions: Integer
deletions: Integer
total: Integer
tree_oid: String
completed_at: Time
conclusion: :error | :warning | :note | 9 more
One of the following:
:error
:warning
:note
:success
:merge_conflict
:upstream_merge_conflict
:fatal
:payment_required
:cancelled
:timed_out
:noop
:version_bump
merge_conflict_pr: { number, repo}
number: Float
repo: { host, name, owner}
host: String
name: String
owner: String
completed_at: Time
conclusion: :error | :warning | :note | 9 more
One of the following:
:error
:warning
:note
:success
:merge_conflict
:upstream_merge_conflict
:fatal
:payment_required
:cancelled
:timed_out
:noop
:version_bump
merge_conflict_pr: { number, repo}
number: Float
repo: { host, name, owner}
host: String
name: String
owner: String
status: :completed
install_url: String
object: :build_target
status: :not_started | :codegen | :postgen | :completed
One of the following:
:not_started
:codegen
:postgen
:completed
build: CheckStep
One of the following:
class NotStarted { status }
status: :not_started
class Queued { status, url }
status: :queued
url: String
class InProgress { status, url }
status: :in_progress
url: String
class Completed { completed, conclusion, status, url }
completed: { conclusion, url}

deprecated

conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
url: String
conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
status: :completed
url: String
lint: CheckStep
One of the following:
class NotStarted { status }
status: :not_started
class Queued { status, url }
status: :queued
url: String
class InProgress { status, url }
status: :in_progress
url: String
class Completed { completed, conclusion, status, url }
completed: { conclusion, url}

deprecated

conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
url: String
conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
status: :completed
url: String
test_: CheckStep
One of the following:
class NotStarted { status }
status: :not_started
class Queued { status, url }
status: :queued
url: String
class InProgress { status, url }
status: :in_progress
url: String
class Completed { completed, conclusion, status, url }
completed: { conclusion, url}

deprecated

conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
url: String
conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
status: :completed
url: String
sql: BuildTarget { commit, install_url, object, 4 more }
commit: { status} | { status} | { status} | { commit, completed, completed_at, 3 more}
One of the following:
class NotStarted { status }
status: :not_started
class Queued { status }
status: :queued
class InProgress { status }
status: :in_progress
class Completed { commit, completed, completed_at, 3 more }
commit: Commit { repo, sha, stats, tree_oid }
repo: { branch, host, name, owner}
branch: String
host: String
name: String
owner: String
sha: String
stats: { additions, deletions, total}
additions: Integer
deletions: Integer
total: Integer
tree_oid: String
completed: { commit, completed_at, conclusion, merge_conflict_pr}

deprecated

commit: Commit { repo, sha, stats, tree_oid }
repo: { branch, host, name, owner}
branch: String
host: String
name: String
owner: String
sha: String
stats: { additions, deletions, total}
additions: Integer
deletions: Integer
total: Integer
tree_oid: String
completed_at: Time
conclusion: :error | :warning | :note | 9 more
One of the following:
:error
:warning
:note
:success
:merge_conflict
:upstream_merge_conflict
:fatal
:payment_required
:cancelled
:timed_out
:noop
:version_bump
merge_conflict_pr: { number, repo}
number: Float
repo: { host, name, owner}
host: String
name: String
owner: String
completed_at: Time
conclusion: :error | :warning | :note | 9 more
One of the following:
:error
:warning
:note
:success
:merge_conflict
:upstream_merge_conflict
:fatal
:payment_required
:cancelled
:timed_out
:noop
:version_bump
merge_conflict_pr: { number, repo}
number: Float
repo: { host, name, owner}
host: String
name: String
owner: String
status: :completed
install_url: String
object: :build_target
status: :not_started | :codegen | :postgen | :completed
One of the following:
:not_started
:codegen
:postgen
:completed
build: CheckStep
One of the following:
class NotStarted { status }
status: :not_started
class Queued { status, url }
status: :queued
url: String
class InProgress { status, url }
status: :in_progress
url: String
class Completed { completed, conclusion, status, url }
completed: { conclusion, url}

deprecated

conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
url: String
conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
status: :completed
url: String
lint: CheckStep
One of the following:
class NotStarted { status }
status: :not_started
class Queued { status, url }
status: :queued
url: String
class InProgress { status, url }
status: :in_progress
url: String
class Completed { completed, conclusion, status, url }
completed: { conclusion, url}

deprecated

conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
url: String
conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
status: :completed
url: String
test_: CheckStep
One of the following:
class NotStarted { status }
status: :not_started
class Queued { status, url }
status: :queued
url: String
class InProgress { status, url }
status: :in_progress
url: String
class Completed { completed, conclusion, status, url }
completed: { conclusion, url}

deprecated

conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
url: String
conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
status: :completed
url: String
terraform: BuildTarget { commit, install_url, object, 4 more }
commit: { status} | { status} | { status} | { commit, completed, completed_at, 3 more}
One of the following:
class NotStarted { status }
status: :not_started
class Queued { status }
status: :queued
class InProgress { status }
status: :in_progress
class Completed { commit, completed, completed_at, 3 more }
commit: Commit { repo, sha, stats, tree_oid }
repo: { branch, host, name, owner}
branch: String
host: String
name: String
owner: String
sha: String
stats: { additions, deletions, total}
additions: Integer
deletions: Integer
total: Integer
tree_oid: String
completed: { commit, completed_at, conclusion, merge_conflict_pr}

deprecated

commit: Commit { repo, sha, stats, tree_oid }
repo: { branch, host, name, owner}
branch: String
host: String
name: String
owner: String
sha: String
stats: { additions, deletions, total}
additions: Integer
deletions: Integer
total: Integer
tree_oid: String
completed_at: Time
conclusion: :error | :warning | :note | 9 more
One of the following:
:error
:warning
:note
:success
:merge_conflict
:upstream_merge_conflict
:fatal
:payment_required
:cancelled
:timed_out
:noop
:version_bump
merge_conflict_pr: { number, repo}
number: Float
repo: { host, name, owner}
host: String
name: String
owner: String
completed_at: Time
conclusion: :error | :warning | :note | 9 more
One of the following:
:error
:warning
:note
:success
:merge_conflict
:upstream_merge_conflict
:fatal
:payment_required
:cancelled
:timed_out
:noop
:version_bump
merge_conflict_pr: { number, repo}
number: Float
repo: { host, name, owner}
host: String
name: String
owner: String
status: :completed
install_url: String
object: :build_target
status: :not_started | :codegen | :postgen | :completed
One of the following:
:not_started
:codegen
:postgen
:completed
build: CheckStep
One of the following:
class NotStarted { status }
status: :not_started
class Queued { status, url }
status: :queued
url: String
class InProgress { status, url }
status: :in_progress
url: String
class Completed { completed, conclusion, status, url }
completed: { conclusion, url}

deprecated

conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
url: String
conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
status: :completed
url: String
lint: CheckStep
One of the following:
class NotStarted { status }
status: :not_started
class Queued { status, url }
status: :queued
url: String
class InProgress { status, url }
status: :in_progress
url: String
class Completed { completed, conclusion, status, url }
completed: { conclusion, url}

deprecated

conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
url: String
conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
status: :completed
url: String
test_: CheckStep
One of the following:
class NotStarted { status }
status: :not_started
class Queued { status, url }
status: :queued
url: String
class InProgress { status, url }
status: :in_progress
url: String
class Completed { completed, conclusion, status, url }
completed: { conclusion, url}

deprecated

conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
url: String
conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
status: :completed
url: String
typescript: BuildTarget { commit, install_url, object, 4 more }
commit: { status} | { status} | { status} | { commit, completed, completed_at, 3 more}
One of the following:
class NotStarted { status }
status: :not_started
class Queued { status }
status: :queued
class InProgress { status }
status: :in_progress
class Completed { commit, completed, completed_at, 3 more }
commit: Commit { repo, sha, stats, tree_oid }
repo: { branch, host, name, owner}
branch: String
host: String
name: String
owner: String
sha: String
stats: { additions, deletions, total}
additions: Integer
deletions: Integer
total: Integer
tree_oid: String
completed: { commit, completed_at, conclusion, merge_conflict_pr}

deprecated

commit: Commit { repo, sha, stats, tree_oid }
repo: { branch, host, name, owner}
branch: String
host: String
name: String
owner: String
sha: String
stats: { additions, deletions, total}
additions: Integer
deletions: Integer
total: Integer
tree_oid: String
completed_at: Time
conclusion: :error | :warning | :note | 9 more
One of the following:
:error
:warning
:note
:success
:merge_conflict
:upstream_merge_conflict
:fatal
:payment_required
:cancelled
:timed_out
:noop
:version_bump
merge_conflict_pr: { number, repo}
number: Float
repo: { host, name, owner}
host: String
name: String
owner: String
completed_at: Time
conclusion: :error | :warning | :note | 9 more
One of the following:
:error
:warning
:note
:success
:merge_conflict
:upstream_merge_conflict
:fatal
:payment_required
:cancelled
:timed_out
:noop
:version_bump
merge_conflict_pr: { number, repo}
number: Float
repo: { host, name, owner}
host: String
name: String
owner: String
status: :completed
install_url: String
object: :build_target
status: :not_started | :codegen | :postgen | :completed
One of the following:
:not_started
:codegen
:postgen
:completed
build: CheckStep
One of the following:
class NotStarted { status }
status: :not_started
class Queued { status, url }
status: :queued
url: String
class InProgress { status, url }
status: :in_progress
url: String
class Completed { completed, conclusion, status, url }
completed: { conclusion, url}

deprecated

conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
url: String
conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
status: :completed
url: String
lint: CheckStep
One of the following:
class NotStarted { status }
status: :not_started
class Queued { status, url }
status: :queued
url: String
class InProgress { status, url }
status: :in_progress
url: String
class Completed { completed, conclusion, status, url }
completed: { conclusion, url}

deprecated

conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
url: String
conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
status: :completed
url: String
test_: CheckStep
One of the following:
class NotStarted { status }
status: :not_started
class Queued { status, url }
status: :queued
url: String
class InProgress { status, url }
status: :in_progress
url: String
class Completed { completed, conclusion, status, url }
completed: { conclusion, url}

deprecated

conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
url: String
conclusion: :success | :failure | :skipped | 4 more
One of the following:
:success
:failure
:skipped
:cancelled
:action_required
:neutral
:timed_out
status: :completed
url: String
updated_at: Time

BuildsDiagnostics

Get diagnostics for a build
builds.diagnostics.list(build_id, **kwargs) -> Page<BuildDiagnostic { code, ignored, level, 4 more } >
GET/v0/builds/{buildId}/diagnostics
ModelsExpand Collapse
class BuildDiagnostic { code, ignored, level, 4 more }
code: String

The kind of diagnostic.

ignored: bool

Whether the diagnostic is ignored in the Stainless config.

level: :fatal | :error | :warning | :note

The severity of the diagnostic.

One of the following:
:fatal
:error
:warning
:note
message: String

A description of the diagnostic.

One of the following:
class Markdown { markdown, type }
markdown: String
type: :markdown
class Raw { raw, type }
raw: String
type: :raw
config_ref: String

A JSON pointer to a relevant field in the Stainless config.

oas_ref: String

A JSON pointer to a relevant field in the OpenAPI spec.

BuildDiagnosticMore = { markdown, type} | { raw, type}
One of the following:
class Markdown { markdown, type }
markdown: String
type: :markdown
class Raw { raw, type }
raw: String
type: :raw

BuildsTarget Outputs

Download build target output
builds.target_outputs.retrieve(**kwargs) -> TargetOutputRetrieveResponse
GET/v0/build_target_outputs
ModelsExpand Collapse
TargetOutputRetrieveResponse = { output, target, type, 2 more} | { token, output, ref, 3 more}
One of the following:
class URL { output, target, type, 2 more }
output: :url
target: Target
One of the following:
:node
:typescript
:python
:go
:java
:kotlin
:ruby
:terraform
:cli
:php
:csharp
:sql
:openapi
type: :source | :dist | :wheel | 4 more
One of the following:
:source
:dist
:wheel
:"openapi-with-transforms"
:"openapi-with-code-samples"
:"openapi-sdk-spec"
:file
url: String

URL for direct download

path: String

The path of the file, which is only present when using with the type "file" option.

class Git { token, output, ref, 3 more }
token: String

Temporary GitHub access token

output: :git
ref: String

Git reference (commit SHA, branch, or tag)

target: Target
One of the following:
:node
:typescript
:python
:go
:java
:kotlin
:ruby
:terraform
:cli
:php
:csharp
:sql
:openapi
type: :source | :dist | :wheel | 4 more
One of the following:
:source
:dist
:wheel
:"openapi-with-transforms"
:"openapi-with-code-samples"
:"openapi-sdk-spec"
:file
url: String

URL to git remote