Uses of Enum
org.kohsuke.github.GHWorkflowRun.Conclusion
Packages that use GHWorkflowRun.Conclusion
-
Uses of GHWorkflowRun.Conclusion in org.kohsuke.github
Methods in org.kohsuke.github that return GHWorkflowRun.ConclusionModifier 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.Methods in org.kohsuke.github with parameters of type GHWorkflowRun.ConclusionModifier and TypeMethodDescriptionGHWorkflowRunQueryBuilder.conclusion
(GHWorkflowRun.Conclusion conclusion) Conclusion workflow run query builder.