|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ajoberstar.gradle.pmd.PMDPlugin
class PMDPlugin extends java.lang.Object
A org.gradle.api.Plugin that generates code quality metrics by scanning your source packages. This is done using the PMD tool.
This plugin will automtically generate a task for each Java source set.
See http for more information.Method Summary | |
---|---|
void
|
apply(org.gradle.api.Project project)
Applies the plugin to the specified project. |
Methods inherited from class java.lang.Object | |
---|---|
java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Method Detail |
---|
void apply(org.gradle.api.Project project)
project
- the project to apply this plugin too
Groovy Documentation