Uses of Enum
software.amazon.awscdk.services.codepipeline.ExecutionMode
-
Uses of ExecutionMode in software.amazon.awscdk.services.codepipeline
Modifier and TypeMethodDescriptiondefault ExecutionMode
PipelineProps.getExecutionMode()
The method that the pipeline will use to handle multiple executions.final ExecutionMode
PipelineProps.Jsii$Proxy.getExecutionMode()
static ExecutionMode
Returns the enum constant of this type with the specified name.static ExecutionMode[]
ExecutionMode.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionPipeline.Builder.executionMode
(ExecutionMode executionMode) The method that the pipeline will use to handle multiple executions.PipelineProps.Builder.executionMode
(ExecutionMode executionMode) Sets the value ofPipelineProps.getExecutionMode()