public class BuildStatus extends Object
| Constructor and Description |
|---|
BuildStatus(org.kohsuke.github.GHRepository repository,
String shaString,
String targetUrl,
String context) |
| Modifier and Type | Method and Description |
|---|---|
org.kohsuke.github.GHCommitState |
getCommitState()
Gets the current commit state
|
String |
getContext()
Gets the context for the commit
|
void |
setCommitState(org.kohsuke.github.GHCommitState commitState)
Sets the commit state and sends the new state to GitHub
|
public String getContext()
public org.kohsuke.github.GHCommitState getCommitState()
public void setCommitState(org.kohsuke.github.GHCommitState commitState)
throws IOException
commitState - the commitState to setIOException - downstream errorCopyright © 2016–2017. All rights reserved.