Uses of Class
com.atlassian.bamboo.specs.builders.task.MsBuildTask
-
Packages that use MsBuildTask 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. -
-
Uses of MsBuildTask in com.atlassian.bamboo.specs.builders.task
Methods in com.atlassian.bamboo.specs.builders.task that return MsBuildTask Modifier and Type Method Description MsBuildTaskMsBuildTask. environmentVariables(@Nullable java.lang.String environmentVariables)Specifies environment variables to be set when command is executed.MsBuildTaskMsBuildTask. executable(@NotNull java.lang.String executable)Specifies MSBuild executable to be used.MsBuildTaskMsBuildTask. options(@Nullable java.lang.String options)Specifies command line argument to be passed when command is executed.MsBuildTaskMsBuildTask. projectFile(@NotNull java.lang.String projectFile)Specifies the solution, project file or MSBuild project to execute when this Job Builds.MsBuildTaskMsBuildTask. workingSubdirectory(@Nullable java.lang.String workingSubdirectory)Specifies a working directory for the task.
-