mirror of
https://codeberg.org/gitnex/tea4j-autodeploy
synced 2026-05-31 07:01:55 +00:00
21 lines
567 B
Markdown
21 lines
567 B
Markdown
# CreateStatusOption
|
|
|
|
## Properties
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**context** | **String** | | [optional]
|
|
**description** | **String** | | [optional]
|
|
**state** | [**StateEnum**](#StateEnum) | | [optional]
|
|
**targetUrl** | **String** | | [optional]
|
|
|
|
<a name="StateEnum"></a>
|
|
## Enum: StateEnum
|
|
Name | Value
|
|
---- | -----
|
|
PENDING | "pending"
|
|
SUCCESS | "success"
|
|
ERROR | "error"
|
|
FAILURE | "failure"
|
|
WARNING | "warning"
|
|
SKIPPED | "skipped"
|