| Package | Description |
|---|---|
| org.gradle.api.tasks.compile |
The compilation
Task implementations. |
| org.gradle.api.tasks.javadoc |
The documentation generation
Task implementations. |
| org.gradle.api.tasks.scala |
Scala
Task implementations. |
| org.gradle.api.tasks.testing |
The unit testing
Task implementations. |
| Modifier and Type | Method and Description |
|---|---|
GroovyCompileOptions |
GroovyCompile.getGroovyOptions()
Gets the options for the Groovy compilation.
|
CompileOptions |
GroovyCompile.getOptions()
Returns the options for Java compilation.
|
CompileOptions |
Compile.getOptions()
Returns the compilation options.
|
| Modifier and Type | Method and Description |
|---|---|
MinimalJavadocOptions |
Javadoc.getOptions()
Returns the Javadoc generation options.
|
| Modifier and Type | Method and Description |
|---|---|
CompileOptions |
ScalaCompile.getOptions()
Returns the Java compilation options.
|
org.gradle.api.tasks.scala.ScalaCompileOptions |
ScalaCompile.getScalaCompileOptions()
Returns the Scala compilation options.
|
org.gradle.api.tasks.scala.ScalaDocOptions |
ScalaDoc.getScalaDocOptions()
Returns the ScalaDoc generation options.
|
| Modifier and Type | Method and Description |
|---|---|
TestFrameworkOptions |
Test.getOptions()
Returns the test options options.
|
Copyright © 2013. All rights reserved