| Package | Description |
|---|---|
| software.amazon.awscdk.services.codepipeline |
AWS CodePipeline Construct Library
|
| software.amazon.awscdk.services.codepipeline.actions |
AWS CodePipeline Actions
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IAction.Jsii$Default
Internal default implementation for
IAction. |
| Modifier and Type | Class and Description |
|---|---|
class |
Action
(experimental) 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 |
|---|---|
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.
|
default List<IAction> |
StageProps.getActions()
(experimental) The list of Actions to create this Stage with.
|
List<IAction> |
StageProps.Jsii$Proxy.getActions() |
| 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 |
|---|---|
StageOptions.Builder |
StageOptions.Builder.actions(List<? extends IAction> actions)
Sets the value of
StageProps.getActions() |
StageProps.Builder |
StageProps.Builder.actions(List<? extends IAction> actions)
Sets the value of
StageProps.getActions() |
| Constructor and Description |
|---|
Jsii$Proxy(StagePlacement placement,
String stageName,
List<? extends IAction> actions)
Constructor that initializes the object based on literal property values passed by the
StageOptions.Builder. |
Jsii$Proxy(String stageName,
List<? extends IAction> actions)
Constructor that initializes the object based on literal property values passed by the
StageProps.Builder. |
| Modifier and Type | Class and Description |
|---|---|
class |
AlexaSkillDeployAction
(experimental) Deploys the skill to Alexa.
|
class |
CloudFormationCreateReplaceChangeSetAction
(experimental) CodePipeline action to prepare a change set.
|
class |
CloudFormationCreateUpdateStackAction
(experimental) CodePipeline action to deploy a stack.
|
class |
CloudFormationDeleteStackAction
(experimental) CodePipeline action to delete a stack.
|
class |
CloudFormationExecuteChangeSetAction
(experimental) CodePipeline action to execute a prepared change set.
|
class |
CodeBuildAction
(experimental) CodePipeline build action that uses AWS CodeBuild.
|
class |
CodeCommitSourceAction
(experimental) CodePipeline Source that is provided by an AWS CodeCommit repository.
|
class |
CodeDeployEcsDeployAction |
class |
CodeDeployServerDeployAction |
class |
CodeStarConnectionsSourceAction
(experimental) A CodePipeline source action for the CodeStar Connections source, which allows connecting to GitHub and BitBucket.
|
class |
EcrSourceAction
(experimental) The ECR Repository source CodePipeline Action.
|
class |
EcsDeployAction
(experimental) CodePipeline Action to deploy an ECS Service.
|
class |
GitHubSourceAction
(experimental) Source that is provided by a GitHub repository.
|
class |
JenkinsAction
(experimental) Jenkins build CodePipeline Action.
|
class |
LambdaInvokeAction
(experimental) CodePipeline invoke Action that is provided by an AWS Lambda function.
|
class |
ManualApprovalAction
(experimental) Manual approval action.
|
class |
S3DeployAction
(experimental) Deploys the sourceArtifact to Amazon S3.
|
class |
S3SourceAction
(experimental) Source that is provided by a specific Amazon S3 object.
|
class |
ServiceCatalogDeployActionBeta1
(experimental) CodePipeline action to connect to an existing ServiceCatalog product.
|
class |
StepFunctionInvokeAction
(experimental) StepFunctionInvokeAction that is provided by an AWS CodePipeline.
|
Copyright © 2021. All rights reserved.