Skip to content
FeedbackDashboard

Branches

Create a new project branch
projects().branches().create(BranchCreateParamsparams, RequestOptionsrequestOptions = RequestOptions.none()) : ProjectBranch
POST/v0/projects/{project}/branches
Retrieve a project branch
projects().branches().retrieve(BranchRetrieveParamsparams = BranchRetrieveParams.none(), RequestOptionsrequestOptions = RequestOptions.none()) : ProjectBranch
GET/v0/projects/{project}/branches/{branch}
List project branches
projects().branches().list(BranchListParamsparams = BranchListParams.none(), RequestOptionsrequestOptions = RequestOptions.none()) : BranchListPage
GET/v0/projects/{project}/branches
Delete a project branch
projects().branches().delete(BranchDeleteParamsparams = BranchDeleteParams.none(), RequestOptionsrequestOptions = RequestOptions.none()) : JsonValue
DELETE/v0/projects/{project}/branches/{branch}
Rebase a project branch
projects().branches().rebase(BranchRebaseParamsparams = BranchRebaseParams.none(), RequestOptionsrequestOptions = RequestOptions.none()) : ProjectBranch
PUT/v0/projects/{project}/branches/{branch}/rebase
Reset
projects().branches().reset(BranchResetParamsparams = BranchResetParams.none(), RequestOptionsrequestOptions = RequestOptions.none()) : ProjectBranch
PUT/v0/projects/{project}/branches/{branch}/reset
ModelsExpand Collapse
class ProjectBranch:

A project branch names a line of development for a project. Like a Git branch, it points to a Git commit with a set of config files. In addition, a project branch also points to a set of custom code changes, corresponding to Git branches in the staging repos.

branch: String

Branch name

configCommit: ConfigCommit

A Git commit that points to the latest set of config files on a given branch.

repo: Repo
branch: String
host: String
name: String
owner: String
sha: String
stats: Optional<Stats>
additions: Long
deletions: Long
total: Long
treeOid: Optional<String>
latestBuild: Optional<Build>
id: String

Build ID

configCommit: String
createdAt: LocalDateTime
documentedSpec: Optional<DocumentedSpec>
One of the following:
class UnionMember0:
content: String
type: Type
class UnionMember1:
expires: LocalDateTime
type: Type
url: String
object_: Object
org: String
project: String
targets: Targets
cli: Optional<BuildTarget>
commit: Commit
One of the following:
JsonValue;
status: JsonValue; "not_started"constant"not_started"constant
JsonValue;
status: JsonValue; "queued"constant"queued"constant
JsonValue;
status: JsonValue; "in_progress"constant"in_progress"constant
class Completed:
commit: Optional<Commit>
repo: Repo
branch: String
host: String
name: String
owner: String
sha: String
stats: Optional<Stats>
additions: Long
deletions: Long
total: Long
treeOid: Optional<String>
completed: InnerCompleted

deprecated

commit: Optional<Commit>
repo: Repo
branch: String
host: String
name: String
owner: String
sha: String
stats: Optional<Stats>
additions: Long
deletions: Long
total: Long
treeOid: Optional<String>
completedAt: LocalDateTime
conclusion: Conclusion
One of the following:
ERROR("error")
WARNING("warning")
NOTE("note")
SUCCESS("success")
MERGE_CONFLICT("merge_conflict")
UPSTREAM_MERGE_CONFLICT("upstream_merge_conflict")
FATAL("fatal")
PAYMENT_REQUIRED("payment_required")
CANCELLED("cancelled")
TIMED_OUT("timed_out")
NOOP("noop")
VERSION_BUMP("version_bump")
mergeConflictPr: Optional<MergeConflictPr>
number: Double
repo: Repo
host: String
name: String
owner: String
completedAt: LocalDateTime
conclusion: Conclusion
One of the following:
ERROR("error")
WARNING("warning")
NOTE("note")
SUCCESS("success")
MERGE_CONFLICT("merge_conflict")
UPSTREAM_MERGE_CONFLICT("upstream_merge_conflict")
FATAL("fatal")
PAYMENT_REQUIRED("payment_required")
CANCELLED("cancelled")
TIMED_OUT("timed_out")
NOOP("noop")
VERSION_BUMP("version_bump")
mergeConflictPr: Optional<MergeConflictPr>
number: Double
repo: Repo
host: String
name: String
owner: String
status: JsonValue; "completed"constant"completed"constant
installUrl: Optional<String>
object_: Object
status: Status
One of the following:
NOT_STARTED("not_started")
CODEGEN("codegen")
POSTGEN("postgen")
COMPLETED("completed")
build: Optional<CheckStep>
One of the following:
JsonValue;
status: JsonValue; "not_started"constant"not_started"constant
Queued
status: JsonValue; "queued"constant"queued"constant
url: Optional<String>
InProgress
status: JsonValue; "in_progress"constant"in_progress"constant
url: Optional<String>
Completed
completed: InnerCompleted

deprecated

conclusion: Conclusion
One of the following:
SUCCESS("success")
FAILURE("failure")
SKIPPED("skipped")
CANCELLED("cancelled")
ACTION_REQUIRED("action_required")
NEUTRAL("neutral")
TIMED_OUT("timed_out")
url: Optional<String>
conclusion: Conclusion
One of the following:
SUCCESS("success")
FAILURE("failure")
SKIPPED("skipped")
CANCELLED("cancelled")
ACTION_REQUIRED("action_required")
NEUTRAL("neutral")
TIMED_OUT("timed_out")
status: JsonValue; "completed"constant"completed"constant
url: Optional<String>
lint: Optional<CheckStep>
One of the following:
JsonValue;
status: JsonValue; "not_started"constant"not_started"constant
Queued
status: JsonValue; "queued"constant"queued"constant
url: Optional<String>
InProgress
status: JsonValue; "in_progress"constant"in_progress"constant
url: Optional<String>
Completed
completed: InnerCompleted

deprecated

conclusion: Conclusion
One of the following:
SUCCESS("success")
FAILURE("failure")
SKIPPED("skipped")
CANCELLED("cancelled")
ACTION_REQUIRED("action_required")
NEUTRAL("neutral")
TIMED_OUT("timed_out")
url: Optional<String>
conclusion: Conclusion
One of the following:
SUCCESS("success")
FAILURE("failure")
SKIPPED("skipped")
CANCELLED("cancelled")
ACTION_REQUIRED("action_required")
NEUTRAL("neutral")
TIMED_OUT("timed_out")
status: JsonValue; "completed"constant"completed"constant
url: Optional<String>
test: Optional<CheckStep>
One of the following:
JsonValue;
status: JsonValue; "not_started"constant"not_started"constant
Queued
status: JsonValue; "queued"constant"queued"constant
url: Optional<String>
InProgress
status: JsonValue; "in_progress"constant"in_progress"constant
url: Optional<String>
Completed
completed: InnerCompleted

deprecated

conclusion: Conclusion
One of the following:
SUCCESS("success")
FAILURE("failure")
SKIPPED("skipped")
CANCELLED("cancelled")
ACTION_REQUIRED("action_required")
NEUTRAL("neutral")
TIMED_OUT("timed_out")
url: Optional<String>
conclusion: Conclusion
One of the following:
SUCCESS("success")
FAILURE("failure")
SKIPPED("skipped")
CANCELLED("cancelled")
ACTION_REQUIRED("action_required")
NEUTRAL("neutral")
TIMED_OUT("timed_out")
status: JsonValue; "completed"constant"completed"constant
url: Optional<String>
csharp: Optional<BuildTarget>
commit: Commit
One of the following:
JsonValue;
status: JsonValue; "not_started"constant"not_started"constant
JsonValue;
status: JsonValue; "queued"constant"queued"constant
JsonValue;
status: JsonValue; "in_progress"constant"in_progress"constant
class Completed:
commit: Optional<Commit>
repo: Repo
branch: String
host: String
name: String
owner: String
sha: String
stats: Optional<Stats>
additions: Long
deletions: Long
total: Long
treeOid: Optional<String>
completed: InnerCompleted

deprecated

