Groovy Documentation
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _

A

AntJDepend - Class in org.ajoberstar.gradle.jdepend.internal
A helper class to call the JDepend Ant task.
apply(Project) - Method in FindbugsPlugin
Applies the plugin to the specified project.
apply(Project) - Method in JDependPlugin
Applies the plugin to the specified project.
apply(Project) - Method in PMDPlugin
Applies the plugin to the specified project.

B


C

call(AntBuilder, Project, File, File, boolean) - Method in AntJDepend
Calls the JDepend Ant task
check() - Method in Findbugs
Runs the Findbugs analysis on the code.
check() - Method in PMD
Run the PMD analysis.

D


E


F

Findbugs - Class in org.ajoberstar.gradle.findbugs

Gradle task that runs a Findbugs analysis on your code.

FindbugsConvention - Class in org.ajoberstar.gradle.findbugs
Convention specifying defaults for the Findbugs plugin.
FindbugsConvention(Project) - Constructor in FindbugsConvention
Creates a convention instance tied to the specified project.
FindbugsException - Class in org.ajoberstar.gradle.findbugs
Thrown when an exception happens in Findbugs processing.
FindbugsException(String, Throwable) - Constructor in FindbugsException
Constructs a new exception with the specified detail message and cause.
FindbugsPlugin - Class in org.ajoberstar.gradle.findbugs

A org.gradle.api.Plugin which uses static analysis to look for bugs in Java code.

findbugsProp(String) - Method in Findbugs
Adds a property to the end of the list of findbugs properties.

G

getClassesDir() - Method in JDepend
Gets the directory containing the classes to analyze.
getReportsDir() - Method in PMDConvention
Gets the directory to be used for Findbugs reports.
getResultsDir() - Method in FindbugsConvention
Gets the directory to be used for Findbugs results.
getResultsDir() - Method in JDependConvention
Gets the directory to be used for JDepend results.
getResultsDir() - Method in PMDConvention
Gets the directory to be used for Findbugs results.
getResultsFile() - Method in JDepend
Gets the file that will contain the XMl results.

H


I

isIgnoreFailures() - Method in JDepend
Gets whether this task will ignore failures and continue running the build.

J

JDepend - Class in org.ajoberstar.gradle.jdepend

Gradle task that runs a JDepend analysis on your code.

JDepend() - Constructor in JDepend
Default constructor.
JDependConvention - Class in org.ajoberstar.gradle.jdepend
Convention specifying defaults for the JDepend plugin.
JDependConvention(Project) - Constructor in JDependConvention
Creates a convention instance tied to the specified project.
JDependPlugin - Class in org.ajoberstar.gradle.jdepend

A org.gradle.api.Plugin that generates design quality metrics by scanning your source packages.


K


L


M


N


O


P

PMD - Class in org.ajoberstar.gradle.pmd

Gradle task that runs a PMD analysis on your code.

PMDConvention - Class in org.ajoberstar.gradle.pmd
Convention specifying defaults for the PMD plugin.
PMDConvention(Project) - Constructor in PMDConvention
Creates a convention instance tied to the specified project.
PMDPlugin - Class in org.ajoberstar.gradle.pmd

A org.gradle.api.Plugin that generates code quality metrics by scanning your source packages.


Q


R

rulesets(String) - Method in PMDConvention
Adds a ruleset file path to the set.

S

setClassesDir(File) - Method in JDepend
Sets the directory containing the classes to analyze.
setIgnoreFailures(boolean) - Method in Findbugs
Sets whether warnings generated by Findbugs will stop the build.
setIgnoreFailures(boolean) - Method in JDepend
Sets whether this task will ignore failures and continue running the build.
setIgnoreFailures(boolean) - Method in PMD
Sets whether warnings generated by Findbugs will stop the build.
setResultsFile(File) - Method in JDepend
Sets the file that will contain the XMl results.
systemProp(String, String) - Method in Findbugs
Adds a system property to the map of system properties.

T


U


V


W


X


Y


Z


_


Groovy Documentation