Files
tea4j-autodeploy/docs/CombinedStatus.md
T
2026-07-02 00:02:13 +00:00

998 B

CombinedStatus

Properties

Name Type Description Notes
commitUrl String CommitURL is the API URL for the commit [optional]
repository Repository [optional]
sha String SHA is the commit SHA this status applies to [optional]
state StateEnum State is the overall combined status state [optional]
statuses List<CommitStatus> Statuses contains all individual commit statuses [optional]
totalCount Long TotalCount is the total number of statuses [optional]
url String URL is the API URL for this combined status [optional]

Enum: StateEnum

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