Uses of Class
org.kohsuke.github.GHCommitStatus
Packages that use GHCommitStatus
-
Uses of GHCommitStatus in org.kohsuke.github
Methods in org.kohsuke.github that return GHCommitStatusModifier 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.Methods in org.kohsuke.github that return types with arguments of type GHCommitStatusModifier and TypeMethodDescriptionGHRepository.listCommitStatuses
(String sha1) /** Lists all the commit statuses attached to the given commit, newer ones first.GHCommit.listStatuses()
List statuses paged iterable.