Uses of Class
org.kohsuke.github.GHCommitState
-
Packages that use GHCommitState Package Description org.kohsuke.github -
-
Uses of GHCommitState in org.kohsuke.github
Methods in org.kohsuke.github that return GHCommitState Modifier and Type Method Description GHCommitStateGHCommitStatus. getState()Gets state.GHCommitStateGHEventPayload.Status. getState()Gets the status state.static GHCommitStateGHCommitState. 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.Methods in org.kohsuke.github with parameters of type GHCommitState Modifier and Type Method Description GHCommitStatusGHRepository. createCommitStatus(String sha1, GHCommitState state, String targetUrl, String description)Create commit status gh commit status.GHCommitStatusGHRepository. createCommitStatus(String sha1, GHCommitState state, String targetUrl, String description, String context)Creates a commit statusvoidGHEventPayload.Status. setState(GHCommitState state)Deprecated.Do not use this method.
-