Uses of Class
com.circleci.client.v2.model.PipelineWithWorkflowsTrigger.TypeEnum
-
Packages that use PipelineWithWorkflowsTrigger.TypeEnum Package Description com.circleci.client.v2.model -
-
Uses of PipelineWithWorkflowsTrigger.TypeEnum in com.circleci.client.v2.model
Methods in com.circleci.client.v2.model that return PipelineWithWorkflowsTrigger.TypeEnum Modifier and Type Method Description static PipelineWithWorkflowsTrigger.TypeEnumPipelineWithWorkflowsTrigger.TypeEnum. fromValue(String value)PipelineWithWorkflowsTrigger.TypeEnumPipelineWithWorkflowsTrigger. getType()The type of trigger.static PipelineWithWorkflowsTrigger.TypeEnumPipelineWithWorkflowsTrigger.TypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static PipelineWithWorkflowsTrigger.TypeEnum[]PipelineWithWorkflowsTrigger.TypeEnum. 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 PipelineWithWorkflowsTrigger.TypeEnum Modifier and Type Method Description voidPipelineWithWorkflowsTrigger. setType(PipelineWithWorkflowsTrigger.TypeEnum type)PipelineWithWorkflowsTriggerPipelineWithWorkflowsTrigger. type(PipelineWithWorkflowsTrigger.TypeEnum type)
-