Interface CheckstyleReports

All Superinterfaces:
Collection<SingleFileReport>, org.gradle.util.Configurable<ReportContainer<SingleFileReport>>, DomainObjectCollection<SingleFileReport>, Iterable<SingleFileReport>, NamedDomainObjectCollection<SingleFileReport>, NamedDomainObjectSet<SingleFileReport>, ReportContainer<SingleFileReport>, Set<SingleFileReport>

public interface CheckstyleReports extends ReportContainer<SingleFileReport>
The reporting configuration for the Checkstyle task.
  • 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 report

      This report IS enabled by default.

      Returns:
      The checkstyle XML report