Uses of Enum Class
software.amazon.awscdk.services.codepipeline.PipelineType
Packages that use PipelineType
-
Uses of PipelineType in software.amazon.awscdk.services.codepipeline
Methods in software.amazon.awscdk.services.codepipeline that return PipelineTypeModifier and TypeMethodDescriptiondefault PipelineTypePipelineProps.getPipelineType()Type of the pipeline.final PipelineTypePipelineProps.Jsii$Proxy.getPipelineType()static PipelineTypeReturns the enum constant of this class with the specified name.static PipelineType[]PipelineType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in software.amazon.awscdk.services.codepipeline with parameters of type PipelineTypeModifier and TypeMethodDescriptionPipeline.Builder.pipelineType(PipelineType pipelineType) Type of the pipeline.PipelineProps.Builder.pipelineType(PipelineType pipelineType) Sets the value ofPipelineProps.getPipelineType()