| Package | Description |
|---|---|
| software.amazon.awscdk.services.codepipeline |
| Modifier and Type | Method and Description |
|---|---|
Pipeline |
StageProps.getPipeline()
The Pipeline to add the newly created Stage to.
|
Pipeline |
StageProps.Jsii$Proxy.getPipeline()
The Pipeline to add the newly created Stage to.
|
Pipeline |
Stage.getPipeline()
The Pipeline this Stage is a part of.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StageProps.setPipeline(Pipeline value)
The Pipeline to add the newly created Stage to.
|
void |
StageProps.Jsii$Proxy.setPipeline(Pipeline value)
The Pipeline to add the newly created Stage to.
|
StageProps.Builder |
StageProps.Builder.withPipeline(Pipeline value)
Sets the value of Pipeline
|
Copyright © 2018. All rights reserved.