Uses of Class
org.kohsuke.github.GHCheckRun.Conclusion
-
Packages that use GHCheckRun.Conclusion Package Description org.kohsuke.github -
-
Uses of GHCheckRun.Conclusion in org.kohsuke.github
Methods in org.kohsuke.github that return GHCheckRun.Conclusion Modifier and Type Method Description static GHCheckRun.ConclusionGHCheckRun.Conclusion. from(String value)GHCheckRun.ConclusionGHCheckRun. getConclusion()Gets conclusion of a completed check run.static GHCheckRun.ConclusionGHCheckRun.Conclusion. valueOf(String name)Returns the enum constant of this type with the specified name.static GHCheckRun.Conclusion[]GHCheckRun.Conclusion. 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.Conclusion Modifier and Type Method Description GHCheckRunBuilderGHCheckRunBuilder. withConclusion(GHCheckRun.Conclusion conclusion)
-