| Package | Description |
|---|---|
| org.gradle.api.reporting |
Classes for reporting.
|
| org.gradle.api.reporting.internal |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ReportContainer<T extends Report>
A container of potential reports.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
SingleFileReport
A report that is a single file.
|
| Modifier and Type | Field and Description |
|---|---|
static Namer<Report> |
Report.NAMER |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultReportContainer<T extends Report> |
class |
TaskReportContainer<T extends Report> |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleReport |
class |
TaskGeneratedReport |
class |
TaskGeneratedSingleFileReport |
| Modifier and Type | Method and Description |
|---|---|
Report |
SimpleReport.configure(Closure configure) |
Copyright © 2013. All rights reserved