public class AntTask extends Task<AntTask,AntTaskProperties>
conditions, description, requirements, taskEnabled| Constructor and Description |
|---|
AntTask() |
| Modifier and Type | Method and Description |
|---|---|
protected @NotNull 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.
|
boolean |
equals(Object o) |
AntTask |
executableLabel(@NotNull String label)
Sets label of Ant executable.
|
int |
hashCode() |
AntTask |
hasTests(boolean hasTests)
Specifies if given task produces tests.
|
AntTask |
jdk(String jdk)
Specifies which JDK to use.
|
AntTask |
target(@NotNull 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.
|
conditions, description, enabled, requirements, toStringpublic AntTask environmentVariables(String environmentVariables)
public AntTask jdk(String jdk)
public AntTask executableLabel(@NotNull @NotNull String label)
public AntTask hasTests(boolean hasTests)
public AntTask testResultsPath(String testResultsDirectory)
test-reports/*.xml.
Defaults to **\/test-reports/*.xmlpublic AntTask workingSubdirectory(String workingSubdirectory)
@NotNull protected @NotNull AntTaskProperties build()
build in class Task<AntTask,AntTaskProperties>public boolean equals(Object o)
equals in class Task<AntTask,AntTaskProperties>public int hashCode()
hashCode in class Task<AntTask,AntTaskProperties>Copyright © 2023 Atlassian Software Systems Pty Ltd. All rights reserved.