Uses of Class
com.circleci.client.v2.model.PipelineWithWorkflows.StateEnum
-
Packages that use PipelineWithWorkflows.StateEnum Package Description com.circleci.client.v2.model -
-
Uses of PipelineWithWorkflows.StateEnum in com.circleci.client.v2.model
Methods in com.circleci.client.v2.model that return PipelineWithWorkflows.StateEnum Modifier and Type Method Description static PipelineWithWorkflows.StateEnumPipelineWithWorkflows.StateEnum. fromValue(String value)PipelineWithWorkflows.StateEnumPipelineWithWorkflows. getState()The current state of the pipeline.static PipelineWithWorkflows.StateEnumPipelineWithWorkflows.StateEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static PipelineWithWorkflows.StateEnum[]PipelineWithWorkflows.StateEnum. 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 PipelineWithWorkflows.StateEnum Modifier and Type Method Description voidPipelineWithWorkflows. setState(PipelineWithWorkflows.StateEnum state)PipelineWithWorkflowsPipelineWithWorkflows. state(PipelineWithWorkflows.StateEnum state)
-