Uses of Enum
org.kohsuke.github.GHWorkflowRun.Status
Packages that use GHWorkflowRun.Status
-
Uses of GHWorkflowRun.Status in org.kohsuke.github
Methods in org.kohsuke.github that return GHWorkflowRun.StatusModifier and TypeMethodDescriptionstatic GHWorkflowRun.StatusFrom.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.StatusReturns 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.Methods in org.kohsuke.github with parameters of type GHWorkflowRun.StatusModifier and TypeMethodDescriptionGHWorkflowRunQueryBuilder.status(GHWorkflowRun.Status status) Status workflow run query builder.