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
|
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, remove, removeAll, retainAll, size, toArray, toArray
FindBugsXmlReport getXml()
SingleFileReport getHtml()
SingleFileReport getText()
SingleFileReport getEmacs()