Uses of Class
com.atlassian.bamboo.specs.builders.task.CommandTask
-
Packages that use CommandTask Package Description com.atlassian.bamboo.specs.builders.task 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 CommandTask Modifier and Type Method Description CommandTaskCommandTask. argument(@NotNull java.lang.String argument)Sets command line argument to be passed when command is executed.CommandTaskCommandTask. environmentVariables(@NotNull java.lang.String environmentVariables)Sets environment variables to be set when command is executed.CommandTaskCommandTask. executable(@NotNull java.lang.String executable)Sets label (not a path) of command to be executed.CommandTaskCommandTask. workingSubdirectory(@NotNull java.lang.String workingSubdirectory)Sets a directory the command should be executed in.
-