See: Description
| Interface | Description | 
|---|---|
| CheckstyleReports | The reporting configuration for the  Checkstyletask. | 
| CodeNarcReports | The reporting configuration for the  CodeNarctest. | 
| FindBugsReports | The reporting configuration for the  FindBugstask. | 
| FindBugsXmlReport | The single file XML report for FindBugs. | 
| JDependReports | The reporting configuration for the  JDependtask. | 
| PmdReports | The reporting configuration for the  Pmdtask. | 
| Class | Description | 
|---|---|
| Checkstyle | Runs Checkstyle against some source files. | 
| CheckstyleExtension | Configuration options for the Checkstyle plugin. | 
| CheckstylePlugin | Checkstyle Plugin. | 
| CodeNarc | Runs CodeNarc against some source files. | 
| CodeNarcExtension | Configuration options for the CodeNarc plugin. | 
| CodeNarcPlugin | CodeNarc Plugin. | 
| CodeQualityExtension | Base Code Quality Extension. | 
| FindBugs | Analyzes code with FindBugs. | 
| FindBugsExtension | Configuration options for the FindBugs plugin. | 
| FindBugsPlugin | A plugin for the FindBugs byte code analyzer. | 
| JDepend | Analyzes code with JDepend. | 
| JDependExtension | Configuration options for the JDepend plugin. | 
| JDependPlugin | A  Pluginthat generates design quality metrics by scanning your source packages. | 
| Pmd | Runs a set of static code analysis rules on Java source code files and generates a report of problems found. | 
| PmdExtension | Configuration options for the PMD plugin. | 
| PmdPlugin | A plugin for the PMD source code analyzer. | 
| Enum | Description | 
|---|---|
| TargetJdk | Represents the PMD targetjdk property available for PMD < 5.0 |