| 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 |
|---|---|
MsBuildTask |
MsBuildTask.environmentVariables(@Nullable String environmentVariables)
Specifies environment variables to be set when command is executed.
|
MsBuildTask |
MsBuildTask.executable(@NotNull String executable)
Specifies MSBuild executable to be used.
|
MsBuildTask |
MsBuildTask.options(@Nullable String options)
Specifies command line argument to be passed when command is executed.
|
MsBuildTask |
MsBuildTask.projectFile(@NotNull String projectFile)
Specifies the solution, project file or MSBuild project to execute when this Job Builds.
|
MsBuildTask |
MsBuildTask.workingSubdirectory(@Nullable String workingSubdirectory)
Specifies a working directory for the task.
|
Copyright © 2023 Atlassian Software Systems Pty Ltd. All rights reserved.