commit: Optional<Commit>
repo: Repo
branch: String
host: String
name: String
owner: String
sha: String
stats: Optional<Stats>
additions: Long
deletions: Long
total: Long
treeOid: Optional<String>
completedAt: LocalDateTime
conclusion: Conclusion
One of the following:
ERROR("error")
WARNING("warning")
NOTE("note")
SUCCESS("success")
MERGE_CONFLICT("merge_conflict")
UPSTREAM_MERGE_CONFLICT("upstream_merge_conflict")
FATAL("fatal")
PAYMENT_REQUIRED("payment_required")
CANCELLED("cancelled")
TIMED_OUT("timed_out")
NOOP("noop")
VERSION_BUMP("version_bump")
mergeConflictPr: Optional<MergeConflictPr>
number: Double
repo: Repo
host: String
name: String
owner: String
completedAt: LocalDateTime
conclusion: Conclusion
One of the following:
ERROR("error")
WARNING("warning")
NOTE("note")
SUCCESS("success")
MERGE_CONFLICT("merge_conflict")
UPSTREAM_MERGE_CONFLICT("upstream_merge_conflict")
FATAL("fatal")
PAYMENT_REQUIRED("payment_required")
CANCELLED("cancelled")
TIMED_OUT("timed_out")
NOOP("noop")
VERSION_BUMP("version_bump")
mergeConflictPr: Optional<MergeConflictPr>
number: Double
repo: Repo
host: String
name: String
owner: String
status: JsonValue; "completed"constant"completed"constant
installUrl: Optional<String>
object_: Object
status: Status
One of the following:
NOT_STARTED("not_started")
CODEGEN("codegen")
POSTGEN("postgen")
COMPLETED("completed")
build: Optional<CheckStep>
One of the following:
JsonValue;
status: JsonValue; "not_started"constant"not_started"constant
Queued
status: JsonValue; "queued"constant"queued"constant
url: Optional<String>
InProgress
status: JsonValue; "in_progress"constant"in_progress"constant
url: Optional<String>
Completed
completed: InnerCompleted

deprecated

conclusion: Conclusion
One of the following:
SUCCESS("success")
FAILURE("failure")
SKIPPED("skipped")
CANCELLED("cancelled")
ACTION_REQUIRED("action_required")
NEUTRAL("neutral")
TIMED_OUT("timed_out")
url: Optional<String>
conclusion: Conclusion
One of the following:
SUCCESS("success")
FAILURE("failure")
SKIPPED("skipped")
CANCELLED("cancelled")
ACTION_REQUIRED("action_required")
NEUTRAL("neutral")
TIMED_OUT("timed_out")
status: JsonValue; "completed"constant"completed"constant
url: Optional<String>
lint: Optional<CheckStep>
One of the following:
JsonValue;
status: JsonValue; "not_started"constant"not_started"constant
Queued
status: JsonValue; "queued"constant"queued"constant
url: Optional<String>
InProgress
status: JsonValue; "in_progress"constant"in_progress"constant
url: Optional<String>
Completed
completed: InnerCompleted

deprecated

conclusion: Conclusion
One of the following:
SUCCESS("success")
FAILURE("failure")
SKIPPED("skipped")
CANCELLED("cancelled")
ACTION_REQUIRED("action_required")
NEUTRAL("neutral")
TIMED_OUT("timed_out")
url: Optional<String>
conclusion: Conclusion
One of the following:
SUCCESS("success")
FAILURE("failure")
SKIPPED("skipped")
CANCELLED("cancelled")
ACTION_REQUIRED("action_required")
NEUTRAL("neutral")
TIMED_OUT("timed_out")
status: JsonValue; "completed"constant"completed"constant
url: Optional<String>
test: Optional<CheckStep>
One of the following:
JsonValue;
status: JsonValue; "not_started"constant"not_started"constant
Queued
status: JsonValue; "queued"constant"queued"constant
url: Optional<String>
InProgress
status: JsonValue; "in_progress"constant"in_progress"constant
url: Optional<String>
Completed
completed: InnerCompleted

deprecated

conclusion: Conclusion
One of the following:
SUCCESS("success")
FAILURE("failure")
SKIPPED("skipped")
CANCELLED("cancelled")
ACTION_REQUIRED("action_required")
NEUTRAL("neutral")
TIMED_OUT("timed_out")
url: Optional<String>
conclusion: Conclusion
One of the following:
SUCCESS("success")
FAILURE("failure")
SKIPPED("skipped")
CANCELLED("cancelled")
ACTION_REQUIRED("action_required")
NEUTRAL("neutral")
TIMED_OUT("timed_out")
status: JsonValue; "completed"constant"completed"constant
url: Optional<String>
go: Optional<BuildTarget>
commit: Commit
One of the following:
JsonValue;
status: JsonValue; "not_started"constant"not_started"constant
JsonValue;
status: JsonValue; "queued"constant"queued"constant
JsonValue;
status: JsonValue; "in_progress"constant"in_progress"constant
class Completed:
commit: Optional<Commit>
repo: Repo
branch: String
host: String
name: String
owner: String
sha: String
stats: Optional<Stats>
additions: Long
deletions: Long
total: Long
treeOid: Optional<String>
completed: InnerCompleted

deprecated

commit: Optional<Commit>
repo: Repo
branch: String
host: String
name: String
owner: String
sha: String
stats: Optional<Stats>
additions: Long
deletions: Long
total: Long
treeOid: Optional<String>
completedAt: LocalDateTime
conclusion: Conclusion
One of the following:
ERROR("error")
WARNING("warning")
NOTE("note")
SUCCESS("success")
MERGE_CONFLICT("merge_conflict")
UPSTREAM_MERGE_CONFLICT("upstream_merge_conflict")
FATAL("fatal")
PAYMENT_REQUIRED("payment_required")
CANCELLED("cancelled")
TIMED_OUT("timed_out")
NOOP("noop")
VERSION_BUMP("version_bump")
mergeConflictPr: Optional<MergeConflictPr>
number: Double
repo: Repo
host: String
name: String
owner: String
completedAt: LocalDateTime
conclusion: Conclusion
One of the following:
ERROR("error")
WARNING("warning")
NOTE("note")
SUCCESS("success")
MERGE_CONFLICT("merge_conflict")
UPSTREAM_MERGE_CONFLICT("upstream_merge_conflict")
FATAL("fatal")
PAYMENT_REQUIRED("payment_required")
CANCELLED("cancelled")
TIMED_OUT("timed_out")
NOOP("noop")
VERSION_BUMP("version_bump")
mergeConflictPr: Optional<MergeConflictPr>
number: Double
repo: Repo
host: String
name: String
owner: String
status: JsonValue; "completed"constant"completed"constant
installUrl: Optional<String>
object_: Object
status: Status
One of the following:
NOT_STARTED("not_started")
CODEGEN("codegen")
POSTGEN("postgen")
COMPLETED("completed")
build: Optional<CheckStep>
One of the following:
JsonValue;
status: JsonValue; "not_started"constant"not_started"constant
Queued
status: JsonValue; "queued"constant"queued"constant
url: Optional<String>
InProgress
status: JsonValue; "in_progress"constant"in_progress"constant
url: Optional<String>
Completed
completed: InnerCompleted

deprecated

conclusion: Conclusion
One of the following:
SUCCESS("success")
FAILURE("failure")
SKIPPED("skipped")
CANCELLED("cancelled")
ACTION_REQUIRED("action_required")
NEUTRAL("neutral")
TIMED_OUT("timed_out")
url: Optional<String>
conclusion: Conclusion
One of the following:
SUCCESS("success")
FAILURE("failure")
SKIPPED("skipped")
CANCELLED("cancelled")
ACTION_REQUIRED("action_required")
NEUTRAL("neutral")
TIMED_OUT("timed_out")
status: JsonValue; "completed"constant"completed"constant
url: Optional<String>
lint: Optional<CheckStep>
One of the following:
JsonValue;
status: JsonValue; "not_started"constant"not_started"constant
Queued
status: JsonValue; "queued"constant"queued"constant
url: Optional<String>
InProgress
status: JsonValue; "in_progress"constant"in_progress"constant
url: Optional<String>
Completed
completed: InnerCompleted

deprecated

conclusion: Conclusion
One of the following:
SUCCESS("success")
FAILURE("failure")
SKIPPED("skipped")
CANCELLED("cancelled")
ACTION_REQUIRED("action_required")
NEUTRAL("neutral")
TIMED_OUT("timed_out")
url: Optional<String>
conclusion: Conclusion
One of the following:
SUCCESS("success")
FAILURE("failure")
SKIPPED("skipped")
CANCELLED("cancelled")
ACTION_REQUIRED("action_required")
NEUTRAL("neutral")
TIMED_OUT("timed_out")
status: JsonValue; "completed"constant"completed"constant
url: Optional<String>
test: Optional<CheckStep>
One of the following:
JsonValue;
status: JsonValue; "not_started"constant"not_started"constant
Queued
status: JsonValue; "queued"constant"queued"constant
url: Optional<String>
InProgress
status: JsonValue; "in_progress"constant"in_progress"constant
url: Optional<String>
Completed
completed: InnerCompleted

deprecated

