Uses of Class
com.atlassian.bamboo.specs.builders.task.AntTask
Package
Description
Tasks you can execute in a job, such as: source code checkout, Maven build or a shell script.
-
Uses of AntTask in com.atlassian.bamboo.specs.builders.task
Modifier and TypeMethodDescriptionSpecifies Ant's build file.AntTask.environmentVariables
(String environmentVariables) Sets environment variables to be set when Ant is executed.AntTask.executableLabel
(@NotNull String label) Sets label of Ant executable.AntTask.hasTests
(boolean hasTests) Specifies if given task produces tests.Specifies which JDK to use.Specifies Ant target(s).AntTask.testResultsPath
(String testResultsDirectory) Sets location where Bamboo will look for test results.AntTask.workingSubdirectory
(String workingSubdirectory) Sets a directory the script should be executed in.