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