Package com.spotify.github.v3.repos
Interface CommitStatus
-
- All Known Implementing Classes:
ImmutableCommitStatus
@Immutable public interface CommitStatusSingle repository commit status resource- See Also:
- "https://developer.github.com/v3/repos/statuses/#get-the-combined-status-for-a-specific-ref"
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stringsha()The commit SHA.Stringstate()The result of the status.List<Status>statuses()Statuses list.
-