|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD |
org.gradle.api.NamedDomainObjectSet org.gradle.util.Configurable org.gradle.api.plugins.quality.PmdReports org.gradle.api.NamedDomainObjectCollection org.gradle.api.reporting.ReportContainer java.lang.Iterable org.gradle.api.DomainObjectCollection java.util.Collection
public interface PmdReports extends ReportContainer
The reporting configuration for the Pmd task.
Method Summary | |
---|---|
SingleFileReport
|
getHtml()
The pmd (single file) HTML report |
SingleFileReport
|
getXml()
The pmd (single file) XML report |
Methods inherited from interface ReportContainer | |
---|---|
getEnabled |
Methods inherited from interface NamedDomainObjectSet | |
---|---|
findAll, matching, matching, withType |
Method Detail |
---|
public SingleFileReport getHtml()
public SingleFileReport getXml()
Gradle API 1.12