conclusion: Conclusion
One of the following:
SUCCESS("success")
FAILURE("failure")
SKIPPED("skipped")
CANCELLED("cancelled")
ACTION_REQUIRED("action_required")
NEUTRAL("neutral")
TIMED_OUT("timed_out")
url: Optional<String>
conclusion: Conclusion
One of the following:
SUCCESS("success")
FAILURE("failure")
SKIPPED("skipped")
CANCELLED("cancelled")
ACTION_REQUIRED("action_required")
NEUTRAL("neutral")
TIMED_OUT("timed_out")
status: JsonValue; "completed"constant"completed"constant
url: Optional<String>
java: Optional<BuildTarget>
commit: Commit
One of the following:
JsonValue;
status: JsonValue; "not_started"constant"not_started"constant
JsonValue;
status: JsonValue; "queued"constant"queued"constant
JsonValue;
status: JsonValue; "in_progress"constant"in_progress"constant
class Completed:
commit: Optional<Commit>
repo: Repo
branch: String
host: String
name: String
owner: String
sha: String
stats: Optional<Stats>
additions: Long
deletions: Long
total: Long
treeOid: Optional<String>
completed: InnerCompleted

deprecated

commit: Optional<Commit>
repo: Repo
branch: String
host: String
name: String
owner: String
sha: String
stats: Optional<Stats>
additions: Long
deletions: Long
total: Long
treeOid: Optional<String>
completedAt: LocalDateTime
conclusion: Conclusion
One of the following:
ERROR("error")
WARNING("warning")
NOTE("note")
SUCCESS("success")
MERGE_CONFLICT("merge_conflict")
UPSTREAM_MERGE_CONFLICT("upstream_merge_conflict")
FATAL("fatal")
PAYMENT_REQUIRED("payment_required")
CANCELLED("cancelled")
TIMED_OUT("timed_out")
NOOP("noop")
VERSION_BUMP("version_bump")
mergeConflictPr: Optional<MergeConflictPr>
number: Double
repo: Repo
host: String
name: String
owner: String
completedAt: LocalDateTime
conclusion: Conclusion
One of the following:
ERROR("error")
WARNING("warning")
NOTE("note")
SUCCESS("success")
MERGE_CONFLICT("merge_conflict")
UPSTREAM_MERGE_CONFLICT("upstream_merge_conflict")
FATAL("fatal")
PAYMENT_REQUIRED("payment_required")
CANCELLED("cancelled")
TIMED_OUT("timed_out")
NOOP("noop")
VERSION_BUMP("version_bump")
mergeConflictPr: Optional<MergeConflictPr>
number: Double
repo: Repo
host: String
name: String
owner: String
status: JsonValue; "completed"constant"completed"constant
installUrl: Optional<String>
object_: Object
status: Status
One of the following:
NOT_STARTED("not_started")
CODEGEN("codegen")
POSTGEN("postgen")
COMPLETED("completed")
build: Optional<CheckStep>
One of the following:
JsonValue;
status: JsonValue; "not_started"constant"not_started"constant
Queued
status: JsonValue; "queued"constant"queued"constant
url: Optional<String>
InProgress
status: JsonValue; "in_progress"constant"in_progress"constant
url: Optional<String>
Completed
completed: InnerCompleted

deprecated

conclusion: Conclusion
One of the following:
SUCCESS("success")
FAILURE("failure")
SKIPPED("skipped")
CANCELLED("cancelled")
ACTION_REQUIRED("action_required")
NEUTRAL("neutral")
TIMED_OUT("timed_out")
url: Optional<String>
conclusion: Conclusion
One of the following:
SUCCESS("success")
FAILURE("failure")
SKIPPED("skipped")
CANCELLED("cancelled")
ACTION_REQUIRED("action_required")
NEUTRAL("neutral")
TIMED_OUT("timed_out")
status: JsonValue; "completed"constant"completed"constant
url: Optional<String>
lint: Optional<CheckStep>
One of the following:
JsonValue;
status: JsonValue; "not_started"constant"not_started"constant
Queued
status: JsonValue; "queued"constant"queued"constant
url: Optional<String>
InProgress
status: JsonValue; "in_progress"constant"in_progress"constant
url: Optional<String>
Completed
completed: InnerCompleted

deprecated

conclusion: Conclusion
One of the following:
SUCCESS("success")
FAILURE("failure")
SKIPPED("skipped")
CANCELLED("cancelled")
ACTION_REQUIRED("action_required")
NEUTRAL("neutral")
TIMED_OUT("timed_out")
url: Optional<String>
conclusion: Conclusion
One of the following:
SUCCESS("success")
FAILURE("failure")
SKIPPED("skipped")
CANCELLED("cancelled")
ACTION_REQUIRED("action_required")
NEUTRAL("neutral")
TIMED_OUT("timed_out")
status: JsonValue; "completed"constant"completed"constant
url: Optional<String>
test: Optional<CheckStep>
One of the following:
JsonValue;
status: JsonValue; "not_started"constant"not_started"constant
Queued
status: JsonValue; "queued"constant"queued"constant
url: Optional<String>
InProgress
status: JsonValue; "in_progress"constant"in_progress"constant
url: Optional<String>
Completed
completed: InnerCompleted

deprecated

conclusion: Conclusion
One of the following:
SUCCESS("success")
FAILURE("failure")
SKIPPED("skipped")
CANCELLED("cancelled")
ACTION_REQUIRED("action_required")
NEUTRAL("neutral")
TIMED_OUT("timed_out")
url: Optional<String>
conclusion: Conclusion
One of the following:
SUCCESS("success")
FAILURE("failure")
SKIPPED("skipped")
CANCELLED("cancelled")
ACTION_REQUIRED("action_required")
NEUTRAL("neutral")
TIMED_OUT("timed_out")
status: JsonValue; "completed"constant"completed"constant
url: Optional<String>
kotlin: Optional<BuildTarget>
commit: Commit
One of the following:
JsonValue;
status: JsonValue; "not_started"constant"not_started"constant
JsonValue;
status: JsonValue; "queued"constant"queued"constant
JsonValue;
status: JsonValue; "in_progress"constant"in_progress"constant
class Completed:
commit: Optional<Commit>
repo: Repo
branch: String
host: String
name: String
owner: String
sha: String
stats: Optional<Stats>
additions: Long
deletions: Long
total: Long
treeOid: Optional<String>
completed: InnerCompleted

deprecated

commit: Optional<Commit>
repo: Repo
branch: String
host: String
name: String
owner: String
sha: String
stats: Optional<Stats>
additions: Long
deletions: Long
total: Long
treeOid: Optional<String>
completedAt: LocalDateTime
conclusion: Conclusion
One of the following:
ERROR("error")
WARNING("warning")
NOTE("note")
SUCCESS("success")
MERGE_CONFLICT("merge_conflict")
UPSTREAM_MERGE_CONFLICT("upstream_merge_conflict")
FATAL("fatal")
PAYMENT_REQUIRED("payment_required")
CANCELLED("cancelled")
TIMED_OUT("timed_out")
NOOP("noop")
VERSION_BUMP("version_bump")
mergeConflictPr: Optional<MergeConflictPr>
number: Double
repo: Repo
host: String
name: String
owner: String
completedAt: LocalDateTime
conclusion: Conclusion
One of the following:
ERROR("error")
WARNING("warning")
NOTE("note")
SUCCESS("success")
MERGE_CONFLICT("merge_conflict")
UPSTREAM_MERGE_CONFLICT("upstream_merge_conflict")
FATAL("fatal")
PAYMENT_REQUIRED("payment_required")
CANCELLED("cancelled")
TIMED_OUT("timed_out")
NOOP("noop")
VERSION_BUMP("version_bump")
mergeConflictPr: Optional<MergeConflictPr>
number: Double
repo: Repo
host: String
name: String
owner: String
status: JsonValue; "completed"constant"completed"constant
installUrl: Optional<String>
object_: Object
status: Status
One of the following:
NOT_STARTED("not_started")
CODEGEN("codegen")
POSTGEN("postgen")
COMPLETED("completed")
build: Optional<CheckStep>
One of the following:
JsonValue;
status: JsonValue; "not_started"constant"not_started"constant
Queued
status: JsonValue; "queued"constant"queued"constant
url: Optional<String>
InProgress
status: JsonValue; "in_progress"constant"in_progress"constant
url: Optional<String>
Completed
completed: InnerCompleted

deprecated

conclusion: Conclusion
One of the following:
SUCCESS("success")
FAILURE("failure")
SKIPPED("skipped")
CANCELLED("cancelled")
ACTION_REQUIRED("action_required")
NEUTRAL("neutral")
TIMED_OUT("timed_out")
url: Optional<String>
conclusion: Conclusion
One of the following:
SUCCESS("success")
FAILURE("failure")
SKIPPED("skipped")
CANCELLED("cancelled")
ACTION_REQUIRED("action_required")
NEUTRAL("neutral")
TIMED_OUT("timed_out")
status: JsonValue; "completed"constant"completed"constant
url: Optional<String>
lint: Optional<CheckStep>
One of the following:
JsonValue;
status: JsonValue; "not_started"constant"not_started"constant
Queued
status: JsonValue; "queued"constant"queued"constant
url: Optional<String>
InProgress
status: JsonValue; "in_progress"constant"in_progress"constant
url: Optional<String>
Completed
completed: InnerCompleted

