Package org.gradle.api.plugins.quality
Interface CheckstyleReports
- 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 
Checkstyle task.- 
Nested Class SummaryNested classes/interfaces inherited from interface org.gradle.api.reporting.ReportContainerReportContainer.ImmutableViolationException
- 
Method SummaryMethods inherited from interface java.util.CollectionparallelStream, removeIf, stream, toArrayMethods inherited from interface org.gradle.util.ConfigurableconfigureMethods inherited from interface org.gradle.api.DomainObjectCollectionaddAllLater, addLater, all, all, configureEach, whenObjectAdded, whenObjectAdded, whenObjectRemoved, whenObjectRemoved, withType, withTypeMethods inherited from interface org.gradle.api.NamedDomainObjectCollectionadd, addAll, addRule, addRule, addRule, findByName, getAt, getByName, getByName, getByName, getCollectionSchema, named, named, named, namedMethods inherited from interface org.gradle.api.NamedDomainObjectSetfindAll, matching, matching, named, withTypeMethods inherited from interface org.gradle.api.reporting.ReportContainergetAsMap, getEnabled, getEnabledReports, getNamer, getNames, getRules, isEmpty
- 
Method Details- 
getHtmlThe 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
 
- 
getXmlThe checkstyle XML reportThis report IS enabled by default. - Returns:
- The checkstyle XML report
 
- 
getSarifThe checkstyle SARIF reportThis report is NOT enabled by default. - Returns:
- The checkstyle SARIF report
- Since:
- 8.1
 
 
-