| Package | Description |
|---|---|
| org.kohsuke.github |
| Modifier and Type | Method and Description |
|---|---|
GHCommitStatus |
GHRepository.createCommitStatus(java.lang.String sha1,
GHCommitState state,
java.lang.String targetUrl,
java.lang.String description) |
GHCommitStatus |
GHRepository.createCommitStatus(java.lang.String sha1,
GHCommitState state,
java.lang.String targetUrl,
java.lang.String description,
java.lang.String context)
Creates a commit status
|
GHCommitStatus |
GHRepository.getLastCommitStatus(java.lang.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(java.lang.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 © 2016. All Rights Reserved.