| 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.
|
| Modifier and Type | Method and Description |
|---|---|
CommandTask |
CommandTask.argument(String argument)
Sets command line argument to be passed when command is executed.
|
CommandTask |
CommandTask.environmentVariables(String environmentVariables)
Sets environment variables to be set when command is executed.
|
CommandTask |
CommandTask.executable(String executable)
Sets label (not a path) of command to be executed.
|
CommandTask |
CommandTask.workingSubdirectory(String workingSubdirectory)
Sets a directory the command should be executed in.
|
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.