Builds
Creates two comparable builds
builds.compare(BuildCompareParams**kwargs) -> BuildCompareResponse
post/v0/builds/compare
ModelsExpand Collapse
class Build: …
class Build: …
id: str
id: str
Build ID
config_commit: str
created_at: datetime
documented_spec: Optional[DocumentedSpec]
documented_spec: Optional[DocumentedSpec]
Accepts one of the following:
class DocumentedSpecUnionMember0: …
class DocumentedSpecUnionMember0: …
content: str
type: Literal["content"]
type: Literal["content"]
Accepts one of the following:
"content"
class DocumentedSpecUnionMember1: …
class DocumentedSpecUnionMember1: …
expires: datetime
type: Literal["url"]
type: Literal["url"]
Accepts one of the following:
"url"
url: str
object: Literal["build"]
object: Literal["build"]
Accepts one of the following:
"build"
org: str
project: str
targets: Targets
targets: Targets
cli: Optional[BuildTarget]
cli: Optional[BuildTarget]
commit: Commit
commit: Commit
Accepts one of the following:
class CommitNotStarted: …
class CommitNotStarted: …
status: Literal["not_started"]
status: Literal["not_started"]
Accepts one of the following:
"not_started"
class CommitQueued: …
class CommitQueued: …
status: Literal["queued"]
status: Literal["queued"]
Accepts one of the following:
"queued"
class CommitInProgress: …
class CommitInProgress: …
status: Literal["in_progress"]
status: Literal["in_progress"]
Accepts one of the following:
"in_progress"
class CommitCompleted: …
class CommitCompleted: …
completed: CommitCompletedCompleted
completed: CommitCompletedCompleted
commit: Optional[Commit]
commit: Optional[Commit]
repo: Repo
repo: Repo
branch: str
name: str
owner: str
sha: str
conclusion: Literal["error", "warning", "note", 9 more]
conclusion: Literal["error", "warning", "note", 9 more]
Accepts 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: Optional[CommitCompletedCompletedMergeConflictPr]
merge_conflict_pr: Optional[CommitCompletedCompletedMergeConflictPr]
number: float
repo: CommitCompletedCompletedMergeConflictPrRepo
repo: CommitCompletedCompletedMergeConflictPrRepo
name: str
owner: str
status: Literal["completed"]
status: Literal["completed"]
Accepts one of the following:
"completed"
install_url: Optional[str]
Accepts one of the following:
class NotStarted: …
class NotStarted: …
status: Literal["not_started"]
status: Literal["not_started"]
Accepts one of the following:
"not_started"
class Queued: …
class Queued: …
status: Literal["queued"]
status: Literal["queued"]
Accepts one of the following:
"queued"
class InProgress: …
class InProgress: …
status: Literal["in_progress"]
status: Literal["in_progress"]
Accepts one of the following:
"in_progress"
class Completed: …
class Completed: …
completed: CompletedCompleted
completed: CompletedCompleted
conclusion: Literal["success", "failure", "skipped", 4 more]
conclusion: Literal["success", "failure", "skipped", 4 more]
Accepts one of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: Optional[str]
status: Literal["completed"]
status: Literal["completed"]
Accepts one of the following:
"completed"
object: Literal["build_target"]
object: Literal["build_target"]
Accepts one of the following:
"build_target"
status: Literal["not_started", "codegen", "postgen", "completed"]
status: Literal["not_started", "codegen", "postgen", "completed"]
Accepts one of the following:
"not_started"
"codegen"
"postgen"
"completed"
Accepts one of the following:
class NotStarted: …
class NotStarted: …
status: Literal["not_started"]
status: Literal["not_started"]
Accepts one of the following:
"not_started"
class Queued: …
class Queued: …
status: Literal["queued"]
status: Literal["queued"]
Accepts one of the following:
"queued"
class InProgress: …
class InProgress: …
status: Literal["in_progress"]
status: Literal["in_progress"]
Accepts one of the following:
"in_progress"
class Completed: …
class Completed: …
completed: CompletedCompleted
completed: CompletedCompleted
conclusion: Literal["success", "failure", "skipped", 4 more]
conclusion: Literal["success", "failure", "skipped", 4 more]
Accepts one of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: Optional[str]
status: Literal["completed"]
status: Literal["completed"]
Accepts one of the following:
"completed"
build: Optional[CheckStep]
build: Optional[CheckStep]
Accepts one of the following:
class NotStarted: …
class NotStarted: …
status: Literal["not_started"]
status: Literal["not_started"]
Accepts one of the following:
"not_started"
class Queued: …
class Queued: …
status: Literal["queued"]
status: Literal["queued"]
Accepts one of the following:
"queued"
class InProgress: …
class InProgress: …
status: Literal["in_progress"]
status: Literal["in_progress"]
Accepts one of the following:
"in_progress"
class Completed: …
class Completed: …
completed: CompletedCompleted
completed: CompletedCompleted
conclusion: Literal["success", "failure", "skipped", 4 more]
conclusion: Literal["success", "failure", "skipped", 4 more]
Accepts one of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: Optional[str]
status: Literal["completed"]
status: Literal["completed"]
Accepts one of the following:
"completed"
csharp: Optional[BuildTarget]
csharp: Optional[BuildTarget]
commit: Commit
commit: Commit
Accepts one of the following:
class CommitNotStarted: …
class CommitNotStarted: …
status: Literal["not_started"]
status: Literal["not_started"]
Accepts one of the following:
"not_started"
class CommitQueued: …
class CommitQueued: …
status: Literal["queued"]
status: Literal["queued"]
Accepts one of the following:
"queued"
class CommitInProgress: …
class CommitInProgress: …
status: Literal["in_progress"]
status: Literal["in_progress"]
Accepts one of the following:
"in_progress"
class CommitCompleted: …
class CommitCompleted: …
completed: CommitCompletedCompleted
completed: CommitCompletedCompleted
commit: Optional[Commit]
commit: Optional[Commit]
repo: Repo
repo: Repo
branch: str
name: str
owner: str
sha: str
conclusion: Literal["error", "warning", "note", 9 more]
conclusion: Literal["error", "warning", "note", 9 more]
Accepts 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: Optional[CommitCompletedCompletedMergeConflictPr]
merge_conflict_pr: Optional[CommitCompletedCompletedMergeConflictPr]
number: float
repo: CommitCompletedCompletedMergeConflictPrRepo
repo: CommitCompletedCompletedMergeConflictPrRepo
name: str
owner: str
status: Literal["completed"]
status: Literal["completed"]
Accepts one of the following:
"completed"
install_url: Optional[str]
Accepts one of the following:
class NotStarted: …
class NotStarted: …
status: Literal["not_started"]
status: Literal["not_started"]
Accepts one of the following:
"not_started"
class Queued: …
class Queued: …
status: Literal["queued"]
status: Literal["queued"]
Accepts one of the following:
"queued"
class InProgress: …
class InProgress: …
status: Literal["in_progress"]
status: Literal["in_progress"]
Accepts one of the following:
"in_progress"
class Completed: …
class Completed: …
completed: CompletedCompleted
completed: CompletedCompleted
conclusion: Literal["success", "failure", "skipped", 4 more]
conclusion: Literal["success", "failure", "skipped", 4 more]
Accepts one of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: Optional[str]
status: Literal["completed"]
status: Literal["completed"]
Accepts one of the following:
"completed"
object: Literal["build_target"]
object: Literal["build_target"]
Accepts one of the following:
"build_target"
status: Literal["not_started", "codegen", "postgen", "completed"]
status: Literal["not_started", "codegen", "postgen", "completed"]
Accepts one of the following:
"not_started"
"codegen"
"postgen"
"completed"
Accepts one of the following:
class NotStarted: …
class NotStarted: …
status: Literal["not_started"]
status: Literal["not_started"]
Accepts one of the following:
"not_started"
class Queued: …
class Queued: …
status: Literal["queued"]
status: Literal["queued"]
Accepts one of the following:
"queued"
class InProgress: …
class InProgress: …
status: Literal["in_progress"]
status: Literal["in_progress"]
Accepts one of the following:
"in_progress"
class Completed: …
class Completed: …
completed: CompletedCompleted
completed: CompletedCompleted
conclusion: Literal["success", "failure", "skipped", 4 more]
conclusion: Literal["success", "failure", "skipped", 4 more]
Accepts one of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: Optional[str]
status: Literal["completed"]
status: Literal["completed"]
Accepts one of the following:
"completed"
build: Optional[CheckStep]
build: Optional[CheckStep]
Accepts one of the following:
class NotStarted: …
class NotStarted: …
status: Literal["not_started"]
status: Literal["not_started"]
Accepts one of the following:
"not_started"
class Queued: …
class Queued: …
status: Literal["queued"]
status: Literal["queued"]
Accepts one of the following:
"queued"
class InProgress: …
class InProgress: …
status: Literal["in_progress"]
status: Literal["in_progress"]
Accepts one of the following:
"in_progress"
class Completed: …
class Completed: …
completed: CompletedCompleted
completed: CompletedCompleted
conclusion: Literal["success", "failure", "skipped", 4 more]
conclusion: Literal["success", "failure", "skipped", 4 more]
Accepts one of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: Optional[str]
status: Literal["completed"]
status: Literal["completed"]
Accepts one of the following:
"completed"
go: Optional[BuildTarget]
go: Optional[BuildTarget]
commit: Commit
commit: Commit
Accepts one of the following:
class CommitNotStarted: …
class CommitNotStarted: …
status: Literal["not_started"]
status: Literal["not_started"]
Accepts one of the following:
"not_started"
class CommitQueued: …
class CommitQueued: …
status: Literal["queued"]
status: Literal["queued"]
Accepts one of the following:
"queued"
class CommitInProgress: …
class CommitInProgress: …
status: Literal["in_progress"]
status: Literal["in_progress"]
Accepts one of the following:
"in_progress"
class CommitCompleted: …
class CommitCompleted: …
completed: CommitCompletedCompleted
completed: CommitCompletedCompleted
commit: Optional[Commit]
commit: Optional[Commit]
repo: Repo
repo: Repo
branch: str
name: str
owner: str
sha: str
conclusion: Literal["error", "warning", "note", 9 more]
conclusion: Literal["error", "warning", "note", 9 more]
Accepts 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: Optional[CommitCompletedCompletedMergeConflictPr]
merge_conflict_pr: Optional[CommitCompletedCompletedMergeConflictPr]
number: float
repo: CommitCompletedCompletedMergeConflictPrRepo
repo: CommitCompletedCompletedMergeConflictPrRepo
name: str
owner: str
status: Literal["completed"]
status: Literal["completed"]
Accepts one of the following:
"completed"
install_url: Optional[str]
Accepts one of the following:
class NotStarted: …
class NotStarted: …
status: Literal["not_started"]
status: Literal["not_started"]
Accepts one of the following:
"not_started"
class Queued: …
class Queued: …
status: Literal["queued"]
status: Literal["queued"]
Accepts one of the following:
"queued"
class InProgress: …
class InProgress: …
status: Literal["in_progress"]
status: Literal["in_progress"]
Accepts one of the following:
"in_progress"
class Completed: …
class Completed: …
completed: CompletedCompleted
completed: CompletedCompleted
conclusion: Literal["success", "failure", "skipped", 4 more]
conclusion: Literal["success", "failure", "skipped", 4 more]
Accepts one of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: Optional[str]
status: Literal["completed"]
status: Literal["completed"]
Accepts one of the following:
"completed"
object: Literal["build_target"]
object: Literal["build_target"]
Accepts one of the following:
"build_target"
status: Literal["not_started", "codegen", "postgen", "completed"]
status: Literal["not_started", "codegen", "postgen", "completed"]
Accepts one of the following:
"not_started"
"codegen"
"postgen"
"completed"
Accepts one of the following:
class NotStarted: …
class NotStarted: …
status: Literal["not_started"]
status: Literal["not_started"]
Accepts one of the following:
"not_started"
class Queued: …
class Queued: …
status: Literal["queued"]
status: Literal["queued"]
Accepts one of the following:
"queued"
class InProgress: …
class InProgress: …
status: Literal["in_progress"]
status: Literal["in_progress"]
Accepts one of the following:
"in_progress"
class Completed: …
class Completed: …
completed: CompletedCompleted
completed: CompletedCompleted
conclusion: Literal["success", "failure", "skipped", 4 more]
conclusion: Literal["success", "failure", "skipped", 4 more]
Accepts one of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: Optional[str]
status: Literal["completed"]
status: Literal["completed"]
Accepts one of the following:
"completed"
build: Optional[CheckStep]
build: Optional[CheckStep]
Accepts one of the following:
class NotStarted: …
class NotStarted: …
status: Literal["not_started"]
status: Literal["not_started"]
Accepts one of the following:
"not_started"
class Queued: …
class Queued: …
status: Literal["queued"]
status: Literal["queued"]
Accepts one of the following:
"queued"
class InProgress: …
class InProgress: …
status: Literal["in_progress"]
status: Literal["in_progress"]
Accepts one of the following:
"in_progress"
class Completed: …
class Completed: …
completed: CompletedCompleted
completed: CompletedCompleted
conclusion: Literal["success", "failure", "skipped", 4 more]
conclusion: Literal["success", "failure", "skipped", 4 more]
Accepts one of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: Optional[str]
status: Literal["completed"]
status: Literal["completed"]
Accepts one of the following:
"completed"
java: Optional[BuildTarget]
java: Optional[BuildTarget]
commit: Commit
commit: Commit
Accepts one of the following:
class CommitNotStarted: …
class CommitNotStarted: …
status: Literal["not_started"]
status: Literal["not_started"]
Accepts one of the following:
"not_started"
class CommitQueued: …
class CommitQueued: …
status: Literal["queued"]
status: Literal["queued"]
Accepts one of the following:
"queued"
class CommitInProgress: …
class CommitInProgress: …
status: Literal["in_progress"]
status: Literal["in_progress"]
Accepts one of the following:
"in_progress"
class CommitCompleted: …
class CommitCompleted: …
completed: CommitCompletedCompleted
completed: CommitCompletedCompleted
commit: Optional[Commit]
commit: Optional[Commit]
repo: Repo
repo: Repo
branch: str
name: str
owner: str
sha: str
conclusion: Literal["error", "warning", "note", 9 more]
conclusion: Literal["error", "warning", "note", 9 more]
Accepts 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: Optional[CommitCompletedCompletedMergeConflictPr]
merge_conflict_pr: Optional[CommitCompletedCompletedMergeConflictPr]
number: float
repo: CommitCompletedCompletedMergeConflictPrRepo
repo: CommitCompletedCompletedMergeConflictPrRepo
name: str
owner: str
status: Literal["completed"]
status: Literal["completed"]
Accepts one of the following:
"completed"
install_url: Optional[str]
Accepts one of the following:
class NotStarted: …
class NotStarted: …
status: Literal["not_started"]
status: Literal["not_started"]
Accepts one of the following:
"not_started"
class Queued: …
class Queued: …
status: Literal["queued"]
status: Literal["queued"]
Accepts one of the following:
"queued"
class InProgress: …
class InProgress: …
status: Literal["in_progress"]
status: Literal["in_progress"]
Accepts one of the following:
"in_progress"
class Completed: …
class Completed: …
completed: CompletedCompleted
completed: CompletedCompleted
conclusion: Literal["success", "failure", "skipped", 4 more]
conclusion: Literal["success", "failure", "skipped", 4 more]
Accepts one of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: Optional[str]
status: Literal["completed"]
status: Literal["completed"]
Accepts one of the following:
"completed"
object: Literal["build_target"]
object: Literal["build_target"]
Accepts one of the following:
"build_target"
status: Literal["not_started", "codegen", "postgen", "completed"]
status: Literal["not_started", "codegen", "postgen", "completed"]
Accepts one of the following:
"not_started"
"codegen"
"postgen"
"completed"
Accepts one of the following:
class NotStarted: …
class NotStarted: …
status: Literal["not_started"]
status: Literal["not_started"]
Accepts one of the following:
"not_started"
class Queued: …
class Queued: …
status: Literal["queued"]
status: Literal["queued"]
Accepts one of the following:
"queued"
class InProgress: …
class InProgress: …
status: Literal["in_progress"]
status: Literal["in_progress"]
Accepts one of the following:
"in_progress"
class Completed: …
class Completed: …
completed: CompletedCompleted
completed: CompletedCompleted
conclusion: Literal["success", "failure", "skipped", 4 more]
conclusion: Literal["success", "failure", "skipped", 4 more]
Accepts one of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: Optional[str]
status: Literal["completed"]
status: Literal["completed"]
Accepts one of the following:
"completed"
build: Optional[CheckStep]
build: Optional[CheckStep]
Accepts one of the following:
class NotStarted: …
class NotStarted: …
status: Literal["not_started"]
status: Literal["not_started"]
Accepts one of the following:
"not_started"
class Queued: …
class Queued: …
status: Literal["queued"]
status: Literal["queued"]
Accepts one of the following:
"queued"
class InProgress: …
class InProgress: …
status: Literal["in_progress"]
status: Literal["in_progress"]
Accepts one of the following:
"in_progress"
class Completed: …
class Completed: …
completed: CompletedCompleted
completed: CompletedCompleted
conclusion: Literal["success", "failure", "skipped", 4 more]
conclusion: Literal["success", "failure", "skipped", 4 more]
Accepts one of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: Optional[str]
status: Literal["completed"]
status: Literal["completed"]
Accepts one of the following:
"completed"
kotlin: Optional[BuildTarget]
kotlin: Optional[BuildTarget]
commit: Commit
commit: Commit
Accepts one of the following:
class CommitNotStarted: …
class CommitNotStarted: …
status: Literal["not_started"]
status: Literal["not_started"]
Accepts one of the following:
"not_started"
class CommitQueued: …
class CommitQueued: …
status: Literal["queued"]
status: Literal["queued"]
Accepts one of the following:
"queued"
class CommitInProgress: …
class CommitInProgress: …
status: Literal["in_progress"]
status: Literal["in_progress"]
Accepts one of the following:
"in_progress"
class CommitCompleted: …
class CommitCompleted: …
completed: CommitCompletedCompleted
completed: CommitCompletedCompleted
commit: Optional[Commit]
commit: Optional[Commit]
repo: Repo
repo: Repo
branch: str
name: str
owner: str
sha: str
conclusion: Literal["error", "warning", "note", 9 more]
conclusion: Literal["error", "warning", "note", 9 more]
Accepts 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: Optional[CommitCompletedCompletedMergeConflictPr]
merge_conflict_pr: Optional[CommitCompletedCompletedMergeConflictPr]
number: float
repo: CommitCompletedCompletedMergeConflictPrRepo
repo: CommitCompletedCompletedMergeConflictPrRepo
name: str
owner: str
status: Literal["completed"]
status: Literal["completed"]
Accepts one of the following:
"completed"
install_url: Optional[str]
Accepts one of the following:
class NotStarted: …
class NotStarted: …
status: Literal["not_started"]
status: Literal["not_started"]
Accepts one of the following:
"not_started"
class Queued: …
class Queued: …
status: Literal["queued"]
status: Literal["queued"]
Accepts one of the following:
"queued"
class InProgress: …
class InProgress: …
status: Literal["in_progress"]
status: Literal["in_progress"]
Accepts one of the following:
"in_progress"
class Completed: …
class Completed: …
completed: CompletedCompleted
completed: CompletedCompleted
conclusion: Literal["success", "failure", "skipped", 4 more]
conclusion: Literal["success", "failure", "skipped", 4 more]
Accepts one of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: Optional[str]
status: Literal["completed"]
status: Literal["completed"]
Accepts one of the following:
"completed"
object: Literal["build_target"]
object: Literal["build_target"]
Accepts one of the following:
"build_target"
status: Literal["not_started", "codegen", "postgen", "completed"]
status: Literal["not_started", "codegen", "postgen", "completed"]
Accepts one of the following:
"not_started"
"codegen"
"postgen"
"completed"
Accepts one of the following:
class NotStarted: …
class NotStarted: …
status: Literal["not_started"]
status: Literal["not_started"]
Accepts one of the following:
"not_started"
class Queued: …
class Queued: …
status: Literal["queued"]
status: Literal["queued"]
Accepts one of the following:
"queued"
class InProgress: …
class InProgress: …
status: Literal["in_progress"]
status: Literal["in_progress"]
Accepts one of the following:
"in_progress"
class Completed: …
class Completed: …
completed: CompletedCompleted
completed: CompletedCompleted
conclusion: Literal["success", "failure", "skipped", 4 more]
conclusion: Literal["success", "failure", "skipped", 4 more]
Accepts one of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: Optional[str]
status: Literal["completed"]
status: Literal["completed"]
Accepts one of the following:
"completed"
build: Optional[CheckStep]
build: Optional[CheckStep]
Accepts one of the following:
class NotStarted: …
class NotStarted: …
status: Literal["not_started"]
status: Literal["not_started"]
Accepts one of the following:
"not_started"
class Queued: …
class Queued: …
status: Literal["queued"]
status: Literal["queued"]
Accepts one of the following:
"queued"
class InProgress: …
class InProgress: …
status: Literal["in_progress"]
status: Literal["in_progress"]
Accepts one of the following:
"in_progress"
class Completed: …
class Completed: …
completed: CompletedCompleted
completed: CompletedCompleted
conclusion: Literal["success", "failure", "skipped", 4 more]
conclusion: Literal["success", "failure", "skipped", 4 more]
Accepts one of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: Optional[str]
status: Literal["completed"]
status: Literal["completed"]
Accepts one of the following:
"completed"
node: Optional[BuildTarget]
node: Optional[BuildTarget]
commit: Commit
commit: Commit
Accepts one of the following:
class CommitNotStarted: …
class CommitNotStarted: …
status: Literal["not_started"]
status: Literal["not_started"]
Accepts one of the following:
"not_started"
class CommitQueued: …
class CommitQueued: …
status: Literal["queued"]
status: Literal["queued"]
Accepts one of the following:
"queued"
class CommitInProgress: …
class CommitInProgress: …
status: Literal["in_progress"]
status: Literal["in_progress"]
Accepts one of the following:
"in_progress"
class CommitCompleted: …
class CommitCompleted: …
completed: CommitCompletedCompleted
completed: CommitCompletedCompleted
commit: Optional[Commit]
commit: Optional[Commit]
repo: Repo
repo: Repo
branch: str
name: str
owner: str
sha: str
conclusion: Literal["error", "warning", "note", 9 more]
conclusion: Literal["error", "warning", "note", 9 more]
Accepts 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: Optional[CommitCompletedCompletedMergeConflictPr]
merge_conflict_pr: Optional[CommitCompletedCompletedMergeConflictPr]
number: float
repo: CommitCompletedCompletedMergeConflictPrRepo
repo: CommitCompletedCompletedMergeConflictPrRepo
name: str
owner: str
status: Literal["completed"]
status: Literal["completed"]
Accepts one of the following:
"completed"
install_url: Optional[str]
Accepts one of the following:
class NotStarted: …
class NotStarted: …
status: Literal["not_started"]
status: Literal["not_started"]
Accepts one of the following:
"not_started"
class Queued: …
class Queued: …
status: Literal["queued"]
status: Literal["queued"]
Accepts one of the following:
"queued"
class InProgress: …
class InProgress: …
status: Literal["in_progress"]
status: Literal["in_progress"]
Accepts one of the following:
"in_progress"
class Completed: …
class Completed: …
completed: CompletedCompleted
completed: CompletedCompleted
conclusion: Literal["success", "failure", "skipped", 4 more]
conclusion: Literal["success", "failure", "skipped", 4 more]
Accepts one of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: Optional[str]
status: Literal["completed"]
status: Literal["completed"]
Accepts one of the following:
"completed"
object: Literal["build_target"]
object: Literal["build_target"]
Accepts one of the following:
"build_target"
status: Literal["not_started", "codegen", "postgen", "completed"]
status: Literal["not_started", "codegen", "postgen", "completed"]
Accepts one of the following:
"not_started"
"codegen"
"postgen"
"completed"
Accepts one of the following:
class NotStarted: …
class NotStarted: …
status: Literal["not_started"]
status: Literal["not_started"]
Accepts one of the following:
"not_started"
class Queued: …
class Queued: …
status: Literal["queued"]
status: Literal["queued"]
Accepts one of the following:
"queued"
class InProgress: …
class InProgress: …
status: Literal["in_progress"]
status: Literal["in_progress"]
Accepts one of the following:
"in_progress"
class Completed: …
class Completed: …
completed: CompletedCompleted
completed: CompletedCompleted
conclusion: Literal["success", "failure", "skipped", 4 more]
conclusion: Literal["success", "failure", "skipped", 4 more]
Accepts one of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: Optional[str]
status: Literal["completed"]
status: Literal["completed"]
Accepts one of the following:
"completed"
build: Optional[CheckStep]
build: Optional[CheckStep]
Accepts one of the following:
class NotStarted: …
class NotStarted: …
status: Literal["not_started"]
status: Literal["not_started"]
Accepts one of the following:
"not_started"
class Queued: …
class Queued: …
status: Literal["queued"]
status: Literal["queued"]
Accepts one of the following:
"queued"
class InProgress: …
class InProgress: …
status: Literal["in_progress"]
status: Literal["in_progress"]
Accepts one of the following:
"in_progress"
class Completed: …
class Completed: …
completed: CompletedCompleted
completed: CompletedCompleted
conclusion: Literal["success", "failure", "skipped", 4 more]
conclusion: Literal["success", "failure", "skipped", 4 more]
Accepts one of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: Optional[str]
status: Literal["completed"]
status: Literal["completed"]
Accepts one of the following:
"completed"
php: Optional[BuildTarget]
php: Optional[BuildTarget]
commit: Commit
commit: Commit
Accepts one of the following:
class CommitNotStarted: …
class CommitNotStarted: …
status: Literal["not_started"]
status: Literal["not_started"]
Accepts one of the following:
"not_started"
class CommitQueued: …
class CommitQueued: …
status: Literal["queued"]
status: Literal["queued"]
Accepts one of the following:
"queued"
class CommitInProgress: …
class CommitInProgress: …
status: Literal["in_progress"]
status: Literal["in_progress"]
Accepts one of the following:
"in_progress"
class CommitCompleted: …
class CommitCompleted: …
completed: CommitCompletedCompleted
completed: CommitCompletedCompleted
commit: Optional[Commit]
commit: Optional[Commit]
repo: Repo
repo: Repo
branch: str
name: str
owner: str
sha: str
conclusion: Literal["error", "warning", "note", 9 more]
conclusion: Literal["error", "warning", "note", 9 more]
Accepts 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: Optional[CommitCompletedCompletedMergeConflictPr]
merge_conflict_pr: Optional[CommitCompletedCompletedMergeConflictPr]
number: float
repo: CommitCompletedCompletedMergeConflictPrRepo
repo: CommitCompletedCompletedMergeConflictPrRepo
name: str
owner: str
status: Literal["completed"]
status: Literal["completed"]
Accepts one of the following:
"completed"
install_url: Optional[str]
Accepts one of the following:
class NotStarted: …
class NotStarted: …
status: Literal["not_started"]
status: Literal["not_started"]
Accepts one of the following:
"not_started"
class Queued: …
class Queued: …
status: Literal["queued"]
status: Literal["queued"]
Accepts one of the following:
"queued"
class InProgress: …
class InProgress: …
status: Literal["in_progress"]
status: Literal["in_progress"]
Accepts one of the following:
"in_progress"
class Completed: …
class Completed: …
completed: CompletedCompleted
completed: CompletedCompleted
conclusion: Literal["success", "failure", "skipped", 4 more]
conclusion: Literal["success", "failure", "skipped", 4 more]
Accepts one of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: Optional[str]
status: Literal["completed"]
status: Literal["completed"]
Accepts one of the following:
"completed"
object: Literal["build_target"]
object: Literal["build_target"]
Accepts one of the following:
"build_target"
status: Literal["not_started", "codegen", "postgen", "completed"]
status: Literal["not_started", "codegen", "postgen", "completed"]
Accepts one of the following:
"not_started"
"codegen"
"postgen"
"completed"
Accepts one of the following:
class NotStarted: …
class NotStarted: …
status: Literal["not_started"]
status: Literal["not_started"]
Accepts one of the following:
"not_started"
class Queued: …
class Queued: …
status: Literal["queued"]
status: Literal["queued"]
Accepts one of the following:
"queued"
class InProgress: …
class InProgress: …
status: Literal["in_progress"]
status: Literal["in_progress"]
Accepts one of the following:
"in_progress"
class Completed: …
class Completed: …
completed: CompletedCompleted
completed: CompletedCompleted
conclusion: Literal["success", "failure", "skipped", 4 more]
conclusion: Literal["success", "failure", "skipped", 4 more]
Accepts one of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: Optional[str]
status: Literal["completed"]
status: Literal["completed"]
Accepts one of the following:
"completed"
build: Optional[CheckStep]
build: Optional[CheckStep]
Accepts one of the following:
class NotStarted: …
class NotStarted: …
status: Literal["not_started"]
status: Literal["not_started"]
Accepts one of the following:
"not_started"
class Queued: …
class Queued: …
status: Literal["queued"]
status: Literal["queued"]
Accepts one of the following:
"queued"
class InProgress: …
class InProgress: …
status: Literal["in_progress"]
status: Literal["in_progress"]
Accepts one of the following:
"in_progress"
class Completed: …
class Completed: …
completed: CompletedCompleted
completed: CompletedCompleted
conclusion: Literal["success", "failure", "skipped", 4 more]
conclusion: Literal["success", "failure", "skipped", 4 more]
Accepts one of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: Optional[str]
status: Literal["completed"]
status: Literal["completed"]
Accepts one of the following:
"completed"
python: Optional[BuildTarget]
python: Optional[BuildTarget]
commit: Commit
commit: Commit
Accepts one of the following:
class CommitNotStarted: …
class CommitNotStarted: …
status: Literal["not_started"]
status: Literal["not_started"]
Accepts one of the following:
"not_started"
class CommitQueued: …
class CommitQueued: …
status: Literal["queued"]
status: Literal["queued"]
Accepts one of the following:
"queued"
class CommitInProgress: …
class CommitInProgress: …
status: Literal["in_progress"]
status: Literal["in_progress"]
Accepts one of the following:
"in_progress"
class CommitCompleted: …
class CommitCompleted: …
completed: CommitCompletedCompleted
completed: CommitCompletedCompleted
commit: Optional[Commit]
commit: Optional[Commit]
repo: Repo
repo: Repo
branch: str
name: str
owner: str
sha: str
conclusion: Literal["error", "warning", "note", 9 more]
conclusion: Literal["error", "warning", "note", 9 more]
Accepts 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: Optional[CommitCompletedCompletedMergeConflictPr]
merge_conflict_pr: Optional[CommitCompletedCompletedMergeConflictPr]
number: float
repo: CommitCompletedCompletedMergeConflictPrRepo
repo: CommitCompletedCompletedMergeConflictPrRepo
name: str
owner: str
status: Literal["completed"]
status: Literal["completed"]
Accepts one of the following:
"completed"
install_url: Optional[str]
Accepts one of the following:
class NotStarted: …
class NotStarted: …
status: Literal["not_started"]
status: Literal["not_started"]
Accepts one of the following:
"not_started"
class Queued: …
class Queued: …
status: Literal["queued"]
status: Literal["queued"]
Accepts one of the following:
"queued"
class InProgress: …
class InProgress: …
status: Literal["in_progress"]
status: Literal["in_progress"]
Accepts one of the following:
"in_progress"
class Completed: …
class Completed: …
completed: CompletedCompleted
completed: CompletedCompleted
conclusion: Literal["success", "failure", "skipped", 4 more]
conclusion: Literal["success", "failure", "skipped", 4 more]
Accepts one of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: Optional[str]
status: Literal["completed"]
status: Literal["completed"]
Accepts one of the following:
"completed"
object: Literal["build_target"]
object: Literal["build_target"]
Accepts one of the following:
"build_target"
status: Literal["not_started", "codegen", "postgen", "completed"]
status: Literal["not_started", "codegen", "postgen", "completed"]
Accepts one of the following:
"not_started"
"codegen"
"postgen"
"completed"
Accepts one of the following:
class NotStarted: …
class NotStarted: …
status: Literal["not_started"]
status: Literal["not_started"]
Accepts one of the following:
"not_started"
class Queued: …
class Queued: …
status: Literal["queued"]
status: Literal["queued"]
Accepts one of the following:
"queued"
class InProgress: …
class InProgress: …
status: Literal["in_progress"]
status: Literal["in_progress"]
Accepts one of the following:
"in_progress"
class Completed: …
class Completed: …
completed: CompletedCompleted
completed: CompletedCompleted
conclusion: Literal["success", "failure", "skipped", 4 more]
conclusion: Literal["success", "failure", "skipped", 4 more]
Accepts one of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: Optional[str]
status: Literal["completed"]
status: Literal["completed"]
Accepts one of the following:
"completed"
build: Optional[CheckStep]
build: Optional[CheckStep]
Accepts one of the following:
class NotStarted: …
class NotStarted: …
status: Literal["not_started"]
status: Literal["not_started"]
Accepts one of the following:
"not_started"
class Queued: …
class Queued: …
status: Literal["queued"]
status: Literal["queued"]
Accepts one of the following:
"queued"
class InProgress: …
class InProgress: …
status: Literal["in_progress"]
status: Literal["in_progress"]
Accepts one of the following:
"in_progress"
class Completed: …
class Completed: …
completed: CompletedCompleted
completed: CompletedCompleted
conclusion: Literal["success", "failure", "skipped", 4 more]
conclusion: Literal["success", "failure", "skipped", 4 more]
Accepts one of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: Optional[str]
status: Literal["completed"]
status: Literal["completed"]
Accepts one of the following:
"completed"
ruby: Optional[BuildTarget]
ruby: Optional[BuildTarget]
commit: Commit
commit: Commit
Accepts one of the following:
class CommitNotStarted: …
class CommitNotStarted: …
status: Literal["not_started"]
status: Literal["not_started"]
Accepts one of the following:
"not_started"
class CommitQueued: …
class CommitQueued: …
status: Literal["queued"]
status: Literal["queued"]
Accepts one of the following:
"queued"
class CommitInProgress: …
class CommitInProgress: …
status: Literal["in_progress"]
status: Literal["in_progress"]
Accepts one of the following:
"in_progress"
class CommitCompleted: …
class CommitCompleted: …
completed: CommitCompletedCompleted
completed: CommitCompletedCompleted
commit: Optional[Commit]
commit: Optional[Commit]
repo: Repo
repo: Repo
branch: str
name: str
owner: str
sha: str
conclusion: Literal["error", "warning", "note", 9 more]
conclusion: Literal["error", "warning", "note", 9 more]
Accepts 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: Optional[CommitCompletedCompletedMergeConflictPr]
merge_conflict_pr: Optional[CommitCompletedCompletedMergeConflictPr]
number: float
repo: CommitCompletedCompletedMergeConflictPrRepo
repo: CommitCompletedCompletedMergeConflictPrRepo
name: str
owner: str
status: Literal["completed"]
status: Literal["completed"]
Accepts one of the following:
"completed"
install_url: Optional[str]
Accepts one of the following:
class NotStarted: …
class NotStarted: …
status: Literal["not_started"]
status: Literal["not_started"]
Accepts one of the following:
"not_started"
class Queued: …
class Queued: …
status: Literal["queued"]
status: Literal["queued"]
Accepts one of the following:
"queued"
class InProgress: …
class InProgress: …
status: Literal["in_progress"]
status: Literal["in_progress"]
Accepts one of the following:
"in_progress"
class Completed: …
class Completed: …
completed: CompletedCompleted
completed: CompletedCompleted
conclusion: Literal["success", "failure", "skipped", 4 more]
conclusion: Literal["success", "failure", "skipped", 4 more]
Accepts one of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: Optional[str]
status: Literal["completed"]
status: Literal["completed"]
Accepts one of the following:
"completed"
object: Literal["build_target"]
object: Literal["build_target"]
Accepts one of the following:
"build_target"
status: Literal["not_started", "codegen", "postgen", "completed"]
status: Literal["not_started", "codegen", "postgen", "completed"]
Accepts one of the following:
"not_started"
"codegen"
"postgen"
"completed"
Accepts one of the following:
class NotStarted: …
class NotStarted: …
status: Literal["not_started"]
status: Literal["not_started"]
Accepts one of the following:
"not_started"
class Queued: …
class Queued: …
status: Literal["queued"]
status: Literal["queued"]
Accepts one of the following:
"queued"
class InProgress: …
class InProgress: …
status: Literal["in_progress"]
status: Literal["in_progress"]
Accepts one of the following:
"in_progress"
class Completed: …
class Completed: …
completed: CompletedCompleted
completed: CompletedCompleted
conclusion: Literal["success", "failure", "skipped", 4 more]
conclusion: Literal["success", "failure", "skipped", 4 more]
Accepts one of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: Optional[str]
status: Literal["completed"]
status: Literal["completed"]
Accepts one of the following:
"completed"
build: Optional[CheckStep]
build: Optional[CheckStep]
Accepts one of the following:
class NotStarted: …
class NotStarted: …
status: Literal["not_started"]
status: Literal["not_started"]
Accepts one of the following:
"not_started"
class Queued: …
class Queued: …
status: Literal["queued"]
status: Literal["queued"]
Accepts one of the following:
"queued"
class InProgress: …
class InProgress: …
status: Literal["in_progress"]
status: Literal["in_progress"]
Accepts one of the following:
"in_progress"
class Completed: …
class Completed: …
completed: CompletedCompleted
completed: CompletedCompleted
conclusion: Literal["success", "failure", "skipped", 4 more]
conclusion: Literal["success", "failure", "skipped", 4 more]
Accepts one of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: Optional[str]
status: Literal["completed"]
status: Literal["completed"]
Accepts one of the following:
"completed"
terraform: Optional[BuildTarget]
terraform: Optional[BuildTarget]
commit: Commit
commit: Commit
Accepts one of the following:
class CommitNotStarted: …
class CommitNotStarted: …
status: Literal["not_started"]
status: Literal["not_started"]
Accepts one of the following:
"not_started"
class CommitQueued: …
class CommitQueued: …
status: Literal["queued"]
status: Literal["queued"]
Accepts one of the following:
"queued"
class CommitInProgress: …
class CommitInProgress: …
status: Literal["in_progress"]
status: Literal["in_progress"]
Accepts one of the following:
"in_progress"
class CommitCompleted: …
class CommitCompleted: …
completed: CommitCompletedCompleted
completed: CommitCompletedCompleted
commit: Optional[Commit]
commit: Optional[Commit]
repo: Repo
repo: Repo
branch: str
name: str
owner: str
sha: str
conclusion: Literal["error", "warning", "note", 9 more]
conclusion: Literal["error", "warning", "note", 9 more]
Accepts 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: Optional[CommitCompletedCompletedMergeConflictPr]
merge_conflict_pr: Optional[CommitCompletedCompletedMergeConflictPr]
number: float
repo: CommitCompletedCompletedMergeConflictPrRepo
repo: CommitCompletedCompletedMergeConflictPrRepo
name: str
owner: str
status: Literal["completed"]
status: Literal["completed"]
Accepts one of the following:
"completed"
install_url: Optional[str]
Accepts one of the following:
class NotStarted: …
class NotStarted: …
status: Literal["not_started"]
status: Literal["not_started"]
Accepts one of the following:
"not_started"
class Queued: …
class Queued: …
status: Literal["queued"]
status: Literal["queued"]
Accepts one of the following:
"queued"
class InProgress: …
class InProgress: …
status: Literal["in_progress"]
status: Literal["in_progress"]
Accepts one of the following:
"in_progress"
class Completed: …
class Completed: …
completed: CompletedCompleted
completed: CompletedCompleted
conclusion: Literal["success", "failure", "skipped", 4 more]
conclusion: Literal["success", "failure", "skipped", 4 more]
Accepts one of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: Optional[str]
status: Literal["completed"]
status: Literal["completed"]
Accepts one of the following:
"completed"
object: Literal["build_target"]
object: Literal["build_target"]
Accepts one of the following:
"build_target"
status: Literal["not_started", "codegen", "postgen", "completed"]
status: Literal["not_started", "codegen", "postgen", "completed"]
Accepts one of the following:
"not_started"
"codegen"
"postgen"
"completed"
Accepts one of the following:
class NotStarted: …
class NotStarted: …
status: Literal["not_started"]
status: Literal["not_started"]
Accepts one of the following:
"not_started"
class Queued: …
class Queued: …
status: Literal["queued"]
status: Literal["queued"]
Accepts one of the following:
"queued"
class InProgress: …
class InProgress: …
status: Literal["in_progress"]
status: Literal["in_progress"]
Accepts one of the following:
"in_progress"
class Completed: …
class Completed: …
completed: CompletedCompleted
completed: CompletedCompleted
conclusion: Literal["success", "failure", "skipped", 4 more]
conclusion: Literal["success", "failure", "skipped", 4 more]
Accepts one of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: Optional[str]
status: Literal["completed"]
status: Literal["completed"]
Accepts one of the following:
"completed"
build: Optional[CheckStep]
build: Optional[CheckStep]
Accepts one of the following:
class NotStarted: …
class NotStarted: …
status: Literal["not_started"]
status: Literal["not_started"]
Accepts one of the following:
"not_started"
class Queued: …
class Queued: …
status: Literal["queued"]
status: Literal["queued"]
Accepts one of the following:
"queued"
class InProgress: …
class InProgress: …
status: Literal["in_progress"]
status: Literal["in_progress"]
Accepts one of the following:
"in_progress"
class Completed: …
class Completed: …
completed: CompletedCompleted
completed: CompletedCompleted
conclusion: Literal["success", "failure", "skipped", 4 more]
conclusion: Literal["success", "failure", "skipped", 4 more]
Accepts one of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: Optional[str]
status: Literal["completed"]
status: Literal["completed"]
Accepts one of the following:
"completed"
typescript: Optional[BuildTarget]
typescript: Optional[BuildTarget]
commit: Commit
commit: Commit
Accepts one of the following:
class CommitNotStarted: …
class CommitNotStarted: …
status: Literal["not_started"]
status: Literal["not_started"]
Accepts one of the following:
"not_started"
class CommitQueued: …
class CommitQueued: …
status: Literal["queued"]
status: Literal["queued"]
Accepts one of the following:
"queued"
class CommitInProgress: …
class CommitInProgress: …
status: Literal["in_progress"]
status: Literal["in_progress"]
Accepts one of the following:
"in_progress"
class CommitCompleted: …
class CommitCompleted: …
completed: CommitCompletedCompleted
completed: CommitCompletedCompleted
commit: Optional[Commit]
commit: Optional[Commit]
repo: Repo
repo: Repo
branch: str
name: str
owner: str
sha: str
conclusion: Literal["error", "warning", "note", 9 more]
conclusion: Literal["error", "warning", "note", 9 more]
Accepts 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: Optional[CommitCompletedCompletedMergeConflictPr]
merge_conflict_pr: Optional[CommitCompletedCompletedMergeConflictPr]
number: float
repo: CommitCompletedCompletedMergeConflictPrRepo
repo: CommitCompletedCompletedMergeConflictPrRepo
name: str
owner: str
status: Literal["completed"]
status: Literal["completed"]
Accepts one of the following:
"completed"
install_url: Optional[str]
Accepts one of the following:
class NotStarted: …
class NotStarted: …
status: Literal["not_started"]
status: Literal["not_started"]
Accepts one of the following:
"not_started"
class Queued: …
class Queued: …
status: Literal["queued"]
status: Literal["queued"]
Accepts one of the following:
"queued"
class InProgress: …
class InProgress: …
status: Literal["in_progress"]
status: Literal["in_progress"]
Accepts one of the following:
"in_progress"
class Completed: …
class Completed: …
completed: CompletedCompleted
completed: CompletedCompleted
conclusion: Literal["success", "failure", "skipped", 4 more]
conclusion: Literal["success", "failure", "skipped", 4 more]
Accepts one of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: Optional[str]
status: Literal["completed"]
status: Literal["completed"]
Accepts one of the following:
"completed"
object: Literal["build_target"]
object: Literal["build_target"]
Accepts one of the following:
"build_target"
status: Literal["not_started", "codegen", "postgen", "completed"]
status: Literal["not_started", "codegen", "postgen", "completed"]
Accepts one of the following:
"not_started"
"codegen"
"postgen"
"completed"
Accepts one of the following:
class NotStarted: …
class NotStarted: …
status: Literal["not_started"]
status: Literal["not_started"]
Accepts one of the following:
"not_started"
class Queued: …
class Queued: …
status: Literal["queued"]
status: Literal["queued"]
Accepts one of the following:
"queued"
class InProgress: …
class InProgress: …
status: Literal["in_progress"]
status: Literal["in_progress"]
Accepts one of the following:
"in_progress"
class Completed: …
class Completed: …
completed: CompletedCompleted
completed: CompletedCompleted
conclusion: Literal["success", "failure", "skipped", 4 more]
conclusion: Literal["success", "failure", "skipped", 4 more]
Accepts one of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: Optional[str]
status: Literal["completed"]
status: Literal["completed"]
Accepts one of the following:
"completed"
build: Optional[CheckStep]
build: Optional[CheckStep]
Accepts one of the following:
class NotStarted: …
class NotStarted: …
status: Literal["not_started"]
status: Literal["not_started"]
Accepts one of the following:
"not_started"
class Queued: …
class Queued: …
status: Literal["queued"]
status: Literal["queued"]
Accepts one of the following:
"queued"
class InProgress: …
class InProgress: …
status: Literal["in_progress"]
status: Literal["in_progress"]
Accepts one of the following:
"in_progress"
class Completed: …
class Completed: …
completed: CompletedCompleted
completed: CompletedCompleted
conclusion: Literal["success", "failure", "skipped", 4 more]
conclusion: Literal["success", "failure", "skipped", 4 more]
Accepts one of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: Optional[str]
status: Literal["completed"]
status: Literal["completed"]
Accepts one of the following:
"completed"
updated_at: datetime
class BuildTarget: …
class BuildTarget: …
commit: Commit
commit: Commit
Accepts one of the following:
class CommitNotStarted: …
class CommitNotStarted: …
status: Literal["not_started"]
status: Literal["not_started"]
Accepts one of the following:
"not_started"
class CommitQueued: …
class CommitQueued: …
status: Literal["queued"]
status: Literal["queued"]
Accepts one of the following:
"queued"
class CommitInProgress: …
class CommitInProgress: …
status: Literal["in_progress"]
status: Literal["in_progress"]
Accepts one of the following:
"in_progress"
class CommitCompleted: …
class CommitCompleted: …
completed: CommitCompletedCompleted
completed: CommitCompletedCompleted
commit: Optional[Commit]
commit: Optional[Commit]
repo: Repo
repo: Repo
branch: str
name: str
owner: str
sha: str
conclusion: Literal["error", "warning", "note", 9 more]
conclusion: Literal["error", "warning", "note", 9 more]
Accepts 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: Optional[CommitCompletedCompletedMergeConflictPr]
merge_conflict_pr: Optional[CommitCompletedCompletedMergeConflictPr]
number: float
repo: CommitCompletedCompletedMergeConflictPrRepo
repo: CommitCompletedCompletedMergeConflictPrRepo
name: str
owner: str
status: Literal["completed"]
status: Literal["completed"]
Accepts one of the following:
"completed"
install_url: Optional[str]
Accepts one of the following:
class NotStarted: …
class NotStarted: …
status: Literal["not_started"]
status: Literal["not_started"]
Accepts one of the following:
"not_started"
class Queued: …
class Queued: …
status: Literal["queued"]
status: Literal["queued"]
Accepts one of the following:
"queued"
class InProgress: …
class InProgress: …
status: Literal["in_progress"]
status: Literal["in_progress"]
Accepts one of the following:
"in_progress"
class Completed: …
class Completed: …
completed: CompletedCompleted
completed: CompletedCompleted
conclusion: Literal["success", "failure", "skipped", 4 more]
conclusion: Literal["success", "failure", "skipped", 4 more]
Accepts one of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: Optional[str]
status: Literal["completed"]
status: Literal["completed"]
Accepts one of the following:
"completed"
object: Literal["build_target"]
object: Literal["build_target"]
Accepts one of the following:
"build_target"
status: Literal["not_started", "codegen", "postgen", "completed"]
status: Literal["not_started", "codegen", "postgen", "completed"]
Accepts one of the following:
"not_started"
"codegen"
"postgen"
"completed"
Accepts one of the following:
class NotStarted: …
class NotStarted: …
status: Literal["not_started"]
status: Literal["not_started"]
Accepts one of the following:
"not_started"
class Queued: …
class Queued: …
status: Literal["queued"]
status: Literal["queued"]
Accepts one of the following:
"queued"
class InProgress: …
class InProgress: …
status: Literal["in_progress"]
status: Literal["in_progress"]
Accepts one of the following:
"in_progress"
class Completed: …
class Completed: …
completed: CompletedCompleted
completed: CompletedCompleted
conclusion: Literal["success", "failure", "skipped", 4 more]
conclusion: Literal["success", "failure", "skipped", 4 more]
Accepts one of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: Optional[str]
status: Literal["completed"]
status: Literal["completed"]
Accepts one of the following:
"completed"
build: Optional[CheckStep]
build: Optional[CheckStep]
Accepts one of the following:
class NotStarted: …
class NotStarted: …
status: Literal["not_started"]
status: Literal["not_started"]
Accepts one of the following:
"not_started"
class Queued: …
class Queued: …
status: Literal["queued"]
status: Literal["queued"]
Accepts one of the following:
"queued"
class InProgress: …
class InProgress: …
status: Literal["in_progress"]
status: Literal["in_progress"]
Accepts one of the following:
"in_progress"
class Completed: …
class Completed: …
completed: CompletedCompleted
completed: CompletedCompleted
conclusion: Literal["success", "failure", "skipped", 4 more]
conclusion: Literal["success", "failure", "skipped", 4 more]
Accepts one of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: Optional[str]
status: Literal["completed"]
status: Literal["completed"]
Accepts one of the following:
"completed"
Accepts one of the following:
class NotStarted: …
class NotStarted: …
status: Literal["not_started"]
status: Literal["not_started"]
Accepts one of the following:
"not_started"
class Queued: …
class Queued: …
status: Literal["queued"]
status: Literal["queued"]
Accepts one of the following:
"queued"
class InProgress: …
class InProgress: …
status: Literal["in_progress"]
status: Literal["in_progress"]
Accepts one of the following:
"in_progress"
class Completed: …
class Completed: …
completed: CompletedCompleted
completed: CompletedCompleted
conclusion: Literal["success", "failure", "skipped", 4 more]
conclusion: Literal["success", "failure", "skipped", 4 more]
Accepts one of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: Optional[str]
status: Literal["completed"]
status: Literal["completed"]
Accepts one of the following:
"completed"
BuildsDiagnostics
Get diagnostics for a build
builds.diagnostics.list(strbuild_id, DiagnosticListParams**kwargs) -> SyncPage[BuildDiagnostic]
get/v0/builds/{buildId}/diagnostics
ModelsExpand Collapse
class BuildDiagnostic: …
class BuildDiagnostic: …
code: str
code: str
The kind of diagnostic.
ignored: bool
ignored: bool
Whether the diagnostic is ignored in the Stainless config.
level: Literal["fatal", "error", "warning", "note"]
level: Literal["fatal", "error", "warning", "note"]
The severity of the diagnostic.
Accepts one of the following:
"fatal"
"error"
"warning"
"note"
message: str
message: str
A description of the diagnostic.
more: Optional[BuildDiagnosticMore]
more: Optional[BuildDiagnosticMore]
Accepts one of the following:
class Markdown: …
class Markdown: …
markdown: str
type: Literal["markdown"]
type: Literal["markdown"]
Accepts one of the following:
"markdown"
class Raw: …
class Raw: …
raw: str
type: Literal["raw"]
type: Literal["raw"]
Accepts one of the following:
"raw"
config_ref: Optional[str]
config_ref: Optional[str]
A JSON pointer to a relevant field in the Stainless config.
oas_ref: Optional[str]
oas_ref: Optional[str]
A JSON pointer to a relevant field in the OpenAPI spec.
Accepts one of the following:
class Markdown: …
class Markdown: …
markdown: str
type: Literal["markdown"]
type: Literal["markdown"]
Accepts one of the following:
"markdown"
class Raw: …
class Raw: …
raw: str
type: Literal["raw"]
type: Literal["raw"]
Accepts one of the following:
"raw"
BuildsTarget Outputs
Download build target output
builds.target_outputs.retrieve(TargetOutputRetrieveParams**kwargs) -> TargetOutputRetrieveResponse
get/v0/build_target_outputs