Interface CheckstyleReports
- 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
Checkstyle 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 checkstyle HTML report.This report IS enabled by default.
Enabling this report will also cause the XML report to be generated, as the HTML is derived from the XML.
- Returns:
- The checkstyle HTML report
- Since:
- 2.10
-
getXml
The checkstyle XML reportThis report IS enabled by default.
- Returns:
- The checkstyle XML report
-