| Package | Description |
|---|---|
| org.gradle.api.plugins.quality |
Plugins which measure and enforce code quality.
|
| org.gradle.api.plugins.quality.internal | |
| org.gradle.api.reporting |
Classes for reporting.
|
| org.gradle.api.reporting.internal |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CheckstyleReports
The reporting configuration for the the
Checkstyle test. |
interface |
CodeNarcReports
The reporting configuration for the the
CodeNarc test. |
interface |
FindBugsReports
The reporting configuration for the the
FindBugs task. |
interface |
JDependReports
The reporting configuration for the the
JDepend task. |
interface |
PmdReports
The reporting configuration for the the
Pmd task. |
| Modifier and Type | Class and Description |
|---|---|
class |
CheckstyleReportsImpl |
class |
CodeNarcReportsImpl |
class |
FindBugsReportsImpl |
class |
JDependReportsImpl |
class |
PmdReportsImpl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Reporting<T extends ReportContainer>
An object that provides reporting options
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultReportContainer<T extends Report> |
class |
TaskReportContainer<T extends Report> |
| Modifier and Type | Method and Description |
|---|---|
ReportContainer<T> |
DefaultReportContainer.configure(Closure cl) |
Copyright © 2013. All rights reserved