| Package | Description |
|---|---|
| org.gradle.api.tasks.bundling |
The archive bundling
Task implementations. |
| org.gradle.api.tasks.diagnostics |
The built-in diagnostic
Task implementations. |
| org.gradle.api.tasks.wrapper |
The Gradle wrapper
Task. |
| org.gradle.plugins.ide.api |
General ide plugin api.
|
| Modifier and Type | Method and Description |
|---|---|
File |
AbstractArchiveTask.getArchivePath()
The path where the archive is constructed.
|
| Modifier and Type | Method and Description |
|---|---|
File |
AbstractReportTask.getOutputFile()
Returns the file which the report will be written to.
|
| Modifier and Type | Method and Description |
|---|---|
File |
Wrapper.getBatchScript()
Returns the file to write the wrapper batch script to.
|
File |
Wrapper.getJarFile()
Returns the file to write the wrapper jar file to.
|
File |
Wrapper.getPropertiesFile()
Returns the file to write the wrapper properties to.
|
File |
Wrapper.getScriptFile()
Returns the file to write the wrapper script to.
|
| Modifier and Type | Method and Description |
|---|---|
File |
GeneratorTask.getOutputFile()
The output file to write the final configuration to.
|
Copyright © 2013. All rights reserved