Uses of Enum
org.kohsuke.github.GHWorkflowRun.Conclusion
-
Uses of GHWorkflowRun.Conclusion in org.kohsuke.github
Modifier and TypeMethodDescriptionstatic GHWorkflowRun.Conclusion
From.GHWorkflowJob.getConclusion()
Gets the conclusion of the job.GHWorkflowJob.Step.getConclusion()
Gets the conclusion of the step.GHWorkflowRun.getConclusion()
Gets the conclusion of the workflow run.static GHWorkflowRun.Conclusion
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.Modifier and TypeMethodDescriptionGHWorkflowRunQueryBuilder.conclusion
(GHWorkflowRun.Conclusion conclusion) Conclusion workflow run query builder.