| Class | Description |
|---|---|
| AbstractCheckTaskEnhancer | Abstract base class for enhancers of code quality tasks. |
| AbstractPluginEnhancer | Abstract base class for enhancers that modify and extend the project extension and tasks of a code quality plugin. |
| CheckstyleAdditionsPlugin | Gradle plugin for adding enhancements to the Checkstyle extension and tasks. |
| CheckstyleEnhancer | Enhancer for the Checkstyle plugin. |
| FindBugsAdditionsPlugin | Gradle plugin for adding enhancements to the FindBugs extension and tasks. |
| FindBugsEnhancer | Enhancer for the FindBugs plugin. |
| JDependAdditionsPlugin | Gradle plugin for adding enhancements to the JDepend extension and tasks. |
| JDependEnhancer | Enhancer for the JDepend plugin. |
| JDependProperties | Wrapper class for specifying JDepend properties. |
| PmdAdditionsPlugin | Gradle plugin for adding enhancements to the Pmd extension and tasks. |
| PmdEnhancer | Enhancer for the PMD plugin. |
| PmdFilter | A PMD filter applies a rule violation filter loaded from a file on the result of a PMD analysis. |