Package org.gradle.api.plugins.quality
Interface FindBugsReports
- All Superinterfaces:
Collection<SingleFileReport>,org.gradle.util.Configurable<ReportContainer<SingleFileReport>>,DomainObjectCollection<SingleFileReport>,Iterable<SingleFileReport>,NamedDomainObjectCollection<SingleFileReport>,NamedDomainObjectSet<SingleFileReport>,ReportContainer<SingleFileReport>,Set<SingleFileReport>
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.-
Nested Class Summary
Nested classes/interfaces inherited from interface org.gradle.api.reporting.ReportContainer
ReportContainer.ImmutableViolationException -
Method Summary
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArrayMethods inherited from interface org.gradle.util.Configurable
configureMethods inherited from interface org.gradle.api.DomainObjectCollection
all, all, whenObjectAdded, whenObjectAdded, whenObjectRemoved, whenObjectRemoved, withType, withTypeMethods inherited from interface org.gradle.api.NamedDomainObjectCollection
add, addAll, addRule, addRule, addRule, findByName, getAt, getByName, getByName, getByNameMethods inherited from interface org.gradle.api.NamedDomainObjectSet
findAll, matching, matching, withTypeMethods inherited from interface org.gradle.api.reporting.ReportContainer
getAsMap, getEnabled, getEnabledDirectoryReportDestinations, getEnabledFileReportDestinations, getEnabledReportNames, getNamer, getNames, getRules, isEmpty
-
Method Details
-
getXml
The findbugs XML report- Returns:
- The findbugs XML report
-
getHtml
The findbugs HTML report- Returns:
- The findbugs HTML report
-
getText
The findbugs Text report- Returns:
- The findbugs Text report
-
getEmacs
The findbugs Emacs report- Returns:
- The findbugs Emacs report
-