Uses of Class
software.amazon.awscdk.services.codepipeline.actions.CommandsAction.Builder
Packages that use CommandsAction.Builder
-
Uses of CommandsAction.Builder in software.amazon.awscdk.services.codepipeline.actions
Methods in software.amazon.awscdk.services.codepipeline.actions that return CommandsAction.BuilderModifier and TypeMethodDescriptionCommandsAction.Builder.actionName(String actionName) The physical, human-readable name of the Action.Shell commands for the Commands action to run.static CommandsAction.BuilderCommandsAction.Builder.create()CommandsAction.Builder.extraInputs(List<? extends Artifact> extraInputs) The list of additional input artifacts for this action.The source to use as input for this action.The output artifact for this action.CommandsAction.Builder.outputVariables(List<String> outputVariables) The names of the variables in your environment that you want to export.The Role in which context's this Action will be executing in.The runOrder property for this Action.CommandsAction.Builder.variablesNamespace(String variablesNamespace) The name of the namespace to use for variables emitted by this action.