| Package | Description |
|---|---|
| software.amazon.awscdk.pipelines |
CDK Pipelines
|
| Modifier and Type | Class and Description |
|---|---|
class |
CodeBuildStep
Run a script as a CodeBuild Project.
|
class |
CodePipelineSource
Factory for CodePipeline source steps.
|
class |
ConfirmPermissionsBroadening
Pause the pipeline if a deployment would add IAM permissions or Security Group rules.
|
class |
ManualApprovalStep
A manual approval step.
|
class |
ShellStep
Run shell script commands in the pipeline.
|
| Modifier and Type | Method and Description |
|---|---|
Step |
FileSet.getProducer()
The Step that produces this FileSet.
|
| Modifier and Type | Method and Description |
|---|---|
List<Step> |
StackDeployment.getChangeSet()
Steps that take place after stack is prepared but before stack deploys.
|
default List<Step> |
StackSteps.getChangeSet()
Steps that execute after stack is prepared but before stack is deployed.
|
List<Step> |
StackSteps.Jsii$Proxy.getChangeSet() |
List<Step> |
Step.getDependencies()
Return the steps this step depends on, based on the FileSets it requires.
|
default List<Step> |
StageDeploymentProps.getPost()
Additional steps to run after all of the stacks in the stage.
|
List<Step> |
StageDeploymentProps.Jsii$Proxy.getPost() |
List<Step> |
StackDeployment.getPost()
Steps to execute after stack deploys.
|
default List<Step> |
WaveProps.getPost()
Additional steps to run after all of the stages in the wave.
|
List<Step> |
WaveProps.Jsii$Proxy.getPost() |
default List<Step> |
StackSteps.getPost()
Steps that execute after stack is deployed.
|
List<Step> |
StackSteps.Jsii$Proxy.getPost() |
default List<Step> |
AddStageOpts.getPost()
Additional steps to run after all of the stacks in the stage.
|
List<Step> |
AddStageOpts.Jsii$Proxy.getPost() |
List<Step> |
StageDeployment.getPost()
Additional steps that are run after all of the stacks in the stage.
|
default List<Step> |
WaveOptions.getPost()
Additional steps to run after all of the stages in the wave.
|
List<Step> |
WaveOptions.Jsii$Proxy.getPost() |
List<Step> |
Wave.getPost()
Additional steps that are run after all of the stages in the wave.
|
default List<Step> |
StageDeploymentProps.getPre()
Additional steps to run before any of the stacks in the stage.
|
List<Step> |
StageDeploymentProps.Jsii$Proxy.getPre() |
List<Step> |
StackDeployment.getPre()
Steps that take place before stack is prepared.
|
default List<Step> |
WaveProps.getPre()
Additional steps to run before any of the stages in the wave.
|
List<Step> |
WaveProps.Jsii$Proxy.getPre() |
default List<Step> |
StackSteps.getPre()
Steps that execute before stack is prepared.
|
List<Step> |
StackSteps.Jsii$Proxy.getPre() |
default List<Step> |
AddStageOpts.getPre()
Additional steps to run before any of the stacks in the stage.
|
List<Step> |
AddStageOpts.Jsii$Proxy.getPre() |
List<Step> |
StageDeployment.getPre()
Additional steps that are run before any of the stacks in the stage.
|
default List<Step> |
WaveOptions.getPre()
Additional steps to run before any of the stages in the wave.
|
List<Step> |
WaveOptions.Jsii$Proxy.getPre() |
List<Step> |
Wave.getPre()
Additional steps that are run before any of the stages in the wave.
|
static List<Step> |
Step.sequence(List<? extends Step> steps)
Define a sequence of steps to be executed in order.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StageDeployment.addPost(Step... steps)
Add an additional step to run after all of the stacks in this stage.
|
void |
Wave.addPost(Step... steps)
Add an additional step to run after all of the stages in this wave.
|
void |
StageDeployment.addPre(Step... steps)
Add an additional step to run before any of the stacks in this stage.
|
void |
Wave.addPre(Step... steps)
Add an additional step to run before any of the stages in this wave.
|
void |
Step.addStepDependency(Step step)
Add a dependency on another step.
|
void |
FileSet.producedBy(Step producer)
Mark the given Step as the producer for this FileSet.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StackDeployment.addStackSteps(List<Step> pre,
List<Step> changeSet,
List<Step> post)
Adds steps to each phase of the stack.
|
void |
StackDeployment.addStackSteps(List<Step> pre,
List<Step> changeSet,
List<Step> post)
Adds steps to each phase of the stack.
|
void |
StackDeployment.addStackSteps(List<Step> pre,
List<Step> changeSet,
List<Step> post)
Adds steps to each phase of the stack.
|
StackSteps.Builder |
StackSteps.Builder.changeSet(List<? extends Step> changeSet)
Sets the value of
StackSteps.getChangeSet() |
StageDeploymentProps.Builder |
StageDeploymentProps.Builder.post(List<? extends Step> post)
Sets the value of
StageDeploymentProps.getPost() |
WaveProps.Builder |
WaveProps.Builder.post(List<? extends Step> post)
Sets the value of
WaveProps.getPost() |
StackSteps.Builder |
StackSteps.Builder.post(List<? extends Step> post)
Sets the value of
StackSteps.getPost() |
AddStageOpts.Builder |
AddStageOpts.Builder.post(List<? extends Step> post)
Sets the value of
AddStageOpts.getPost() |
WaveOptions.Builder |
WaveOptions.Builder.post(List<? extends Step> post)
Sets the value of
WaveOptions.getPost() |
Wave.Builder |
Wave.Builder.post(List<? extends Step> post)
Additional steps to run after all of the stages in the wave.
|
StageDeploymentProps.Builder |
StageDeploymentProps.Builder.pre(List<? extends Step> pre)
Sets the value of
StageDeploymentProps.getPre() |
WaveProps.Builder |
WaveProps.Builder.pre(List<? extends Step> pre)
Sets the value of
WaveProps.getPre() |
StackSteps.Builder |
StackSteps.Builder.pre(List<? extends Step> pre)
Sets the value of
StackSteps.getPre() |
AddStageOpts.Builder |
AddStageOpts.Builder.pre(List<? extends Step> pre)
Sets the value of
AddStageOpts.getPre() |
WaveOptions.Builder |
WaveOptions.Builder.pre(List<? extends Step> pre)
Sets the value of
WaveOptions.getPre() |
Wave.Builder |
Wave.Builder.pre(List<? extends Step> pre)
Additional steps to run before any of the stages in the wave.
|
static List<Step> |
Step.sequence(List<? extends Step> steps)
Define a sequence of steps to be executed in order.
|
| Constructor and Description |
|---|
FileSet(String id,
Step producer) |
Copyright © 2022. All rights reserved.