| Package | Description |
|---|---|
| software.amazon.awscdk.pipelines |
CDK Pipelines
|
| Modifier and Type | Class and Description |
|---|---|
class |
CodeBuildStep
(experimental) Run a script as a CodeBuild Project.
|
class |
CodePipelineSource
(experimental) CodePipeline source steps.
|
class |
ConfirmPermissionsBroadening
(experimental) Pause the pipeline if a deployment would add IAM permissions or Security Group rules.
|
class |
ManualApprovalStep
(experimental) A manual approval step.
|
class |
ShellStep
(experimental) Run shell script commands in the pipeline.
|
| Modifier and Type | Method and Description |
|---|---|
Step |
FileSet.getProducer()
(experimental) The Step that produces this FileSet.
|
| Modifier and Type | Method and Description |
|---|---|
List<Step> |
Step.getDependencies()
(experimental) Return the steps this step depends on, based on the FileSets it requires.
|
List<Step> |
Wave.getPost()
(experimental) Additional steps that are run after all of the stages in the wave.
|
default List<Step> |
WaveProps.getPost()
(experimental) Additional steps to run after all of the stages in the wave.
|
List<Step> |
WaveProps.Jsii$Proxy.getPost() |
default List<Step> |
StageDeploymentProps.getPost()
(experimental) Additional steps to run after all of the stacks in the stage.
|
List<Step> |
StageDeploymentProps.Jsii$Proxy.getPost() |
List<Step> |
StageDeployment.getPost()
(experimental) Additional steps that are run after all of the stacks in the stage.
|
default List<Step> |
WaveOptions.getPost()
(experimental) Additional steps to run after all of the stages in the wave.
|
List<Step> |
WaveOptions.Jsii$Proxy.getPost() |
default List<Step> |
AddStageOpts.getPost()
(experimental) Additional steps to run after all of the stacks in the stage.
|
List<Step> |
AddStageOpts.Jsii$Proxy.getPost() |
List<Step> |
Wave.getPre()
(experimental) Additional steps that are run before any of the stages in the wave.
|
default List<Step> |
WaveProps.getPre()
(experimental) Additional steps to run before any of the stages in the wave.
|
List<Step> |
WaveProps.Jsii$Proxy.getPre() |
default List<Step> |
StageDeploymentProps.getPre()
(experimental) Additional steps to run before any of the stacks in the stage.
|
List<Step> |
StageDeploymentProps.Jsii$Proxy.getPre() |
List<Step> |
StageDeployment.getPre()
(experimental) Additional steps that are run before any of the stacks in the stage.
|
default List<Step> |
WaveOptions.getPre()
(experimental) Additional steps to run before any of the stages in the wave.
|
List<Step> |
WaveOptions.Jsii$Proxy.getPre() |
default List<Step> |
AddStageOpts.getPre()
(experimental) Additional steps to run before any of the stacks in the stage.
|
List<Step> |
AddStageOpts.Jsii$Proxy.getPre() |
| Modifier and Type | Method and Description |
|---|---|
void |
Wave.addPost(Step... steps)
(experimental) Add an additional step to run after all of the stages in this wave.
|
void |
StageDeployment.addPost(Step... steps)
(experimental) Add an additional step to run after all of the stacks in this stage.
|
void |
Wave.addPre(Step... steps)
(experimental) Add an additional step to run before any of the stages in this wave.
|
void |
StageDeployment.addPre(Step... steps)
(experimental) Add an additional step to run before any of the stacks in this stage.
|
void |
FileSet.producedBy(Step producer)
(experimental) Mark the given Step as the producer for this FileSet.
|
| Modifier and Type | Method and Description |
|---|---|
Wave.Builder |
Wave.Builder.post(List<? extends Step> post)
(experimental) Additional steps to run after all of the stages in the wave.
|
WaveProps.Builder |
WaveProps.Builder.post(List<? extends Step> post)
Sets the value of
WaveProps.getPost() |
StageDeploymentProps.Builder |
StageDeploymentProps.Builder.post(List<? extends Step> post)
Sets the value of
StageDeploymentProps.getPost() |
WaveOptions.Builder |
WaveOptions.Builder.post(List<? extends Step> post)
Sets the value of
WaveOptions.getPost() |
AddStageOpts.Builder |
AddStageOpts.Builder.post(List<? extends Step> post)
Sets the value of
AddStageOpts.getPost() |
Wave.Builder |
Wave.Builder.pre(List<? extends Step> pre)
(experimental) Additional steps to run before any of the stages in the wave.
|
WaveProps.Builder |
WaveProps.Builder.pre(List<? extends Step> pre)
Sets the value of
WaveProps.getPre() |
StageDeploymentProps.Builder |
StageDeploymentProps.Builder.pre(List<? extends Step> pre)
Sets the value of
StageDeploymentProps.getPre() |
WaveOptions.Builder |
WaveOptions.Builder.pre(List<? extends Step> pre)
Sets the value of
WaveOptions.getPre() |
AddStageOpts.Builder |
AddStageOpts.Builder.pre(List<? extends Step> pre)
Sets the value of
AddStageOpts.getPre() |
| Constructor and Description |
|---|
FileSet(String id,
Step producer) |
| Constructor and Description |
|---|
Jsii$Proxy(List<? extends Step> post,
List<? extends Step> pre)
Constructor that initializes the object based on literal property values passed by the
WaveProps.Builder. |
Jsii$Proxy(List<? extends Step> post,
List<? extends Step> pre)
Constructor that initializes the object based on literal property values passed by the
WaveProps.Builder. |
Jsii$Proxy(List<? extends Step> post,
List<? extends Step> pre)
Constructor that initializes the object based on literal property values passed by the
WaveOptions.Builder. |
Jsii$Proxy(List<? extends Step> post,
List<? extends Step> pre)
Constructor that initializes the object based on literal property values passed by the
WaveOptions.Builder. |
Jsii$Proxy(List<? extends Step> post,
List<? extends Step> pre)
Constructor that initializes the object based on literal property values passed by the
AddStageOpts.Builder. |
Jsii$Proxy(List<? extends Step> post,
List<? extends Step> pre)
Constructor that initializes the object based on literal property values passed by the
AddStageOpts.Builder. |
Jsii$Proxy(List<? extends Step> post,
List<? extends Step> pre,
String stageName)
Constructor that initializes the object based on literal property values passed by the
StageDeploymentProps.Builder. |
Jsii$Proxy(List<? extends Step> post,
List<? extends Step> pre,
String stageName)
Constructor that initializes the object based on literal property values passed by the
StageDeploymentProps.Builder. |
Copyright © 2021. All rights reserved.