| Package | Description |
|---|---|
| software.amazon.awscdk.services.codepipeline.actions |
AWS CodePipeline Actions
|
| Modifier and Type | Method and Description |
|---|---|
default CodeBuildActionType |
CodeBuildActionProps.getType()
(experimental) 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 |
|---|---|
CodeBuildActionProps.Builder |
CodeBuildActionProps.Builder.type(CodeBuildActionType type)
Sets the value of
CodeBuildActionProps.getType() |
CodeBuildAction.Builder |
CodeBuildAction.Builder.type(CodeBuildActionType type)
(experimental) The type of the action that determines its CodePipeline Category - Build, or Test.
|
| Constructor and Description |
|---|
Jsii$Proxy(Artifact input,
IProject project,
Boolean checkSecretsInPlainTextEnvVariables,
Map<String,? extends BuildEnvironmentVariable> environmentVariables,
Boolean executeBatchBuild,
List<? extends Artifact> extraInputs,
List<? extends Artifact> outputs,
CodeBuildActionType type,
IRole role,
String actionName,
Number runOrder,
String variablesNamespace)
Constructor that initializes the object based on literal property values passed by the
CodeBuildActionProps.Builder. |
Copyright © 2021. All rights reserved.