mirror of
https://codeberg.org/gitnex/tea4j-autodeploy
synced 2026-05-31 15:11:56 +00:00
26 lines
796 B
Markdown
26 lines
796 B
Markdown
# CommitStatus
|
|
|
|
## Properties
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**context** | **String** | | [optional]
|
|
**createdAt** | [**Date**](Date.md) | | [optional]
|
|
**creator** | [**User**](User.md) | | [optional]
|
|
**description** | **String** | | [optional]
|
|
**id** | **Long** | | [optional]
|
|
**status** | [**StatusEnum**](#StatusEnum) | | [optional]
|
|
**targetUrl** | **String** | | [optional]
|
|
**updatedAt** | [**Date**](Date.md) | | [optional]
|
|
**url** | **String** | | [optional]
|
|
|
|
<a name="StatusEnum"></a>
|
|
## Enum: StatusEnum
|
|
Name | Value
|
|
---- | -----
|
|
PENDING | "pending"
|
|
SUCCESS | "success"
|
|
ERROR | "error"
|
|
FAILURE | "failure"
|
|
WARNING | "warning"
|
|
SKIPPED | "skipped"
|