Interface PmdReports
- All Superinterfaces:
Collection<SingleFileReport>, org.gradle.util.Configurable<ReportContainer<SingleFileReport>>, DomainObjectCollection<SingleFileReport>, Iterable<SingleFileReport>, NamedDomainObjectCollection<SingleFileReport>, NamedDomainObjectSet<SingleFileReport>, ReportContainer<SingleFileReport>, Set<SingleFileReport>
The reporting configuration for the
Pmd task.-
Nested Class Summary
Nested classes/interfaces inherited from interface ReportContainer
ReportContainer.ImmutableViolationException -
Method Summary
Methods inherited from interface Collection
parallelStream, removeIf, stream, toArrayMethods inherited from interface org.gradle.util.Configurable
configureMethods inherited from interface DomainObjectCollection
all, all, whenObjectAdded, whenObjectAdded, whenObjectRemoved, whenObjectRemoved, withType, withTypeMethods inherited from interface NamedDomainObjectCollection
add, addAll, addRule, addRule, addRule, findByName, getAt, getByName, getByName, getByNameMethods inherited from interface NamedDomainObjectSet
findAll, matching, matching, withTypeMethods inherited from interface ReportContainer
getAsMap, getEnabled, getEnabledDirectoryReportDestinations, getEnabledFileReportDestinations, getEnabledReportNames, getNamer, getNames, getRules, isEmpty
-
Method Details
-
getHtml
The pmd (single file) HTML report- Returns:
- The pmd (single file) HTML report
-
getXml
The pmd (single file) XML report- Returns:
- The pmd (single file) XML report
-