Uses of Enum
org.kohsuke.github.GHWorkflowRun.Status
-
Uses of GHWorkflowRun.Status in org.kohsuke.github
Modifier and TypeMethodDescriptionstatic GHWorkflowRun.Status
From.GHWorkflowJob.getStatus()
Gets status of the job.GHWorkflowJob.Step.getStatus()
Gets status of the step.GHWorkflowRun.getStatus()
Gets status of the workflow run.static GHWorkflowRun.Status
Returns the enum constant of this type with the specified name.static GHWorkflowRun.Status[]
GHWorkflowRun.Status.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionGHWorkflowRunQueryBuilder.status
(GHWorkflowRun.Status status) Status workflow run query builder.