Groovy Documentation

org.ajoberstar.gradle.jdepend
[Groovy] Class JDependPlugin

java.lang.Object
  org.ajoberstar.gradle.jdepend.JDependPlugin
All Implemented Interfaces:
org.gradle.api.Plugin

class JDependPlugin
extends java.lang.Object

A org.gradle.api.Plugin that generates design quality metrics by scanning your source packages. This is done using the JDepend 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:
JDepend
JDependConvention
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