public interface CheckstyleReports extends ReportContainer<SingleFileReport>
Checkstyle
task.ReportContainer.ImmutableViolationException
Modifier and Type | Method and Description |
---|---|
SingleFileReport |
getHtml()
The checkstyle HTML report.
|
SingleFileReport |
getXml()
The checkstyle XML report
This report IS enabled by default.
|
getEnabled
findAll, matching, matching, withType
add, addAll, addRule, addRule, findByName, getAsMap, getAt, getByName, getByName, getNamer, getNames, getRules
all, all, whenObjectAdded, whenObjectAdded, whenObjectRemoved, whenObjectRemoved, withType, withType
clear, contains, containsAll, equals, hashCode, isEmpty, iterator, parallelStream, remove, removeAll, removeIf, retainAll, size, spliterator, stream, toArray, toArray
SingleFileReport getHtml()
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.
SingleFileReport getXml()
This report IS enabled by default.