Uses of Enum
org.kohsuke.github.GHCheckRun.Status
-
Uses of GHCheckRun.Status in org.kohsuke.github
Modifier and TypeMethodDescriptionstatic GHCheckRun.Status
From.GHCheckRun.getStatus()
Gets status of the check run.static GHCheckRun.Status
Returns the enum constant of this type with the specified name.static GHCheckRun.Status[]
GHCheckRun.Status.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionGHCheckRunBuilder.withStatus
(GHCheckRun.Status status) With status.