Uses of Class
com.atlassian.bamboo.specs.builders.task.MsBuildTask
Packages that use MsBuildTask
Package
Description
Tasks you can execute in a job, such as: source code checkout, Maven build or a shell script.
-
Uses of MsBuildTask in com.atlassian.bamboo.specs.builders.task
Methods in com.atlassian.bamboo.specs.builders.task that return MsBuildTaskModifier and TypeMethodDescriptionMsBuildTask.environmentVariables
(@Nullable String environmentVariables) Specifies environment variables to be set when command is executed.MsBuildTask.executable
(@NotNull String executable) Specifies MSBuild executable to be used.Specifies command line argument to be passed when command is executed.MsBuildTask.projectFile
(@NotNull String projectFile) Specifies the solution, project file or MSBuild project to execute when this Job Builds.MsBuildTask.workingSubdirectory
(@Nullable String workingSubdirectory) Specifies a working directory for the task.