mirror of
https://codeberg.org/gitnex/tea4j-autodeploy
synced 2026-06-09 19:17:37 +00:00
1.4 KiB
1.4 KiB
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 pending CommitStatusPending is for when the CommitStatus is Pending success CommitStatusSuccess is for when the CommitStatus is Success error CommitStatusError is for when the CommitStatus is Error failure CommitStatusFailure is for when the CommitStatus is Failure warning CommitStatusWarning is for when the CommitStatus is Warning skipped CommitStatusSkipped is for when CommitStatus is Skipped | [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" |