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