| Modifier and Type | Interface and Description |
|---|---|
interface |
StageOptions |
| Modifier and Type | Class and Description |
|---|---|
static class |
StageOptions.Jsii$Proxy
An implementation for
StageOptions |
static class |
StageProps.Jsii$Proxy
An implementation for
StageProps |
| Modifier and Type | Method and Description |
|---|---|
StageProps |
StageProps.Builder.build()
Builds the configured instance.
|
| Modifier and Type | Method and Description |
|---|---|
default List<StageProps> |
PipelineProps.getStages()
The list of Stages, in order, to create this Pipeline with.
|
List<StageProps> |
PipelineProps.Jsii$Proxy.getStages() |
| Modifier and Type | Method and Description |
|---|---|
PipelineProps.Builder |
PipelineProps.Builder.stages(List<? extends StageProps> stages)
Sets the value of
PipelineProps.getStages() |
Pipeline.Builder |
Pipeline.Builder.stages(List<? extends StageProps> stages)
The list of Stages, in order, to create this Pipeline with.
|
| Constructor and Description |
|---|
Jsii$Proxy(IBucket artifactBucket,
Boolean crossAccountKeys,
Map<String,? extends IBucket> crossRegionReplicationBuckets,
String pipelineName,
Boolean restartExecutionOnUpdate,
IRole role,
List<? extends StageProps> stages)
Constructor that initializes the object based on literal property values passed by the
PipelineProps.Builder. |
Copyright © 2020. All rights reserved.