Uses of Enum Class
software.amazon.awscdk.services.codepipeline.PipelineType
Packages that use PipelineType
Package
Description
CDK Pipelines
AWS CodePipeline Construct Library
-
Uses of PipelineType in software.amazon.awscdk.pipelines
Methods in software.amazon.awscdk.pipelines that return PipelineTypeModifier and TypeMethodDescriptiondefault PipelineTypeCodePipelineProps.getPipelineType()Type of the pipeline.final PipelineTypeCodePipelineProps.Jsii$Proxy.getPipelineType()Methods in software.amazon.awscdk.pipelines with parameters of type PipelineTypeModifier and TypeMethodDescriptionCodePipeline.Builder.pipelineType(PipelineType pipelineType) Type of the pipeline.CodePipelineProps.Builder.pipelineType(PipelineType pipelineType) Sets the value ofCodePipelineProps.getPipelineType() -
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()