Interface PmdReports
- All Superinterfaces:
Collection<SingleFileReport>, Configurable<ReportContainer<SingleFileReport>>, DomainObjectCollection<SingleFileReport>, DomainObjectSet<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 Configurable
configureMethods inherited from interface DomainObjectCollection
addAllLater, addLater, all, all, configureEach, disallowChanges, whenObjectAdded, whenObjectAdded, whenObjectRemoved, whenObjectRemoved, withType, withTypeMethods inherited from interface NamedDomainObjectCollection
add, addAll, addRule, addRule, addRule, findByName, getAt, getByName, getByName, getByName, getCollectionSchema, named, named, named, namedMethods inherited from interface ReportContainer
getAsMap, getElements, getEnabled, getEnabledReports, 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
-
getCsv
The pmd (single file) CSV report- Returns:
- The pmd (single file) CSV report
- Since:
- 9.4.0
-
getCodeClimate
The pmd (single file) Code Climate JSON report- Returns:
- The pmd (single file) Code Climate JSON report
- Since:
- 9.4.0
-
getSarif
The pmd (single file) sarif JSON report- Returns:
- The pmd (single file) sarif JSON report
- Since:
- 9.4.0
-