Files
tea4j-autodeploy/docs/CreateStatusOption.md
T
2026-07-02 00:02:13 +00:00

21 lines
799 B
Markdown

# 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**](#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]
<a name="StateEnum"></a>
## Enum: StateEnum
Name | Value
---- | -----
PENDING | &quot;pending&quot;
SUCCESS | &quot;success&quot;
ERROR | &quot;error&quot;
FAILURE | &quot;failure&quot;
WARNING | &quot;warning&quot;
SKIPPED | &quot;skipped&quot;