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