mirror of
https://codeberg.org/gitnex/tea4j-autodeploy
synced 2026-07-02 23:20:51 +00:00
998 B
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" |