public class AntTask extends Task<AntTask,AntTaskProperties>
conditions, description, requirements, 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.
|
boolean |
equals(Object o) |
AntTask |
executableLabel(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(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, toString
public 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>
public boolean equals(Object o)
equals
in class Task<AntTask,AntTaskProperties>
public int hashCode()
hashCode
in class Task<AntTask,AntTaskProperties>
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.