| Package | Description |
|---|---|
| org.gradle.api.reporting.internal | |
| 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. |
| org.gradle.api.tasks.wrapper |
The Gradle wrapper
Task. |
| org.gradle.external.javadoc |
Classes to run Javadoc.
|
| Modifier and Type | Method and Description |
|---|---|
SortedSet<String> |
TaskReportContainer.getEnabledReportNames() |
| Modifier and Type | Method and Description |
|---|---|
String |
AbstractCompile.getSourceCompatibility()
Returns the Java language level to use to compile the source files.
|
String |
AbstractCompile.getTargetCompatibility()
Returns the target JVM to generate the
.class files for. |
| Modifier and Type | Method and Description |
|---|---|
String |
Groovydoc.getDocTitle()
Returns the title for the package index(first) page.
|
String |
Javadoc.getExecutable()
Returns the Javadoc executable to use to generate the Javadoc.
|
String |
Groovydoc.getFooter()
Returns the html footer for each page.
|
String |
Groovydoc.getHeader()
Returns the html header for each page.
|
Set<Groovydoc.Link> |
Groovydoc.getLinks()
Returns the links to groovydoc/javadoc output at the given URL.
|
String |
Javadoc.getTitle()
Returns the title for the generated documentation.
|
String |
Groovydoc.getWindowTitle()
Returns the browser window title for the documentation.
|
boolean |
Javadoc.isFailOnError()
Specifies whether this task should fail when errors are encountered during Javadoc generation.
|
boolean |
Groovydoc.isIncludePrivate()
Returns whether to include all classes and members (i.e.
|
boolean |
Groovydoc.isUse()
Returns whether to create class and package usage pages.
|
| Modifier and Type | Method and Description |
|---|---|
String |
ScalaDoc.getTitle()
Returns the documentation title.
|
| Modifier and Type | Method and Description |
|---|---|
FileCollection |
Test.getBootstrapClasspath()
Returns the bootstrap classpath to use for the process.
|
FileTree |
Test.getCandidateClassFiles()
Returns the classes files to scan for test classes.
|
boolean |
Test.getEnableAssertions()
Returns true if assertions are enabled for the process.
|
String |
Test.getExecutable()
Returns the name of the executable to use.
|
boolean |
Test.getIgnoreFailures()
Specifies whether the build should break when the verifications performed by this task fail.
|
List<String> |
Test.getJvmArgs()
Returns the extra arguments to use to launch the JVM for the process.
|
Map<String,Object> |
Test.getSystemProperties()
Returns the system properties which will be used for the process.
|
File |
Test.getWorkingDir()
Returns the working directory for the process.
|
boolean |
Test.isScanForTestClasses()
Specifies whether test classes should be detected.
|
boolean |
Test.isTestReport()
Specifies whether the test report should be generated.
|
| Modifier and Type | Method and Description |
|---|---|
String |
Wrapper.getDistributionUrl()
The URL to download the gradle distribution from.
|
| Modifier and Type | Method and Description |
|---|---|
String |
MinimalJavadocOptions.getDoclet() |
String |
MinimalJavadocOptions.getEncoding() |
String |
MinimalJavadocOptions.getHeader() |
String |
MinimalJavadocOptions.getLocale() |
JavadocMemberLevel |
MinimalJavadocOptions.getMemberLevel() |
String |
MinimalJavadocOptions.getOverview() |
String |
MinimalJavadocOptions.getSource() |
String |
MinimalJavadocOptions.getWindowTitle() |
boolean |
MinimalJavadocOptions.isBreakIterator() |
Copyright © 2013. All rights reserved