Uses of Class
software.amazon.awscdk.pipelines.ShellScriptAction.Builder
Packages that use ShellScriptAction.Builder
-
Uses of ShellScriptAction.Builder in software.amazon.awscdk.pipelines
Methods in software.amazon.awscdk.pipelines that return ShellScriptAction.BuilderModifier and TypeMethodDescriptionShellScriptAction.Builder.actionName
(String actionName) Deprecated.ShellScriptAction.Builder.additionalArtifacts
(List<? extends Artifact> additionalArtifacts) Deprecated.ShellScriptAction.Builder.bashOptions
(String bashOptions) Deprecated.Deprecated.static ShellScriptAction.Builder
ShellScriptAction.Builder.create()
Deprecated.ShellScriptAction.Builder.environment
(BuildEnvironment environment) Deprecated.ShellScriptAction.Builder.environmentVariables
(Map<String, ? extends BuildEnvironmentVariable> environmentVariables) Deprecated.ShellScriptAction.Builder.rolePolicyStatements
(List<? extends PolicyStatement> rolePolicyStatements) Deprecated.Deprecated.ShellScriptAction.Builder.securityGroups
(List<? extends ISecurityGroup> securityGroups) Deprecated.ShellScriptAction.Builder.subnetSelection
(SubnetSelection subnetSelection) Deprecated.ShellScriptAction.Builder.useOutputs
(Map<String, ? extends StackOutput> useOutputs) Deprecated.Deprecated.