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

26 lines
1.1 KiB
Markdown

# CommitStatus
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**context** | **String** | Context is the unique context identifier for the status | [optional]
**createdAt** | [**Date**](Date.md) | | [optional]
**creator** | [**User**](User.md) | | [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**](#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**](Date.md) | | [optional]
**url** | **String** | URL is the API URL for this status | [optional]
<a name="StatusEnum"></a>
## Enum: StatusEnum
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;