deprecated

conclusion: Conclusion
One of the following:
SUCCESS("success")
FAILURE("failure")
SKIPPED("skipped")
CANCELLED("cancelled")
ACTION_REQUIRED("action_required")
NEUTRAL("neutral")
TIMED_OUT("timed_out")
url: Optional<String>
conclusion: Conclusion
One of the following:
SUCCESS("success")
FAILURE("failure")
SKIPPED("skipped")
CANCELLED("cancelled")
ACTION_REQUIRED("action_required")
NEUTRAL("neutral")
TIMED_OUT("timed_out")
status: JsonValue; "completed"constant"completed"constant
url: Optional<String>
test: Optional<CheckStep>
One of the following:
JsonValue;
status: JsonValue; "not_started"constant"not_started"constant
Queued
status: JsonValue; "queued"constant"queued"constant
url: Optional<String>
InProgress
status: JsonValue; "in_progress"constant"in_progress"constant
url: Optional<String>
Completed
completed: InnerCompleted

deprecated

conclusion: Conclusion
One of the following:
SUCCESS("success")
FAILURE("failure")
SKIPPED("skipped")
CANCELLED("cancelled")
ACTION_REQUIRED("action_required")
NEUTRAL("neutral")
TIMED_OUT("timed_out")
url: Optional<String>
conclusion: Conclusion
One of the following:
SUCCESS("success")
FAILURE("failure")
SKIPPED("skipped")
CANCELLED("cancelled")
ACTION_REQUIRED("action_required")
NEUTRAL("neutral")
TIMED_OUT("timed_out")
status: JsonValue; "completed"constant"completed"constant
url: Optional<String>
node: Optional<BuildTarget>
commit: Commit
One of the following:
JsonValue;
status: JsonValue; "not_started"constant"not_started"constant
JsonValue;
status: JsonValue; "queued"constant"queued"constant
JsonValue;
status: JsonValue; "in_progress"constant"in_progress"constant
class Completed:
commit: Optional<Commit>
repo: Repo
branch: String
host: String
name: String
owner: String
sha: String
stats: Optional<Stats>
additions: Long
deletions: Long
total: Long
treeOid: Optional<String>
completed: InnerCompleted

deprecated

commit: Optional<Commit>
repo: Repo
branch: String
host: String
name: String
owner: String
sha: String
stats: Optional<Stats>
additions: Long
deletions: Long
total: Long
treeOid: Optional<String>
completedAt: LocalDateTime
conclusion: Conclusion
One of the following:
ERROR("error")
WARNING("warning")
NOTE("note")
SUCCESS("success")
MERGE_CONFLICT("merge_conflict")
UPSTREAM_MERGE_CONFLICT("upstream_merge_conflict")
FATAL("fatal")
PAYMENT_REQUIRED("payment_required")
CANCELLED("cancelled")
TIMED_OUT("timed_out")
NOOP("noop")
VERSION_BUMP("version_bump")
mergeConflictPr: Optional<MergeConflictPr>
number: Double
repo: Repo
host: String
name: String
owner: String
completedAt: LocalDateTime
conclusion: Conclusion
One of the following:
ERROR("error")
WARNING("warning")
NOTE("note")
SUCCESS("success")
MERGE_CONFLICT("merge_conflict")
UPSTREAM_MERGE_CONFLICT("upstream_merge_conflict")
FATAL("fatal")
PAYMENT_REQUIRED("payment_required")
CANCELLED("cancelled")
TIMED_OUT("timed_out")
NOOP("noop")
VERSION_BUMP("version_bump")
mergeConflictPr: Optional<MergeConflictPr>
number: Double
repo: Repo
host: String
name: String
owner: String
status: JsonValue; "completed"constant"completed"constant
installUrl: Optional<String>
object_: Object
status: Status
One of the following:
NOT_STARTED("not_started")
CODEGEN("codegen")
POSTGEN("postgen")
COMPLETED("completed")
build: Optional<CheckStep>
One of the following:
JsonValue;
status: JsonValue; "not_started"constant"not_started"constant
Queued
status: JsonValue; "queued"constant"queued"constant
url: Optional<String>
InProgress
status: JsonValue; "in_progress"constant"in_progress"constant
url: Optional<String>
Completed
completed: InnerCompleted

deprecated

conclusion: Conclusion
One of the following:
SUCCESS("success")
FAILURE("failure")
SKIPPED("skipped")
CANCELLED("cancelled")
ACTION_REQUIRED("action_required")
NEUTRAL("neutral")
TIMED_OUT("timed_out")
url: Optional<String>
conclusion: Conclusion
One of the following:
SUCCESS("success")
FAILURE("failure")
SKIPPED("skipped")
CANCELLED("cancelled")
ACTION_REQUIRED("action_required")
NEUTRAL("neutral")
TIMED_OUT("timed_out")
status: JsonValue; "completed"constant"completed"constant
url: Optional<String>
lint: Optional<CheckStep>
One of the following:
JsonValue;
status: JsonValue; "not_started"constant"not_started"constant
Queued
status: JsonValue; "queued"constant"queued"constant
url: Optional<String>
InProgress
status: JsonValue; "in_progress"constant"in_progress"constant
url: Optional<String>
Completed
completed: InnerCompleted

deprecated

conclusion: Conclusion
One of the following:
SUCCESS("success")
FAILURE("failure")
SKIPPED("skipped")
CANCELLED("cancelled")
ACTION_REQUIRED("action_required")
NEUTRAL("neutral")
TIMED_OUT("timed_out")
url: Optional<String>
conclusion: Conclusion
One of the following:
SUCCESS("success")
FAILURE("failure")
SKIPPED("skipped")
CANCELLED("cancelled")
ACTION_REQUIRED("action_required")
NEUTRAL("neutral")
TIMED_OUT("timed_out")
status: JsonValue; "completed"constant"completed"constant
url: Optional<String>
test: Optional<CheckStep>
One of the following:
JsonValue;
status: JsonValue; "not_started"constant"not_started"constant
Queued
status: JsonValue; "queued"constant"queued"constant
url: Optional<String>
InProgress
status: JsonValue; "in_progress"constant"in_progress"constant
url: Optional<String>
Completed
completed: InnerCompleted

deprecated

conclusion: Conclusion
One of the following:
SUCCESS("success")
FAILURE("failure")
SKIPPED("skipped")
CANCELLED("cancelled")
ACTION_REQUIRED("action_required")
NEUTRAL("neutral")
TIMED_OUT("timed_out")
url: Optional<String>
conclusion: Conclusion
One of the following:
SUCCESS("success")
FAILURE("failure")
SKIPPED("skipped")
CANCELLED("cancelled")
ACTION_REQUIRED("action_required")
NEUTRAL("neutral")
TIMED_OUT("timed_out")
status: JsonValue; "completed"constant"completed"constant
url: Optional<String>
openAPI: Optional<BuildTarget>
commit: Commit
One of the following:
JsonValue;
status: JsonValue; "not_started"constant"not_started"constant
JsonValue;
status: JsonValue; "queued"constant"queued"constant
JsonValue;
status: JsonValue; "in_progress"constant"in_progress"constant
class Completed:
commit: Optional<Commit>
repo: Repo
branch: String
host: String
name: String
owner: String
sha: String
stats: Optional<Stats>
additions: Long
deletions: Long
total: Long
treeOid: Optional<String>
completed: InnerCompleted

deprecated

