| Package | Description |
|---|---|
| software.amazon.awscdk.pipelines |
CDK Pipelines
|
| Modifier and Type | Method and Description |
|---|---|
ShellScriptAction.Builder |
ShellScriptAction.Builder.actionName(String actionName)
Deprecated.
|
ShellScriptAction.Builder |
ShellScriptAction.Builder.additionalArtifacts(List<? extends Artifact> additionalArtifacts)
Deprecated.
|
ShellScriptAction.Builder |
ShellScriptAction.Builder.bashOptions(String bashOptions)
Deprecated.
|
ShellScriptAction.Builder |
ShellScriptAction.Builder.commands(List<String> commands)
Deprecated.
|
static ShellScriptAction.Builder |
ShellScriptAction.Builder.create()
Deprecated.
|
ShellScriptAction.Builder |
ShellScriptAction.Builder.environment(BuildEnvironment environment)
Deprecated.
|
ShellScriptAction.Builder |
ShellScriptAction.Builder.environmentVariables(Map<String,? extends BuildEnvironmentVariable> environmentVariables)
Deprecated.
|
ShellScriptAction.Builder |
ShellScriptAction.Builder.rolePolicyStatements(List<? extends PolicyStatement> rolePolicyStatements)
Deprecated.
|
ShellScriptAction.Builder |
ShellScriptAction.Builder.runOrder(Number runOrder)
Deprecated.
|
ShellScriptAction.Builder |
ShellScriptAction.Builder.securityGroups(List<? extends ISecurityGroup> securityGroups)
Deprecated.
|
ShellScriptAction.Builder |
ShellScriptAction.Builder.subnetSelection(SubnetSelection subnetSelection)
Deprecated.
|
ShellScriptAction.Builder |
ShellScriptAction.Builder.useOutputs(Map<String,? extends StackOutput> useOutputs)
Deprecated.
|
ShellScriptAction.Builder |
ShellScriptAction.Builder.vpc(IVpc vpc)
Deprecated.
|
Copyright © 2022. All rights reserved.