mirror of
https://codeberg.org/gitnex/tea4j-autodeploy
synced 2026-07-02 15:18:26 +00:00
799 B
799 B
CreateStatusOption
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| context | String | Context is the unique context identifier for the status | [optional] |
| description | String | Description provides a brief description of the status | [optional] |
| state | StateEnum | State represents the status state to set (pending, success, error, failure) | [optional] |
| targetUrl | String | TargetURL is the URL to link to for more details | [optional] |
Enum: StateEnum
| Name | Value |
|---|---|
| PENDING | "pending" |
| SUCCESS | "success" |
| ERROR | "error" |
| FAILURE | "failure" |
| WARNING | "warning" |
| SKIPPED | "skipped" |