Uses of Enum
org.kohsuke.github.GHCheckRun.Status
Packages that use GHCheckRun.Status
-
Uses of GHCheckRun.Status in org.kohsuke.github
Methods in org.kohsuke.github that return GHCheckRun.StatusModifier 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.Methods in org.kohsuke.github with parameters of type GHCheckRun.StatusModifier and TypeMethodDescriptionGHCheckRunBuilder.withStatus
(GHCheckRun.Status status) With status.