Files
2025-09-07 00:21:05 +00:00

1.6 KiB

CommitStatus

Properties

Name Type Description Notes
context String Context is the unique context identifier for the status [optional]
createdAt Date [optional]
creator User [optional]
description String Description provides a brief description of the status [optional]
id Long ID is the unique identifier for the commit status [optional]
status StatusEnum State represents the status state (pending, success, error, failure) pending CommitStatusPending CommitStatusPending is for when the CommitStatus is Pending success CommitStatusSuccess CommitStatusSuccess is for when the CommitStatus is Success error CommitStatusError CommitStatusError is for when the CommitStatus is Error failure CommitStatusFailure CommitStatusFailure is for when the CommitStatus is Failure warning CommitStatusWarning CommitStatusWarning is for when the CommitStatus is Warning skipped CommitStatusSkipped CommitStatusSkipped is for when CommitStatus is Skipped [optional]
targetUrl String TargetURL is the URL to link to for more details [optional]
updatedAt Date [optional]
url String URL is the API URL for this status [optional]

Enum: StatusEnum

Name Value
PENDING "pending"
SUCCESS "success"
ERROR "error"
FAILURE "failure"
WARNING "warning"
SKIPPED "skipped"