org.gradle.api.plugins.quality
[Java] Interface CheckstyleReports
org.gradle.api.NamedDomainObjectSet
org.gradle.api.reporting.ReportContainer
java.lang.Iterable
org.gradle.api.plugins.quality.CheckstyleReports
org.gradle.api.NamedDomainObjectCollection
org.gradle.api.DomainObjectCollection
org.gradle.util.Configurable
java.util.Collection
- All Superinterfaces:
- NamedDomainObjectSet, ReportContainer, Iterable, NamedDomainObjectCollection, DomainObjectCollection, Configurable, Collection
public interface CheckstyleReports
extends ReportContainer
The reporting configuration for the Checkstyle test.
getXml
public SingleFileReport getXml()
- The checkstyle XML report
- Returns:
- The checkstyle XML report
Gradle API 1.9