20 lines
715 B
Markdown
Executable File
20 lines
715 B
Markdown
Executable File
|
|
|
|
# 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]
|
|
|
|
|
|
|