java.gitea.api/docs/CombinedStatus.md

20 lines
715 B
Markdown
Raw Normal View History

2021-02-28 22:04:54 +01:00
# CombinedStatus
CombinedStatus holds the combined state of several statuses for a single commit
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**commitUrl** | **String** | | [optional]
**repository** | [**Repository**](Repository.md) | | [optional]
**sha** | **String** | | [optional]
**state** | **String** | StatusState holds the state of a Status It can be \"pending\", \"success\", \"error\", \"failure\", and \"warning\" | [optional]
**statuses** | [**List<Status>**](Status.md) | | [optional]
**totalCount** | **Long** | | [optional]
**url** | **String** | | [optional]