| Package | Description |
|---|---|
| org.gradle.api.reporting |
Classes for reporting.
|
| org.gradle.api.reporting.internal |
| Modifier and Type | Method and Description |
|---|---|
Report.OutputType |
SingleFileReport.getOutputType()
Always returns
FILE |
Report.OutputType |
Report.getOutputType()
The type of output that the report generates.
|
static Report.OutputType |
Report.OutputType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Report.OutputType[] |
Report.OutputType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Report.OutputType |
SimpleReport.getOutputType() |
| Constructor and Description |
|---|
SimpleReport(String name,
Report.OutputType outputType,
FileResolver fileResolver) |
TaskGeneratedReport(String name,
Report.OutputType outputType,
Task task) |
Copyright © 2013. All rights reserved