| Package | Description |
|---|---|
| software.amazon.awscdk.services.codepipeline |
| Modifier and Type | Method and Description |
|---|---|
Stage |
Pipeline.addStage(String name)
Convenience method for creating a new
Stage,
and adding it to this Pipeline. |
Stage |
Pipeline.addStage(String name,
CommonStageProps props)
Convenience method for creating a new
Stage,
and adding it to this Pipeline. |
Stage |
StagePlacement.getJustAfter()
Inserts the new Stage as a child of the given Stage
(changing its current child Stage, if it had one).
|
Stage |
StagePlacement.Jsii$Proxy.getJustAfter()
Inserts the new Stage as a child of the given Stage
(changing its current child Stage, if it had one).
|
Stage |
StagePlacement.getRightBefore()
Inserts the new Stage as a parent of the given Stage
(changing its current parent Stage, if it had one).
|
Stage |
StagePlacement.Jsii$Proxy.getRightBefore()
Inserts the new Stage as a parent of the given Stage
(changing its current parent Stage, if it had one).
|
| Modifier and Type | Method and Description |
|---|---|
StagePlacement.Builder |
StagePlacement.Builder.withJustAfter(Stage value)
Sets the value of JustAfter
|
StagePlacement.Builder |
StagePlacement.Builder.withRightBefore(Stage value)
Sets the value of RightBefore
|
Copyright © 2018. All rights reserved.