Uses of Class
com.atlassian.bamboo.specs.builders.task.CommandTask
Packages that use CommandTask
Package
Description
Tasks you can execute in a job, such as: source code checkout, Maven build or a shell script.
-
Uses of CommandTask in com.atlassian.bamboo.specs.builders.task
Methods in com.atlassian.bamboo.specs.builders.task that return CommandTaskModifier and TypeMethodDescriptionSets command line argument to be passed when command is executed.CommandTask.environmentVariables(@NotNull String environmentVariables) Sets environment variables to be set when command is executed.CommandTask.executable(@NotNull String executable) Sets label (not a path) of command to be executed.CommandTask.workingSubdirectory(@NotNull String workingSubdirectory) Sets a directory the command should be executed in.