commit: Optional<Commit>
repo: Repo
branch: String
host: String
name: String
owner: String
sha: String
stats: Optional<Stats>
additions: Long
deletions: Long
total: Long
treeOid: Optional<String>
completedAt: LocalDateTime
conclusion: Conclusion
One of the following:
ERROR("error")
WARNING("warning")
NOTE("note")
SUCCESS("success")
MERGE_CONFLICT("merge_conflict")
UPSTREAM_MERGE_CONFLICT("upstream_merge_conflict")
FATAL("fatal")
PAYMENT_REQUIRED("payment_required")
CANCELLED("cancelled")
TIMED_OUT("timed_out")
NOOP("noop")
VERSION_BUMP("version_bump")
mergeConflictPr: Optional<MergeConflictPr>
number: Double
repo: Repo
host: String
name: String
owner: String
completedAt: LocalDateTime
conclusion: Conclusion
One of the following:
ERROR("error")
WARNING("warning")
NOTE("note")
SUCCESS("success")
MERGE_CONFLICT("merge_conflict")
UPSTREAM_MERGE_CONFLICT("upstream_merge_conflict")
FATAL("fatal")
PAYMENT_REQUIRED("payment_required")
CANCELLED("cancelled")
TIMED_OUT("timed_out")
NOOP("noop")
VERSION_BUMP("version_bump")
mergeConflictPr: Optional<MergeConflictPr>
number: Double
repo: Repo
host: String
name: String
owner: String
status: JsonValue; "completed"constant"completed"constant
installUrl: Optional<String>
object_: Object
status: Status
One of the following:
NOT_STARTED("not_started")
CODEGEN("codegen")
POSTGEN("postgen")
COMPLETED("completed")
build: Optional<CheckStep>
One of the following:
JsonValue;
status: JsonValue; "not_started"constant"not_started"constant
Queued
status: JsonValue; "queued"constant"queued"constant
url: Optional<String>
InProgress
status: JsonValue; "in_progress"constant"in_progress"constant
url: Optional<String>
Completed
completed: InnerCompleted

deprecated

conclusion: Conclusion
One of the following:
SUCCESS("success")
FAILURE("failure")
SKIPPED("skipped")
CANCELLED("cancelled")
ACTION_REQUIRED("action_required")
NEUTRAL("neutral")
TIMED_OUT("timed_out")
url: Optional<String>
conclusion: Conclusion
One of the following:
SUCCESS("success")
FAILURE("failure")
SKIPPED("skipped")
CANCELLED("cancelled")
ACTION_REQUIRED("action_required")
NEUTRAL("neutral")
TIMED_OUT("timed_out")
status: JsonValue; "completed"constant"completed"constant
url: Optional<String>
lint: Optional<CheckStep>
One of the following:
JsonValue;
status: JsonValue; "not_started"constant"not_started"constant
Queued
status: JsonValue; "queued"constant"queued"constant
url: Optional<String>
InProgress
status: JsonValue; "in_progress"constant"in_progress"constant
url: Optional<String>
Completed
completed: InnerCompleted

deprecated

conclusion: Conclusion
One of the following:
SUCCESS("success")
FAILURE("failure")
SKIPPED("skipped")
CANCELLED("cancelled")
ACTION_REQUIRED("action_required")
NEUTRAL("neutral")
TIMED_OUT("timed_out")
url: Optional<String>
conclusion: Conclusion
One of the following:
SUCCESS("success")
FAILURE("failure")
SKIPPED("skipped")
CANCELLED("cancelled")
ACTION_REQUIRED("action_required")
NEUTRAL("neutral")
TIMED_OUT("timed_out")
status: JsonValue; "completed"constant"completed"constant
url: Optional<String>
test: Optional<CheckStep>
One of the following:
JsonValue;
status: JsonValue; "not_started"constant"not_started"constant
Queued
status: JsonValue; "queued"constant"queued"constant
url: Optional<String>
InProgress
status: JsonValue; "in_progress"constant"in_progress"constant
url: Optional<String>
Completed
completed: InnerCompleted

deprecated

conclusion: Conclusion
One of the following:
SUCCESS("success")
FAILURE("failure")
SKIPPED("skipped")
CANCELLED("cancelled")
ACTION_REQUIRED("action_required")
NEUTRAL("neutral")
TIMED_OUT("timed_out")
url: Optional<String>
conclusion: Conclusion
One of the following:
SUCCESS("success")
FAILURE("failure")
SKIPPED("skipped")
CANCELLED("cancelled")
ACTION_REQUIRED("action_required")
NEUTRAL("neutral")
TIMED_OUT("timed_out")
status: JsonValue; "completed"constant"completed"constant
url: Optional<String>
php: Optional<BuildTarget>
commit: Commit
One of the following:
JsonValue;
status: JsonValue; "not_started"constant"not_started"constant
JsonValue;
status: JsonValue; "queued"constant"queued"constant
JsonValue;
status: JsonValue; "in_progress"constant"in_progress"constant
class Completed:
commit: Optional<Commit>
repo: Repo
branch: String
host: String
name: String
owner: String
sha: String
stats: Optional<Stats>
additions: Long
deletions: Long
total: Long
treeOid: Optional<String>
completed: InnerCompleted

deprecated

commit: Optional<Commit>
repo: Repo
branch: String
host: String
name: String
owner: String
sha: String
stats: Optional<Stats>
additions: Long
deletions: Long
total: Long
treeOid: Optional<String>
completedAt: LocalDateTime
conclusion: Conclusion
One of the following:
ERROR("error")
WARNING("warning")
NOTE("note")
SUCCESS("success")
MERGE_CONFLICT("merge_conflict")
UPSTREAM_MERGE_CONFLICT("upstream_merge_conflict")
FATAL("fatal")
PAYMENT_REQUIRED("payment_required")
CANCELLED("cancelled")
TIMED_OUT("timed_out")
NOOP("noop")
VERSION_BUMP("version_bump")
mergeConflictPr: Optional<MergeConflictPr>
number: Double
repo: Repo
host: String
name: String
owner: String
completedAt: LocalDateTime
conclusion: Conclusion
One of the following:
ERROR("error")
WARNING("warning")
NOTE("note")
SUCCESS("success")
MERGE_CONFLICT("merge_conflict")
UPSTREAM_MERGE_CONFLICT("upstream_merge_conflict")
FATAL("fatal")
PAYMENT_REQUIRED("payment_required")
CANCELLED("cancelled")
TIMED_OUT("timed_out")
NOOP("noop")
VERSION_BUMP("version_bump")
mergeConflictPr: Optional<MergeConflictPr>
number: Double
repo: Repo
host: String
name: String
owner: String
status: JsonValue; "completed"constant"completed"constant
installUrl: Optional<String>
object_: Object
status: Status
One of the following:
NOT_STARTED("not_started")
CODEGEN("codegen")
POSTGEN("postgen")
COMPLETED("completed")
build: Optional<CheckStep>
One of the following:
JsonValue;
status: JsonValue; "not_started"constant"not_started"constant
Queued
status: JsonValue; "queued"constant"queued"constant
url: Optional<String>
InProgress
status: JsonValue; "in_progress"constant"in_progress"constant
url: Optional<String>
Completed
completed: InnerCompleted

deprecated

conclusion: Conclusion
One of the following:
SUCCESS("success")
FAILURE("failure")
SKIPPED("skipped")
CANCELLED("cancelled")
ACTION_REQUIRED("action_required")
NEUTRAL("neutral")
TIMED_OUT("timed_out")
url: Optional<String>
conclusion: Conclusion
One of the following:
SUCCESS("success")
FAILURE("failure")
SKIPPED("skipped")
CANCELLED("cancelled")
ACTION_REQUIRED("action_required")
NEUTRAL("neutral")
TIMED_OUT("timed_out")
status: JsonValue; "completed"constant"completed"constant
url: Optional<String>
lint: Optional<CheckStep>
One of the following:
JsonValue;
status: JsonValue; "not_started"constant"not_started"constant
Queued
status: JsonValue; "queued"constant"queued"constant
url: Optional<String>
InProgress
status: JsonValue; "in_progress"constant"in_progress"constant
url: Optional<String>
Completed
completed: InnerCompleted

deprecated

conclusion: Conclusion
One of the following:
SUCCESS("success")
FAILURE("failure")
SKIPPED("skipped")
CANCELLED("cancelled")
ACTION_REQUIRED("action_required")
NEUTRAL("neutral")
TIMED_OUT("timed_out")
url: Optional<String>
conclusion: Conclusion
One of the following:
SUCCESS("success")
FAILURE("failure")
SKIPPED("skipped")
CANCELLED("cancelled")
ACTION_REQUIRED("action_required")
NEUTRAL("neutral")
TIMED_OUT("timed_out")
status: JsonValue; "completed"constant"completed"constant
url: Optional<String>
test: Optional<CheckStep>
One of the following:
JsonValue;
status: JsonValue; "not_started"constant"not_started"constant
Queued
status: JsonValue; "queued"constant"queued"constant
url: Optional<String>
InProgress
status: JsonValue; "in_progress"constant"in_progress"constant
url: Optional<String>
Completed
completed: InnerCompleted

deprecated

