public interface SpotBugsReports
extends org.gradle.api.reporting.ReportContainer<org.gradle.api.reporting.SingleFileReport>
SpotBugsTask task.
Only one of the reports can be enabled when the task executes. If more than one is enabled, an InvalidUserDataException
will be thrown.| Modifier and Type | Method and Description |
|---|---|
org.gradle.api.reporting.SingleFileReport |
getEmacs()
The spotbugs Emacs report
|
org.gradle.api.reporting.SingleFileReport |
getHtml()
The spotbugs HTML report
|
org.gradle.api.reporting.SingleFileReport |
getText()
The spotbugs Text report
|
SpotBugsXmlReport |
getXml()
The spotbugs XML report
|
getAsMap, getEnabled, getEnabledDirectoryReportDestinations, getEnabledFileReportDestinations, getEnabledReportNames, getNamer, getNames, getRules, isEmptyfindAll, matching, matching, withTypeadd, addAll, addRule, addRule, addRule, findByName, getAt, getByName, getByName, getByNameall, all, whenObjectAdded, whenObjectAdded, whenObjectRemoved, whenObjectRemoved, withType, withTypeclear, contains, containsAll, equals, hashCode, iterator, parallelStream, remove, removeAll, removeIf, retainAll, size, spliterator, stream, toArray, toArray@Internal SpotBugsXmlReport getXml()
@Internal org.gradle.api.reporting.SingleFileReport getHtml()
@Internal org.gradle.api.reporting.SingleFileReport getText()
@Internal org.gradle.api.reporting.SingleFileReport getEmacs()