| Package | Description |
|---|---|
| org.kohsuke.github |
| Modifier and Type | Method and Description |
|---|---|
GHCommitState |
GHCommitStatus.getState() |
static GHCommitState |
GHCommitState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GHCommitState[] |
GHCommitState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
GHCommitStatus |
GHRepository.createCommitStatus(String sha1,
GHCommitState state,
String targetUrl,
String description) |
GHCommitStatus |
GHRepository.createCommitStatus(String sha1,
GHCommitState state,
String targetUrl,
String description,
String context)
Creates a commit status
|
Copyright © 2017. All rights reserved.