conclusion: Conclusion
One of the following:
SUCCESS("success")
FAILURE("failure")
SKIPPED("skipped")
CANCELLED("cancelled")
ACTION_REQUIRED("action_required")
NEUTRAL("neutral")
TIMED_OUT("timed_out")
url: Optional<String>
conclusion: Conclusion
One of the following:
SUCCESS("success")
FAILURE("failure")
SKIPPED("skipped")
CANCELLED("cancelled")
ACTION_REQUIRED("action_required")
NEUTRAL("neutral")
TIMED_OUT("timed_out")
status: JsonValue; "completed"constant"completed"constant
url: Optional<String>
python: Optional<BuildTarget>
commit: Commit
One of the following:
JsonValue;
status: JsonValue; "not_started"constant"not_started"constant
JsonValue;
status: JsonValue; "queued"constant"queued"constant
JsonValue;
status: JsonValue; "in_progress"constant"in_progress"constant
class Completed:
commit: Optional<Commit>
repo: Repo
branch: String
host: String
name: String
owner: String
sha: String
stats: Optional<Stats>
additions: Long
deletions: Long
total: Long
treeOid: Optional<String>
completed: InnerCompleted

deprecated

commit: Optional<Commit>
repo: Repo
branch: String
host: String
name: String
owner: String
sha: String
stats: Optional<Stats>
additions: Long
deletions: Long
total: Long
treeOid: Optional<String>
completedAt: LocalDateTime
conclusion: Conclusion
One of the following:
ERROR("error")
WARNING("warning")
NOTE("note")
SUCCESS("success")
MERGE_CONFLICT("merge_conflict")
UPSTREAM_MERGE_CONFLICT("upstream_merge_conflict")
FATAL("fatal")
PAYMENT_REQUIRED("payment_required")
CANCELLED("cancelled")
TIMED_OUT("timed_out")
NOOP("noop")
VERSION_BUMP("version_bump")
mergeConflictPr: Optional<MergeConflictPr>
number: Double
repo: Repo
host: String
name: String
owner: String
completedAt: LocalDateTime
conclusion: Conclusion
One of the following:
ERROR("error")
WARNING("warning")
NOTE("note")
SUCCESS("success")
MERGE_CONFLICT("merge_conflict")
UPSTREAM_MERGE_CONFLICT("upstream_merge_conflict")
FATAL("fatal")
PAYMENT_REQUIRED("payment_required")
CANCELLED("cancelled")
TIMED_OUT("timed_out")
NOOP("noop")
VERSION_BUMP("version_bump")
mergeConflictPr: Optional<MergeConflictPr>
number: Double
repo: Repo
host: String
name: String
owner: String
status: JsonValue; "completed"constant"completed"constant
installUrl: Optional<String>
object_: Object
status: Status
One of the following:
NOT_STARTED("not_started")
CODEGEN("codegen")
POSTGEN("postgen")
COMPLETED("completed")
build: Optional<CheckStep>
One of the following:
JsonValue;
status: JsonValue; "not_started"constant"not_started"constant
Queued
status: JsonValue; "queued"constant"queued"constant
url: Optional<String>
InProgress
status: JsonValue; "in_progress"constant"in_progress"constant
url: Optional<String>
Completed
completed: InnerCompleted

deprecated

conclusion: Conclusion
One of the following:
SUCCESS("success")
FAILURE("failure")
SKIPPED("skipped")
CANCELLED("cancelled")
ACTION_REQUIRED("action_required")
NEUTRAL("neutral")
TIMED_OUT("timed_out")
url: Optional<String>
conclusion: Conclusion
One of the following:
SUCCESS("success")
FAILURE("failure")
SKIPPED("skipped")
CANCELLED("cancelled")
ACTION_REQUIRED("action_required")
NEUTRAL("neutral")
TIMED_OUT("timed_out")
status: JsonValue; "completed"constant"completed"constant
url: Optional<String>
lint: Optional<CheckStep>
One of the following:
JsonValue;
status: JsonValue; "not_started"constant"not_started"constant
Queued
status: JsonValue; "queued"constant"queued"constant
url: Optional<String>
InProgress
status: JsonValue; "in_progress"constant"in_progress"constant
url: Optional<String>
Completed
completed: InnerCompleted

deprecated

conclusion: Conclusion
One of the following:
SUCCESS("success")
FAILURE("failure")
SKIPPED("skipped")
CANCELLED("cancelled")
ACTION_REQUIRED("action_required")
NEUTRAL("neutral")
TIMED_OUT("timed_out")
url: Optional<String>
conclusion: Conclusion
One of the following:
SUCCESS("success")
FAILURE("failure")
SKIPPED("skipped")
CANCELLED("cancelled")
ACTION_REQUIRED("action_required")
NEUTRAL("neutral")
TIMED_OUT("timed_out")
status: JsonValue; "completed"constant"completed"constant
url: Optional<String>
test: Optional<CheckStep>
One of the following:
JsonValue;
status: JsonValue; "not_started"constant"not_started"constant
Queued
status: JsonValue; "queued"constant"queued"constant
url: Optional<String>
InProgress
status: JsonValue; "in_progress"constant"in_progress"constant
url: Optional<String>
Completed
completed: InnerCompleted

deprecated

conclusion: Conclusion
One of the following:
SUCCESS("success")
FAILURE("failure")
SKIPPED("skipped")
CANCELLED("cancelled")
ACTION_REQUIRED("action_required")
NEUTRAL("neutral")
TIMED_OUT("timed_out")
url: Optional<String>
conclusion: Conclusion
One of the following:
SUCCESS("success")
FAILURE("failure")
SKIPPED("skipped")
CANCELLED("cancelled")
ACTION_REQUIRED("action_required")
NEUTRAL("neutral")
TIMED_OUT("timed_out")
status: JsonValue; "completed"constant"completed"constant
url: Optional<String>
ruby: Optional<BuildTarget>
commit: Commit
One of the following:
JsonValue;
status: JsonValue; "not_started"constant"not_started"constant
JsonValue;
status: JsonValue; "queued"constant"queued"constant
JsonValue;
status: JsonValue; "in_progress"constant"in_progress"constant
class Completed:
commit: Optional<Commit>
repo: Repo
branch: String
host: String
name: String
owner: String
sha: String
stats: Optional<Stats>
additions: Long
deletions: Long
total: Long
treeOid: Optional<String>
completed: InnerCompleted

deprecated

commit: Optional<Commit>
repo: Repo
branch: String
host: String
name: String
owner: String
sha: String
stats: Optional<Stats>
additions: Long
deletions: Long
total: Long
treeOid: Optional<String>
completedAt: LocalDateTime
conclusion: Conclusion
One of the following:
ERROR("error")
WARNING("warning")
NOTE("note")
SUCCESS("success")
MERGE_CONFLICT("merge_conflict")
UPSTREAM_MERGE_CONFLICT("upstream_merge_conflict")
FATAL("fatal")
PAYMENT_REQUIRED("payment_required")
CANCELLED("cancelled")
TIMED_OUT("timed_out")
NOOP("noop")
VERSION_BUMP("version_bump")
mergeConflictPr: Optional<MergeConflictPr>
number: Double
repo: Repo
host: String
name: String
owner: String
completedAt: LocalDateTime
conclusion: Conclusion
One of the following:
ERROR("error")
WARNING("warning")
NOTE("note")
SUCCESS("success")
MERGE_CONFLICT("merge_conflict")
UPSTREAM_MERGE_CONFLICT("upstream_merge_conflict")
FATAL("fatal")
PAYMENT_REQUIRED("payment_required")
CANCELLED("cancelled")
TIMED_OUT("timed_out")
NOOP("noop")
VERSION_BUMP("version_bump")
mergeConflictPr: Optional<MergeConflictPr>
number: Double
repo: Repo
host: String
name: String
owner: String
status: JsonValue; "completed"constant"completed"constant
installUrl: Optional<String>
object_: Object
status: Status
One of the following:
NOT_STARTED("not_started")
CODEGEN("codegen")
POSTGEN("postgen")
COMPLETED("completed")
build: Optional<CheckStep>
One of the following:
JsonValue;
status: JsonValue; "not_started"constant"not_started"constant
Queued
status: JsonValue; "queued"constant"queued"constant
url: Optional<String>
InProgress
status: JsonValue; "in_progress"constant"in_progress"constant
url: Optional<String>
Completed
completed: InnerCompleted

deprecated

conclusion: Conclusion
One of the following:
SUCCESS("success")
FAILURE("failure")
SKIPPED("skipped")
CANCELLED("cancelled")
ACTION_REQUIRED("action_required")
NEUTRAL("neutral")
TIMED_OUT("timed_out")
url: Optional<String>
conclusion: Conclusion
One of the following:
SUCCESS("success")
FAILURE("failure")
SKIPPED("skipped")
CANCELLED("cancelled")
ACTION_REQUIRED("action_required")
NEUTRAL("neutral")
TIMED_OUT("timed_out")
status: JsonValue; "completed"constant"completed"constant
url: Optional<String>
lint: Optional<CheckStep>
One of the following:
JsonValue;
status: JsonValue; "not_started"constant"not_started"constant
Queued
status: JsonValue; "queued"constant"queued"constant
url: Optional<String>
InProgress
status: JsonValue; "in_progress"constant"in_progress"constant
url: Optional<String>
Completed
completed: InnerCompleted

