Uses of Enum
software.amazon.awscdk.services.codepipeline.ExecutionMode
Packages that use ExecutionMode
-
Uses of ExecutionMode in software.amazon.awscdk.services.codepipeline
Methods in software.amazon.awscdk.services.codepipeline that return ExecutionModeModifier and TypeMethodDescriptiondefault ExecutionModePipelineProps.getExecutionMode()The method that the pipeline will use to handle multiple executions.final ExecutionModePipelineProps.Jsii$Proxy.getExecutionMode()static ExecutionModeReturns 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.Methods in software.amazon.awscdk.services.codepipeline with parameters of type ExecutionModeModifier 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()