| Modifier and Type | Interface and Description |
|---|---|
interface |
StageOptions
Example:
|
| 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 |
|---|---|
Pipeline.Builder |
Pipeline.Builder.stages(List<? extends StageProps> stages)
The list of Stages, in order, to create this Pipeline with.
|
PipelineProps.Builder |
PipelineProps.Builder.stages(List<? extends StageProps> stages)
Sets the value of
PipelineProps.getStages() |
Copyright © 2022. All rights reserved.