| Package | Description |
|---|---|
| org.kohsuke.github |
| Modifier and Type | Method and Description |
|---|---|
GHCommitStatus |
GHRepository.createCommitStatus(String sha1,
GHCommitState state,
String targetUrl,
String description)
Create commit status gh commit status.
|
GHCommitStatus |
GHRepository.createCommitStatus(String sha1,
GHCommitState state,
String targetUrl,
String description,
String context)
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 last status.
|
| 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()
List statuses paged iterable.
|
Copyright © 2020. All rights reserved.