Uses of Class
org.kohsuke.github.GHWorkflowRun.Conclusion
-
Packages that use GHWorkflowRun.Conclusion Package Description org.kohsuke.github -
-
Uses of GHWorkflowRun.Conclusion in org.kohsuke.github
Methods in org.kohsuke.github that return GHWorkflowRun.Conclusion Modifier and Type Method Description static GHWorkflowRun.ConclusionGHWorkflowRun.Conclusion. from(String value)GHWorkflowRun.ConclusionGHWorkflowRun. getConclusion()Gets the conclusion of the workflow run.static GHWorkflowRun.ConclusionGHWorkflowRun.Conclusion. valueOf(String name)Returns the enum constant of this type with the specified name.static GHWorkflowRun.Conclusion[]GHWorkflowRun.Conclusion. values()Returns an array containing the constants of this enum type, in the order they are declared.
-