Uses of Interface
software.amazon.awscdk.services.codepipeline.StageProps
Packages that use StageProps
-
Uses of StageProps in software.amazon.awscdk.services.codepipeline
Subinterfaces of StageProps in software.amazon.awscdk.services.codepipelineClasses in software.amazon.awscdk.services.codepipeline that implement StagePropsModifier and TypeClassDescriptionstatic final classAn implementation forStageOptionsstatic final classAn implementation forStagePropsMethods in software.amazon.awscdk.services.codepipeline that return StagePropsMethods in software.amazon.awscdk.services.codepipeline that return types with arguments of type StagePropsModifier and TypeMethodDescriptiondefault List<StageProps>PipelineProps.getStages()The list of Stages, in order, to create this Pipeline with.final List<StageProps>PipelineProps.Jsii$Proxy.getStages()Method parameters in software.amazon.awscdk.services.codepipeline with type arguments of type StagePropsModifier and TypeMethodDescriptionPipeline.Builder.stages(List<? extends StageProps> stages) The list of Stages, in order, to create this Pipeline with.PipelineProps.Builder.stages(List<? extends StageProps> stages) Sets the value ofPipelineProps.getStages()