| Modifier and Type | Interface and Description |
|---|---|
static interface |
IAction.Jsii$Default
Internal default implementation for
IAction. |
| Modifier and Type | Class and Description |
|---|---|
class |
Action
Low-level class for generic CodePipeline Actions implementing the
IAction interface. |
static class |
IAction.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
default List<IAction> |
StageProps.getActions()
The list of Actions to create this Stage with.
|
List<IAction> |
StageProps.Jsii$Proxy.getActions() |
List<IAction> |
StageOptions.Jsii$Proxy.getActions() |
List<IAction> |
IStage.getActions()
The actions belonging to this stage.
|
List<IAction> |
IStage.Jsii$Proxy.getActions()
The actions belonging to this stage.
|
default List<IAction> |
IStage.Jsii$Default.getActions()
The actions belonging to this stage.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IStage.addAction(IAction action) |
void |
IStage.Jsii$Proxy.addAction(IAction action) |
default void |
IStage.Jsii$Default.addAction(IAction action) |
| Modifier and Type | Method and Description |
|---|---|
StageProps.Builder |
StageProps.Builder.actions(List<? extends IAction> actions)
Sets the value of
StageProps.getActions() |
StageOptions.Builder |
StageOptions.Builder.actions(List<? extends IAction> actions)
Sets the value of
StageProps.getActions() |
Copyright © 2023. All rights reserved.