|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.jcandksolutions.gradle.androidunittest.AndroidUnitTestPluginExtension
class AndroidUnitTestPluginExtension
Class that handles the extension of the plugin for configuration.
| Method Summary | |
|---|---|
boolean
|
getTestReleaseBuildType()
Retrieves the TestReleaseBuildType property which enables testing if release build types. |
boolean
|
isDownloadDependenciesJavadoc()
Retrieves the DownloadDependenciesJavadoc property which enables the download of the Javadoc of the app dependencies. |
boolean
|
isDownloadDependenciesSources()
Retrieves the DownloadDependenciesSources property which enables the download of the sources of the app dependencies. |
boolean
|
isDownloadTestDependenciesJavadoc()
Retrieves the DownloadTestDependenciesJavadoc property which enables the download of the Javadoc of the tests dependencies. |
boolean
|
isDownloadTestDependenciesSources()
Retrieves the DownloadTestDependenciesSources property which enables the download of the sources of the tests dependencies. |
void
|
setDownloadDependenciesJavadoc(boolean value)
Sets the DownloadDependenciesJavadoc property which enables the download of the Javadoc of the app dependencies. |
void
|
setDownloadDependenciesSources(boolean value)
Sets the DownloadDependenciesSources property which enables the download of the sources of the app dependencies. |
void
|
setDownloadTestDependenciesJavadoc(boolean value)
Sets the DownloadTestDependenciesJavadoc property which enables the download of the Javadoc of the tests dependencies. |
void
|
setDownloadTestDependenciesSources(boolean value)
Sets the DownloadTestDependenciesSources property which enables the download of the sources of the tests dependencies. |
void
|
setTestReleaseBuildType(boolean value)
Sets the TestReleaseBuildType property which enables testing if release build types. |
| Methods inherited from class java.lang.Object | |
|---|---|
| java.lang.Object#wait(), java.lang.Object#wait(long, int), java.lang.Object#wait(long), 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() |
| Method Detail |
|---|
boolean getTestReleaseBuildType()
boolean isDownloadDependenciesJavadoc()
boolean isDownloadDependenciesSources()
boolean isDownloadTestDependenciesJavadoc()
boolean isDownloadTestDependenciesSources()
void setDownloadDependenciesJavadoc(boolean value)
value - The value to set.
void setDownloadDependenciesSources(boolean value)
value - The value to set.
void setDownloadTestDependenciesJavadoc(boolean value)
value - The value to set.
void setDownloadTestDependenciesSources(boolean value)
value - The value to set.
void setTestReleaseBuildType(boolean value)
value - The value to set.
Groovy Documentation