Uses of Class
org.kohsuke.github.GHWorkflowRun.Status
-
Packages that use GHWorkflowRun.Status Package Description org.kohsuke.github -
-
Uses of GHWorkflowRun.Status in org.kohsuke.github
Methods in org.kohsuke.github that return GHWorkflowRun.Status Modifier and Type Method Description static GHWorkflowRun.StatusGHWorkflowRun.Status. from(String value)GHWorkflowRun.StatusGHWorkflowJob. getStatus()Gets status of the job.GHWorkflowRun.StatusGHWorkflowJob.Step. getStatus()Gets status of the step.GHWorkflowRun.StatusGHWorkflowRun. getStatus()Gets status of the workflow run.static GHWorkflowRun.StatusGHWorkflowRun.Status. valueOf(String name)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.Methods in org.kohsuke.github with parameters of type GHWorkflowRun.Status Modifier and Type Method Description GHWorkflowRunQueryBuilderGHWorkflowRunQueryBuilder. status(GHWorkflowRun.Status status)Status workflow run query builder.
-