Groovy Documentation

org.ajoberstar.gradle.pmd
[Groovy] Class PMDPlugin

java.lang.Object
  org.ajoberstar.gradle.pmd.PMDPlugin
All Implemented Interfaces:
org.gradle.api.Plugin

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.
Authors:
Andrew Oberstar
Version:
0.1.0
See Also:
Findbugs
FindbugsConvention
Since:
0.1.0


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

apply

void apply(org.gradle.api.Project project)
Applies the plugin to the specified project.
Parameters:
project - the project to apply this plugin too


 

Groovy Documentation