deprecated

conclusion: Conclusion
One of the following:
SUCCESS("success")
FAILURE("failure")
SKIPPED("skipped")
CANCELLED("cancelled")
ACTION_REQUIRED("action_required")
NEUTRAL("neutral")
TIMED_OUT("timed_out")
url: Optional<String>
conclusion: Conclusion
One of the following:
SUCCESS("success")
FAILURE("failure")
SKIPPED("skipped")
CANCELLED("cancelled")
ACTION_REQUIRED("action_required")
NEUTRAL("neutral")
TIMED_OUT("timed_out")
status: JsonValue; "completed"constant"completed"constant
url: Optional<String>
test: Optional<CheckStep>
One of the following:
JsonValue;
status: JsonValue; "not_started"constant"not_started"constant
Queued
status: JsonValue; "queued"constant"queued"constant
url: Optional<String>
InProgress
status: JsonValue; "in_progress"constant"in_progress"constant
url: Optional<String>
Completed
completed: InnerCompleted

deprecated

conclusion: Conclusion
One of the following:
SUCCESS("success")
FAILURE("failure")
SKIPPED("skipped")
CANCELLED("cancelled")
ACTION_REQUIRED("action_required")
NEUTRAL("neutral")
TIMED_OUT("timed_out")
url: Optional<String>
conclusion: Conclusion
One of the following:
SUCCESS("success")
FAILURE("failure")
SKIPPED("skipped")
CANCELLED("cancelled")
ACTION_REQUIRED("action_required")
NEUTRAL("neutral")
TIMED_OUT("timed_out")
status: JsonValue; "completed"constant"completed"constant
url: Optional<String>
sql: Optional<BuildTarget>
commit: Commit
One of the following:
JsonValue;
status: JsonValue; "not_started"constant"not_started"constant
JsonValue;
status: JsonValue; "queued"constant"queued"constant
JsonValue;
status: JsonValue; "in_progress"constant"in_progress"constant
class Completed:
commit: Optional<Commit>
repo: Repo
branch: String
host: String
name: String
owner: String
sha: String
stats: Optional<Stats>
additions: Long
deletions: Long
total: Long
treeOid: Optional<String>
completed: InnerCompleted

deprecated

commit: Optional<Commit>
repo: Repo
branch: String
host: String
name: String
owner: String
sha: String
stats: Optional<Stats>
additions: Long
deletions: Long
total: Long
treeOid: Optional<String>
completedAt: LocalDateTime
conclusion: Conclusion
One of the following:
ERROR("error")
WARNING("warning")
NOTE("note")
SUCCESS("success")
MERGE_CONFLICT("merge_conflict")
UPSTREAM_MERGE_CONFLICT("upstream_merge_conflict")
FATAL("fatal")
PAYMENT_REQUIRED("payment_required")
CANCELLED("cancelled")
TIMED_OUT("timed_out")
NOOP("noop")
VERSION_BUMP("version_bump")
mergeConflictPr: Optional<MergeConflictPr>
number: Double
repo: Repo
host: String
name: String
owner: String
completedAt: LocalDateTime
conclusion: Conclusion
One of the following:
ERROR("error")
WARNING("warning")
NOTE("note")
SUCCESS("success")
MERGE_CONFLICT("merge_conflict")
UPSTREAM_MERGE_CONFLICT("upstream_merge_conflict")
FATAL("fatal")
PAYMENT_REQUIRED("payment_required")
CANCELLED("cancelled")
TIMED_OUT("timed_out")
NOOP("noop")
VERSION_BUMP("version_bump")
mergeConflictPr: Optional<MergeConflictPr>
number: Double
repo: Repo
host: String
name: String
owner: String
status: JsonValue; "completed"constant"completed"constant
installUrl: Optional<String>
object_: Object
status: Status
One of the following:
NOT_STARTED("not_started")
CODEGEN("codegen")
POSTGEN("postgen")
COMPLETED("completed")
build: Optional<CheckStep>
One of the following:
JsonValue;
status: JsonValue; "not_started"constant"not_started"constant
Queued
status: JsonValue; "queued"constant"queued"constant
url: Optional<String>
InProgress
status: JsonValue; "in_progress"constant"in_progress"constant
url: Optional<String>
Completed
completed: InnerCompleted

deprecated

conclusion: Conclusion
One of the following:
SUCCESS("success")
FAILURE("failure")
SKIPPED("skipped")
CANCELLED("cancelled")
ACTION_REQUIRED("action_required")
NEUTRAL("neutral")
TIMED_OUT("timed_out")
url: Optional<String>
conclusion: Conclusion
One of the following:
SUCCESS("success")
FAILURE("failure")
SKIPPED("skipped")
CANCELLED("cancelled")
ACTION_REQUIRED("action_required")
NEUTRAL("neutral")
TIMED_OUT("timed_out")
status: JsonValue; "completed"constant"completed"constant
url: Optional<String>
lint: Optional<CheckStep>
One of the following:
JsonValue;
status: JsonValue; "not_started"constant"not_started"constant
Queued
status: JsonValue; "queued"constant"queued"constant
url: Optional<String>
InProgress
status: JsonValue; "in_progress"constant"in_progress"constant
url: Optional<String>
Completed
completed: InnerCompleted

deprecated

conclusion: Conclusion
One of the following:
SUCCESS("success")
FAILURE("failure")
SKIPPED("skipped")
CANCELLED("cancelled")
ACTION_REQUIRED("action_required")
NEUTRAL("neutral")
TIMED_OUT("timed_out")
url: Optional<String>
conclusion: Conclusion
One of the following:
SUCCESS("success")
FAILURE("failure")
SKIPPED("skipped")
CANCELLED("cancelled")
ACTION_REQUIRED("action_required")
NEUTRAL("neutral")
TIMED_OUT("timed_out")
status: JsonValue; "completed"constant"completed"constant
url: Optional<String>
test: Optional<CheckStep>
One of the following:
JsonValue;
status: JsonValue; "not_started"constant"not_started"constant
Queued
status: JsonValue; "queued"constant"queued"constant
url: Optional<String>
InProgress
status: JsonValue; "in_progress"constant"in_progress"constant
url: Optional<String>
Completed
completed: InnerCompleted

deprecated

conclusion: Conclusion
One of the following:
SUCCESS("success")
FAILURE("failure")
SKIPPED("skipped")
CANCELLED("cancelled")
ACTION_REQUIRED("action_required")
NEUTRAL("neutral")
TIMED_OUT("timed_out")
url: Optional<String>
conclusion: Conclusion
One of the following:
SUCCESS("success")
FAILURE("failure")
SKIPPED("skipped")
CANCELLED("cancelled")
ACTION_REQUIRED("action_required")
NEUTRAL("neutral")
TIMED_OUT("timed_out")
status: JsonValue; "completed"constant"completed"constant
url: Optional<String>
terraform: Optional<BuildTarget>
commit: Commit
One of the following:
JsonValue;
status: JsonValue; "not_started"constant"not_started"constant
JsonValue;
status: JsonValue; "queued"constant"queued"constant
JsonValue;
status: JsonValue; "in_progress"constant"in_progress"constant
class Completed:
commit: Optional<Commit>
repo: Repo
branch: String
host: String
name: String
owner: String
sha: String
stats: Optional<Stats>
additions: Long
deletions: Long
total: Long
treeOid: Optional<String>
completed: InnerCompleted

deprecated

commit: Optional<Commit>
repo: Repo
branch: String
host: String
name: String
owner: String
sha: String
stats: Optional<Stats>
additions: Long
deletions: Long
total: Long
treeOid: Optional<String>
completedAt: LocalDateTime
conclusion: Conclusion
One of the following:
ERROR("error")
WARNING("warning")
NOTE("note")
SUCCESS("success")
MERGE_CONFLICT("merge_conflict")
UPSTREAM_MERGE_CONFLICT("upstream_merge_conflict")
FATAL("fatal")
PAYMENT_REQUIRED("payment_required")
CANCELLED("cancelled")
TIMED_OUT("timed_out")
NOOP("noop")
VERSION_BUMP("version_bump")
mergeConflictPr: Optional<MergeConflictPr>
number: Double
repo: Repo
host: String
name: String
owner: String
completedAt: LocalDateTime
conclusion: Conclusion
One of the following:
ERROR("error")
WARNING("warning")
NOTE("note")
SUCCESS("success")
MERGE_CONFLICT("merge_conflict")
UPSTREAM_MERGE_CONFLICT("upstream_merge_conflict")
FATAL("fatal")
PAYMENT_REQUIRED("payment_required")
CANCELLED("cancelled")
TIMED_OUT("timed_out")
NOOP("noop")
VERSION_BUMP("version_bump")
mergeConflictPr: Optional<MergeConflictPr>
number: Double
repo: Repo
host: String
name: String
owner: String
status: JsonValue; "completed"constant"completed"constant
installUrl: Optional<String>
object_: Object
status: Status
One of the following:
NOT_STARTED("not_started")
CODEGEN("codegen")
POSTGEN("postgen")
COMPLETED("completed")
build: Optional<CheckStep>
One of the following:
JsonValue;
status: JsonValue; "not_started"constant"not_started"constant
Queued
status: JsonValue; "queued"constant"queued"constant
url: Optional<String>
InProgress
status: JsonValue; "in_progress"constant"in_progress"constant
url: Optional<String>
Completed
completed: InnerCompleted

