Uses of Enum
org.kohsuke.github.GHCheckRun.Conclusion
Packages that use GHCheckRun.Conclusion
-
Uses of GHCheckRun.Conclusion in org.kohsuke.github
Methods in org.kohsuke.github that return GHCheckRun.ConclusionModifier 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.Methods in org.kohsuke.github with parameters of type GHCheckRun.ConclusionModifier and TypeMethodDescriptionGHCheckRunBuilder.withConclusion
(GHCheckRun.Conclusion conclusion) With conclusion.