Fixed names for various GradleTest elements.
Type | Name and description |
---|---|
static java.lang.String |
CLEAN_DOWNLOADER_TASK Name of tasks that is reponsible for cleaning downloaded distributions from the build tree |
static java.lang.String |
CONFIGURATION A configuration for managing downloading of Gradle distributions |
static java.lang.String |
DEFAULT_TASK The name of the default task that will be created by the plugin |
static java.lang.String |
DOWNLOADER_TASK Name of task that is responsible for downloading Gradle distributions |
static java.lang.String |
DOWNLOAD_FOLDER Subdirectory where distributions are downloaded to and unpacked if necessary |
static java.lang.String |
EXTENSION The name of the extension that is to used to configure location and downloadability of Gradle distributions |
static java.lang.String |
GENERATOR_TASK_POSTFIX The string that is added to generator task names by default |
static java.util.regex.Pattern |
GRADLE_PATTERN A regex for matchign Gradle distribution packages |
static java.net.URI |
GRADLE_SITE URI for Gradle distributions |
static java.lang.String |
MANIFEST_TASK_POSTFIX The string that is added to classpath manifest task names by default |
static java.lang.String |
TASK_GROUP Default group for all tasks |
static java.lang.String |
TESTSET_EXTENSION The name of the extension that is used to add additional test sets |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Name of tasks that is reponsible for cleaning downloaded distributions from the build tree
A configuration for managing downloading of Gradle distributions
The name of the default task that will be created by the plugin
Name of task that is responsible for downloading Gradle distributions
Subdirectory where distributions are downloaded to and unpacked if necessary
The name of the extension that is to used to configure location and downloadability of Gradle distributions
The string that is added to generator task names by default
A regex for matchign Gradle distribution packages
URI for Gradle distributions
The string that is added to classpath manifest task names by default
Default group for all tasks
The name of the extension that is used to add additional test sets