Uses of Class
org.kohsuke.github.GHCommitStatus
-
Uses of GHCommitStatus in org.kohsuke.github
Modifier and TypeMethodDescriptionGHRepository.createCommitStatus
(String sha1, GHCommitState state, String targetUrl, String description) Create commit status gh commit status.GHRepository.createCommitStatus
(String sha1, GHCommitState state, String targetUrl, String description, String context) Creates a commit status.GHRepository.getLastCommitStatus
(String sha1) Gets the last status of this commit, which is what gets shown in the UI.GHCommit.getLastStatus()
Gets last status.Modifier and TypeMethodDescriptionGHRepository.listCommitStatuses
(String sha1) /** Lists all the commit statuses attached to the given commit, newer ones first.GHCommit.listStatuses()
List statuses paged iterable.