deprecated

conclusion: Conclusion
One of the following:
SUCCESS("success")
FAILURE("failure")
SKIPPED("skipped")
CANCELLED("cancelled")
ACTION_REQUIRED("action_required")
NEUTRAL("neutral")
TIMED_OUT("timed_out")
url: Optional<String>
conclusion: Conclusion
One of the following:
SUCCESS("success")
FAILURE("failure")
SKIPPED("skipped")
CANCELLED("cancelled")
ACTION_REQUIRED("action_required")
NEUTRAL("neutral")
TIMED_OUT("timed_out")
status: JsonValue; "completed"constant"completed"constant
url: Optional<String>
lint: Optional<CheckStep>
One of the following:
JsonValue;
status: JsonValue; "not_started"constant"not_started"constant
Queued
status: JsonValue; "queued"constant"queued"constant
url: Optional<String>
InProgress
status: JsonValue; "in_progress"constant"in_progress"constant
url: Optional<String>
Completed
completed: InnerCompleted

deprecated

conclusion: Conclusion
One of the following:
SUCCESS("success")
FAILURE("failure")
SKIPPED("skipped")
CANCELLED("cancelled")
ACTION_REQUIRED("action_required")
NEUTRAL("neutral")
TIMED_OUT("timed_out")
url: Optional<String>
conclusion: Conclusion
One of the following:
SUCCESS("success")
FAILURE("failure")
SKIPPED("skipped")
CANCELLED("cancelled")
ACTION_REQUIRED("action_required")
NEUTRAL("neutral")
TIMED_OUT("timed_out")
status: JsonValue; "completed"constant"completed"constant
url: Optional<String>
test: Optional<CheckStep>
One of the following:
JsonValue;
status: JsonValue; "not_started"constant"not_started"constant
Queued
status: JsonValue; "queued"constant"queued"constant
url: Optional<String>
InProgress
status: JsonValue; "in_progress"constant"in_progress"constant
url: Optional<String>
Completed
completed: InnerCompleted

deprecated

conclusion: Conclusion
One of the following:
SUCCESS("success")
FAILURE("failure")
SKIPPED("skipped")
CANCELLED("cancelled")
ACTION_REQUIRED("action_required")
NEUTRAL("neutral")
TIMED_OUT("timed_out")
url: Optional<String>
conclusion: Conclusion
One of the following:
SUCCESS("success")
FAILURE("failure")
SKIPPED("skipped")
CANCELLED("cancelled")
ACTION_REQUIRED("action_required")
NEUTRAL("neutral")
TIMED_OUT("timed_out")
status: JsonValue; "completed"constant"completed"constant
url: Optional<String>
typescript: Optional<BuildTarget>
commit: Commit
One of the following:
JsonValue;
status: JsonValue; "not_started"constant"not_started"constant
JsonValue;
status: JsonValue; "queued"constant"queued"constant
JsonValue;
status: JsonValue; "in_progress"constant"in_progress"constant
class Completed:
commit: Optional<Commit>
repo: Repo
branch: String
host: String
name: String
owner: String
sha: String
stats: Optional<Stats>
additions: Long
deletions: Long
total: Long
treeOid: Optional<String>
completed: InnerCompleted

deprecated

commit: Optional<Commit>
repo: Repo
branch: String
host: String
name: String
owner: String
sha: String
stats: Optional<Stats>
additions: Long
deletions: Long
total: Long
treeOid: Optional<String>
completedAt: LocalDateTime
conclusion: Conclusion
One of the following:
ERROR("error")
WARNING("warning")
NOTE("note")
SUCCESS("success")
MERGE_CONFLICT("merge_conflict")
UPSTREAM_MERGE_CONFLICT("upstream_merge_conflict")
FATAL("fatal")
PAYMENT_REQUIRED("payment_required")
CANCELLED("cancelled")
TIMED_OUT("timed_out")
NOOP("noop")
VERSION_BUMP("version_bump")
mergeConflictPr: Optional<MergeConflictPr>
number: Double
repo: Repo
host: String
name: String
owner: String
completedAt: LocalDateTime
conclusion: Conclusion
One of the following:
ERROR("error")
WARNING("warning")
NOTE("note")
SUCCESS("success")
MERGE_CONFLICT("merge_conflict")
UPSTREAM_MERGE_CONFLICT("upstream_merge_conflict")
FATAL("fatal")
PAYMENT_REQUIRED("payment_required")
CANCELLED("cancelled")
TIMED_OUT("timed_out")
NOOP("noop")
VERSION_BUMP("version_bump")
mergeConflictPr: Optional<MergeConflictPr>
number: Double
repo: Repo
host: String
name: String
owner: String
status: JsonValue; "completed"constant"completed"constant
installUrl: Optional<String>
object_: Object
status: Status
One of the following:
NOT_STARTED("not_started")
CODEGEN("codegen")
POSTGEN("postgen")
COMPLETED("completed")
build: Optional<CheckStep>
One of the following:
JsonValue;
status: JsonValue; "not_started"constant"not_started"constant
Queued
status: JsonValue; "queued"constant"queued"constant
url: Optional<String>
InProgress
status: JsonValue; "in_progress"constant"in_progress"constant
url: Optional<String>
Completed
completed: InnerCompleted

deprecated

conclusion: Conclusion
One of the following:
SUCCESS("success")
FAILURE("failure")
SKIPPED("skipped")
CANCELLED("cancelled")
ACTION_REQUIRED("action_required")
NEUTRAL("neutral")
TIMED_OUT("timed_out")
url: Optional<String>
conclusion: Conclusion
One of the following:
SUCCESS("success")
FAILURE("failure")
SKIPPED("skipped")
CANCELLED("cancelled")
ACTION_REQUIRED("action_required")
NEUTRAL("neutral")
TIMED_OUT("timed_out")
status: JsonValue; "completed"constant"completed"constant
url: Optional<String>
lint: Optional<CheckStep>
One of the following:
JsonValue;
status: JsonValue; "not_started"constant"not_started"constant
Queued
status: JsonValue; "queued"constant"queued"constant
url: Optional<String>
InProgress
status: JsonValue; "in_progress"constant"in_progress"constant
url: Optional<String>
Completed
completed: InnerCompleted

deprecated

conclusion: Conclusion
One of the following:
SUCCESS("success")
FAILURE("failure")
SKIPPED("skipped")
CANCELLED("cancelled")
ACTION_REQUIRED("action_required")
NEUTRAL("neutral")
TIMED_OUT("timed_out")
url: Optional<String>
conclusion: Conclusion
One of the following:
SUCCESS("success")
FAILURE("failure")
SKIPPED("skipped")
CANCELLED("cancelled")
ACTION_REQUIRED("action_required")
NEUTRAL("neutral")
TIMED_OUT("timed_out")
status: JsonValue; "completed"constant"completed"constant
url: Optional<String>
test: Optional<CheckStep>
One of the following:
JsonValue;
status: JsonValue; "not_started"constant"not_started"constant
Queued
status: JsonValue; "queued"constant"queued"constant
url: Optional<String>
InProgress
status: JsonValue; "in_progress"constant"in_progress"constant
url: Optional<String>
Completed
completed: InnerCompleted

deprecated

conclusion: Conclusion
One of the following:
SUCCESS("success")
FAILURE("failure")
SKIPPED("skipped")
CANCELLED("cancelled")
ACTION_REQUIRED("action_required")
NEUTRAL("neutral")
TIMED_OUT("timed_out")
url: Optional<String>
conclusion: Conclusion
One of the following:
SUCCESS("success")
FAILURE("failure")
SKIPPED("skipped")
CANCELLED("cancelled")
ACTION_REQUIRED("action_required")
NEUTRAL("neutral")
TIMED_OUT("timed_out")
status: JsonValue; "completed"constant"completed"constant
url: Optional<String>
updatedAt: LocalDateTime
object_: Object
org: String
project: String

Project name