java.util.Collection<SingleFileReport>, org.gradle.util.Configurable<SingleFileReport>, DomainObjectCollection<SingleFileReport>, java.lang.Iterable<SingleFileReport>, NamedDomainObjectCollection<SingleFileReport>, NamedDomainObjectSet<SingleFileReport>, ReportContainer<SingleFileReport>, java.util.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 | 
clear, contains, containsAll, equals, hashCode, iterator, parallelStream, remove, removeAll, removeIf, retainAll, size, spliterator, stream, toArray, 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()