The reporting configuration for the 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.
| Type | Name 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 |
| Methods inherited from class | Name |
|---|---|
interface ReportContainer |
getEnabled |
interface NamedDomainObjectSet |
findAll, matching, matching, withType |
interface NamedDomainObjectCollection |
add, addAll, addRule, addRule, findByName, getAsMap, getAt, getByName, getByName, getNamer, getNames, getRules, matching, matching, withType |
interface Set |
add, remove, equals, hashCode, clear, contains, isEmpty, iterator, size, toArray, toArray, spliterator, addAll, containsAll, removeAll, retainAll, stream, removeIf, parallelStream, forEach |
The findbugs Emacs report
The findbugs HTML report
The findbugs Text report
The findbugs XML report