Uses of Class
org.kohsuke.github.GHCheckRun.Status
-
Packages that use GHCheckRun.Status Package Description org.kohsuke.github -
-
Uses of GHCheckRun.Status in org.kohsuke.github
Methods in org.kohsuke.github that return GHCheckRun.Status Modifier and Type Method Description static GHCheckRun.StatusGHCheckRun.Status. from(String value)GHCheckRun.StatusGHCheckRun. getStatus()Gets status of the check run.static GHCheckRun.StatusGHCheckRun.Status. valueOf(String name)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.Status Modifier and Type Method Description GHCheckRunBuilderGHCheckRunBuilder. withStatus(GHCheckRun.Status status)Deprecated.
-