org.gradle.api.plugins.quality
[Java] Interface PmdReports
org.gradle.api.reporting.ReportContainer
org.gradle.api.DomainObjectCollection
org.gradle.api.NamedDomainObjectCollection
java.lang.Iterable
org.gradle.api.plugins.quality.PmdReports
java.util.Collection
org.gradle.api.NamedDomainObjectSet
- All Superinterfaces:
- DomainObjectCollection, ReportContainer, NamedDomainObjectCollection, Iterable, Collection, NamedDomainObjectSet
public interface PmdReports
extends ReportContainer
The reporting configuration for the the Pmd task.
Methods inherited from interface org.gradle.util.Configurable
|
org.gradle.util.Configurable#configure(groovy.lang.Closure) |
Methods inherited from interface NamedDomainObjectCollection
|
add, addAll, addRule, addRule, findByName, getAsMap, getAt, getByName, getByName, getNamer, getRules, matching, matching, withType |
Methods inherited from interface DomainObjectCollection
|
all, all, allObjects, allObjects, findAll, findAll, getAll, matching, matching, whenObjectAdded, whenObjectAdded, whenObjectRemoved, whenObjectRemoved, withType, withType, withType |
getHtml
public SingleFileReport getHtml()
- The pmd (single file) html report
- Returns:
- The pmd (single file) html report
getXml
public SingleFileReport getXml()
- The pmd (single file) xml report
- Returns:
- The pmd (single file) xml report
Gradle API 1.0-milestone-8a