| Modifier and Type | Interface and Description |
|---|---|
static interface |
IStage.Jsii$Default
Internal default implementation for
IStage. |
| 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() |
IStage |
Pipeline.stage(String stageName)
Access one of the pipeline's stages by stage name.
|
| Modifier and Type | Method and Description |
|---|---|
List<IStage> |
Pipeline.getStages()
Returns the stages that comprise the pipeline.
|
| Modifier and Type | Method and Description |
|---|---|
ActionConfig |
Action.bind(Construct scope,
IStage stage,
ActionBindOptions options)
The callback invoked when this Action is added to a Pipeline.
|
ActionConfig |
IAction.bind(Construct scope,
IStage stage,
ActionBindOptions options)
The callback invoked when this Action is added to a Pipeline.
|
ActionConfig |
IAction.Jsii$Proxy.bind(Construct scope,
IStage stage,
ActionBindOptions options)
The callback invoked when this Action is added to a Pipeline.
|
default ActionConfig |
IAction.Jsii$Default.bind(Construct scope,
IStage stage,
ActionBindOptions options)
The callback invoked when this Action is added to a Pipeline.
|
protected abstract ActionConfig |
Action.bound(Construct scope,
IStage stage,
ActionBindOptions options)
This is a renamed version of the
IAction.bind method. |
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 © 2022. All rights reserved.