public class AntTask extends Task<AntTask,AntTaskProperties>
description, taskEnabled| Constructor and Description |
|---|
AntTask() |
| Modifier and Type | Method and Description |
|---|---|
protected AntTaskProperties |
build() |
AntTask |
buildFile(String buildFile)
Specifies Ant's build file.
|
AntTask |
environmentVariables(String environmentVariables)
Sets environment variables to be set when Ant is executed.
|
AntTask |
executableLabel(String label)
Sets label of Ant executable.
|
AntTask |
hasTests(boolean hasTests)
Specifies if given task produces tests.
|
AntTask |
jdk(String jdk)
Specifies which JDK to use.
|
AntTask |
target(String target)
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.
|
description, enabledpublic AntTask environmentVariables(String environmentVariables)
public AntTask jdk(String jdk)
public AntTask hasTests(boolean hasTests)
public AntTask testResultsPath(String testResultsDirectory)
test-reports/*.xml.
Defaults to **\/test-reports/*.xmlpublic AntTask workingSubdirectory(String workingSubdirectory)
@NotNull protected AntTaskProperties build()
build in class Task<AntTask,AntTaskProperties>Copyright © 2018 Atlassian Software Systems Pty Ltd. All rights reserved.