Package org.gradle.api.plugins.quality
Plugins which measure and enforce code quality.
-
Interface Summary Interface Description CheckstyleReports The reporting configuration for theCheckstyle
task.CodeNarcReports The reporting configuration for theCodeNarc
test.FindBugsReports The reporting configuration for theFindBugs
task.FindBugsXmlReport The single file XML report for FindBugs.JDependReports The reporting configuration for theJDepend
task.PmdReports The reporting configuration for thePmd
task. -
Class Summary 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 APlugin
that 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 Summary Enum Description TargetJdk Represents the PMD targetjdk property available for PMD < 5.0