| Modifier and Type | Method and Description |
|---|---|
GHCommitStatus |
GHRepository.createCommitStatus(String sha1,
GHCommitState state,
String targetUrl,
String description)
Creates a commit status
|
GHCommitStatus |
GHRepository.getLastCommitStatus(String sha1)
Gets the last status of this commit, which is what gets shown in the UI.
|
GHCommitStatus |
GHCommit.getLastStatus()
Gets the last status of this commit, which is what gets shown in the UI.
|
| Modifier and Type | Method and Description |
|---|---|
PagedIterable<GHCommitStatus> |
GHRepository.listCommitStatuses(String sha1)
Lists all the commit statues attached to the given commit, newer ones first.
|
PagedIterable<GHCommitStatus> |
GHCommit.listStatuses()
Gets the status of this commit, newer ones first.
|
Copyright © 2013. All Rights Reserved.