public interface FindBugsReports extends ReportContainer<SingleFileReport>
FindBugs task.
 Only one of the reports can be enabled when the task executes. If more than one is enabled, an InvalidUserDataException
 will be thrown.ReportContainer.ImmutableViolationException| Modifier and Type | Method and Description | 
|---|---|
| SingleFileReport | getEmacs()The findbugs Emacs report | 
| SingleFileReport | getHtml()The findbugs HTML report | 
| SingleFileReport | getText()The findbugs Text report | 
| FindBugsXmlReport | getXml()The findbugs 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, remove, removeAll, retainAll, size, toArray, toArray@Internal FindBugsXmlReport getXml()
@Internal SingleFileReport getHtml()
@Internal SingleFileReport getText()
@Internal SingleFileReport getEmacs()