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, equals, hashCode, clear, contains, isEmpty, size, toArray, toArray, addAll, iterator, remove, containsAll, removeAll, retainAll |
The findbugs Emacs report
The findbugs HTML report
The findbugs Text report
The findbugs XML report