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.Status
GHWorkflowRun.Status. from(String value)
GHWorkflowRun.Status
GHWorkflowJob. getStatus()
Gets status of the job.GHWorkflowRun.Status
GHWorkflowJob.Step. getStatus()
Gets status of the step.GHWorkflowRun.Status
GHWorkflowRun. getStatus()
Gets status of the workflow run.static GHWorkflowRun.Status
GHWorkflowRun.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 GHWorkflowRunQueryBuilder
GHWorkflowRunQueryBuilder. status(GHWorkflowRun.Status status)
Status workflow run query builder.
-