Uses of Class
com.circleci.client.v2.model.Workflow.StatusEnum
-
Packages that use Workflow.StatusEnum Package Description com.circleci.client.v2.model -
-
Uses of Workflow.StatusEnum in com.circleci.client.v2.model
Methods in com.circleci.client.v2.model that return Workflow.StatusEnum Modifier and Type Method Description static Workflow.StatusEnumWorkflow.StatusEnum. fromValue(String value)Workflow.StatusEnumWorkflow. getStatus()The current status of the workflow.static Workflow.StatusEnumWorkflow.StatusEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static Workflow.StatusEnum[]Workflow.StatusEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.circleci.client.v2.model with parameters of type Workflow.StatusEnum Modifier and Type Method Description voidWorkflow. setStatus(Workflow.StatusEnum status)WorkflowWorkflow. status(Workflow.StatusEnum status)
-