| Package | Description |
|---|---|
| software.amazon.awscdk.pipelines |
CDK Pipelines
|
| software.amazon.awscdk.services.codepipeline |
AWS CodePipeline Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
default IAction |
CdkPipelineProps.getSourceAction()
Deprecated.
|
IAction |
CdkPipelineProps.Jsii$Proxy.getSourceAction()
Deprecated.
|
default IAction |
CdkPipelineProps.getSynthAction()
Deprecated.
|
IAction |
CdkPipelineProps.Jsii$Proxy.getSynthAction()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CdkStage.addActions(IAction... actions)
Deprecated.
|
CdkPipeline.Builder |
CdkPipeline.Builder.sourceAction(IAction sourceAction)
Deprecated.
|
CdkPipelineProps.Builder |
CdkPipelineProps.Builder.sourceAction(IAction sourceAction)
Deprecated.
|
CdkPipeline.Builder |
CdkPipeline.Builder.synthAction(IAction synthAction)
Deprecated.
|
CdkPipelineProps.Builder |
CdkPipelineProps.Builder.synthAction(IAction synthAction)
Deprecated.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IAction.Jsii$Default
Internal default implementation for
IAction. |
| Modifier and Type | Method and Description |
|---|---|
default List<IAction> |
StageProps.getActions()
(experimental) 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()
(experimental) The actions belonging to this stage.
|
List<IAction> |
IStage.Jsii$Proxy.getActions()
(experimental) The actions belonging to this stage.
|
default List<IAction> |
IStage.Jsii$Default.getActions()
(experimental) 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 © 2022. All rights reserved.