Uses of Enum
org.kohsuke.github.GHCheckRun.Conclusion
-
Uses of GHCheckRun.Conclusion in org.kohsuke.github
Modifier and TypeMethodDescriptionstatic GHCheckRun.Conclusion
From.GHCheckRun.getConclusion()
Gets conclusion of a completed check run.static GHCheckRun.Conclusion
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.Modifier and TypeMethodDescriptionGHCheckRunBuilder.withConclusion
(GHCheckRun.Conclusion conclusion) With conclusion.