| Modifier and Type | Class and Description |
|---|---|
static class |
IStage.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
IStage |
Pipeline.addStage(StageOptions props)
Creates a new Stage, and adds it to this Pipeline.
|
default IStage |
StagePlacement.getJustAfter()
Inserts the new Stage as a child of the given Stage (changing its current child Stage, if it had one).
|
IStage |
StagePlacement.Jsii$Proxy.getJustAfter() |
default IStage |
StagePlacement.getRightBefore()
Inserts the new Stage as a parent of the given Stage (changing its current parent Stage, if it had one).
|
IStage |
StagePlacement.Jsii$Proxy.getRightBefore() |
| Modifier and Type | Method and Description |
|---|---|
List<IStage> |
Pipeline.getStages()
Returns the stages that comprise the pipeline.
|
| Modifier and Type | Method and Description |
|---|---|
ActionConfig |
IAction.bind(Construct scope,
IStage stage,
ActionBindOptions options) |
ActionConfig |
IAction.Jsii$Proxy.bind(Construct scope,
IStage stage,
ActionBindOptions options) |
StagePlacement.Builder |
StagePlacement.Builder.justAfter(IStage justAfter)
Sets the value of
StagePlacement.getJustAfter() |
StagePlacement.Builder |
StagePlacement.Builder.rightBefore(IStage rightBefore)
Sets the value of
StagePlacement.getRightBefore() |
Copyright © 2020. All rights reserved.