mirror of
https://codeberg.org/gitnex/tea4j-autodeploy
synced 2026-05-31 07:01:55 +00:00
796 B
796 B
CommitStatus
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| context | String | [optional] | |
| createdAt | Date | [optional] | |
| creator | User | [optional] | |
| description | String | [optional] | |
| id | Long | [optional] | |
| status | StatusEnum | [optional] | |
| targetUrl | String | [optional] | |
| updatedAt | Date | [optional] | |
| url | String | [optional] |
Enum: StatusEnum
| Name | Value |
|---|---|
| PENDING | "pending" |
| SUCCESS | "success" |
| ERROR | "error" |
| FAILURE | "failure" |
| WARNING | "warning" |
| SKIPPED | "skipped" |