Uses of Enum
org.kohsuke.github.GHCommitState
-
Uses of GHCommitState in org.kohsuke.github
Modifier and TypeMethodDescriptionGHCommitStatus.getState()
Gets state.GHEventPayload.Status.getState()
Gets the status state.static GHCommitState
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 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.