| Package | Description |
|---|---|
| software.amazon.awscdk.services.codepipeline.actions |
AWS CodePipeline Actions
|
| Modifier and Type | Method and Description |
|---|---|
default CodeBuildActionType |
CodeBuildActionProps.getType()
The type of the action that determines its CodePipeline Category - Build, or Test.
|
CodeBuildActionType |
CodeBuildActionProps.Jsii$Proxy.getType() |
static CodeBuildActionType |
CodeBuildActionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CodeBuildActionType[] |
CodeBuildActionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
CodeBuildAction.Builder |
CodeBuildAction.Builder.type(CodeBuildActionType type)
The type of the action that determines its CodePipeline Category - Build, or Test.
|
CodeBuildActionProps.Builder |
CodeBuildActionProps.Builder.type(CodeBuildActionType type)
Sets the value of
CodeBuildActionProps.getType() |
Copyright © 2022. All rights reserved.