Collection<SingleFileReport>, org.gradle.util.Configurable<ReportContainer<SingleFileReport>>, DomainObjectCollection<SingleFileReport>, Iterable<SingleFileReport>, NamedDomainObjectCollection<SingleFileReport>, NamedDomainObjectSet<SingleFileReport>, ReportContainer<SingleFileReport>, Set<SingleFileReport>@Deprecated 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 | Description | 
|---|---|---|
| SingleFileReport | getEmacs() | Deprecated. The findbugs Emacs report | 
| CustomizableHtmlReport | getHtml() | Deprecated. The findbugs HTML report | 
| SingleFileReport | getText() | Deprecated. The findbugs Text report | 
| FindBugsXmlReport | getXml() | Deprecated. The findbugs XML report | 
parallelStream, removeIf, stream, toArrayaddAllLater, addLater, all, all, configureEach, whenObjectAdded, whenObjectAdded, whenObjectRemoved, whenObjectRemoved, withType, withTypeadd, addAll, addRule, addRule, addRule, findByName, getAt, getByName, getByName, getByName, getCollectionSchema, named, named, named, namedfindAll, matching, matching, withTypegetAsMap, getEnabled, getEnabledReports, getNamer, getNames, getRules, isEmpty@Internal FindBugsXmlReport getXml()
@Internal CustomizableHtmlReport getHtml()
@Internal SingleFileReport getText()
@Internal SingleFileReport getEmacs()