| Package | Description |
|---|---|
| software.amazon.awscdk.pipelines |
CDK Pipelines
|
| software.amazon.awscdk.services.codepipeline |
AWS CodePipeline Construct Library
|
| software.amazon.awscdk.services.codepipeline.actions |
AWS CodePipeline Actions
|
| Modifier and Type | Method and Description |
|---|---|
CodePipelineActionFactoryResult |
ICodePipelineActionFactory.produceAction(IStage stage,
ProduceActionOptions options)
Create the desired Action and add it to the pipeline.
|
CodePipelineActionFactoryResult |
ICodePipelineActionFactory.Jsii$Proxy.produceAction(IStage stage,
ProduceActionOptions options)
Create the desired Action and add it to the pipeline.
|
default CodePipelineActionFactoryResult |
ICodePipelineActionFactory.Jsii$Default.produceAction(IStage stage,
ProduceActionOptions options)
Create the desired Action and add it to the pipeline.
|
CodePipelineActionFactoryResult |
ConfirmPermissionsBroadening.produceAction(IStage stage,
ProduceActionOptions options)
Create the desired Action and add it to the pipeline.
|
CodePipelineActionFactoryResult |
CodePipelineSource.produceAction(IStage stage,
ProduceActionOptions options)
Create the desired Action and add it to the pipeline.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IStage.Jsii$Default
Internal default implementation for
IStage. |
| 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(software.constructs.Construct scope,
IStage stage,
ActionBindOptions options)
The callback invoked when this Action is added to a Pipeline.
|
ActionConfig |
IAction.bind(software.constructs.Construct scope,
IStage stage,
ActionBindOptions options)
The callback invoked when this Action is added to a Pipeline.
|
ActionConfig |
IAction.Jsii$Proxy.bind(software.constructs.Construct scope,
IStage stage,
ActionBindOptions options)
The callback invoked when this Action is added to a Pipeline.
|
default ActionConfig |
IAction.Jsii$Default.bind(software.constructs.Construct scope,
IStage stage,
ActionBindOptions options)
The callback invoked when this Action is added to a Pipeline.
|
protected abstract ActionConfig |
Action.bound(software.constructs.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() |
| Modifier and Type | Method and Description |
|---|---|
protected ActionConfig |
ServiceCatalogDeployActionBeta1.bound(software.constructs.Construct _scope,
IStage _stage,
ActionBindOptions options)
This is a renamed version of the
IAction.bind method. |
protected ActionConfig |
JenkinsAction.bound(software.constructs.Construct _scope,
IStage _stage,
ActionBindOptions _options)
This is a renamed version of the
IAction.bind method. |
protected ActionConfig |
EcsDeployAction.bound(software.constructs.Construct _scope,
IStage _stage,
ActionBindOptions options)
This is a renamed version of the
IAction.bind method. |
protected ActionConfig |
EcrSourceAction.bound(software.constructs.Construct scope,
IStage stage,
ActionBindOptions options)
This is a renamed version of the
IAction.bind method. |
protected ActionConfig |
CloudFormationDeleteStackAction.bound(software.constructs.Construct scope,
IStage stage,
ActionBindOptions options)
This is a renamed version of the
IAction.bind method. |
protected ActionConfig |
CodeBuildAction.bound(software.constructs.Construct scope,
IStage _stage,
ActionBindOptions options)
This is a renamed version of the
IAction.bind method. |
protected ActionConfig |
CloudFormationDeployStackSetAction.bound(software.constructs.Construct scope,
IStage _stage,
ActionBindOptions options)
This is a renamed version of the
IAction.bind method. |
protected ActionConfig |
CloudFormationCreateUpdateStackAction.bound(software.constructs.Construct scope,
IStage stage,
ActionBindOptions options)
This is a renamed version of the
IAction.bind method. |
protected ActionConfig |
CodeDeployEcsDeployAction.bound(software.constructs.Construct _scope,
IStage _stage,
ActionBindOptions options)
This is a renamed version of the
IAction.bind method. |
protected ActionConfig |
CloudFormationExecuteChangeSetAction.bound(software.constructs.Construct scope,
IStage stage,
ActionBindOptions options)
This is a renamed version of the
IAction.bind method. |
protected ActionConfig |
AlexaSkillDeployAction.bound(software.constructs.Construct _scope,
IStage _stage,
ActionBindOptions _options)
This is a renamed version of the
IAction.bind method. |
protected ActionConfig |
S3DeployAction.bound(software.constructs.Construct _scope,
IStage _stage,
ActionBindOptions options)
This is a renamed version of the
IAction.bind method. |
protected ActionConfig |
CloudFormationCreateReplaceChangeSetAction.bound(software.constructs.Construct scope,
IStage stage,
ActionBindOptions options)
This is a renamed version of the
IAction.bind method. |
protected ActionConfig |
StepFunctionInvokeAction.bound(software.constructs.Construct _scope,
IStage _stage,
ActionBindOptions options)
This is a renamed version of the
IAction.bind method. |
protected ActionConfig |
CloudFormationDeployStackInstancesAction.bound(software.constructs.Construct scope,
IStage _stage,
ActionBindOptions options)
This is a renamed version of the
IAction.bind method. |
protected ActionConfig |
CodeStarConnectionsSourceAction.bound(software.constructs.Construct _scope,
IStage _stage,
ActionBindOptions options)
This is a renamed version of the
IAction.bind method. |
protected ActionConfig |
CodeCommitSourceAction.bound(software.constructs.Construct _scope,
IStage stage,
ActionBindOptions options)
This is a renamed version of the
IAction.bind method. |
protected ActionConfig |
LambdaInvokeAction.bound(software.constructs.Construct scope,
IStage _stage,
ActionBindOptions options)
This is a renamed version of the
IAction.bind method. |
protected ActionConfig |
S3SourceAction.bound(software.constructs.Construct _scope,
IStage stage,
ActionBindOptions options)
This is a renamed version of the
IAction.bind method. |
protected ActionConfig |
GitHubSourceAction.bound(software.constructs.Construct scope,
IStage stage,
ActionBindOptions _options)
This is a renamed version of the
IAction.bind method. |
protected ActionConfig |
ManualApprovalAction.bound(software.constructs.Construct scope,
IStage stage,
ActionBindOptions options)
This is a renamed version of the
IAction.bind method. |
protected ActionConfig |
CodeDeployServerDeployAction.bound(software.constructs.Construct _scope,
IStage _stage,
ActionBindOptions options)
This is a renamed version of the
IAction.bind method. |
Copyright © 2022. All rights reserved.