CombinedStatus holds the combined state of several statuses for a single commit
| Name | Type | Description | Notes |
|---|---|---|---|
| commitUrl | String | [optional] | |
| repository | Repository | [optional] | |
| sha | String | [optional] | |
| state | String | CommitStatusState holds the state of a CommitStatus It can be "pending", "success", "error", "failure", and "warning" | [optional] |
| statuses | List<CommitStatus> | [optional] | |
| totalCount | Long | [optional] | |
| url | String | [optional] |