public class SpotBugsReportsImpl extends org.gradle.api.reporting.internal.TaskReportContainer<org.gradle.api.reporting.SingleFileReport> implements SpotBugsReportsInternal
org.gradle.api.internal.DefaultNamedDomainObjectCollection.Index<T>, org.gradle.api.internal.DefaultNamedDomainObjectCollection.UnfilteredIndex<T>org.gradle.api.internal.DefaultDomainObjectCollection.IteratorImpl| Constructor and Description |
|---|
SpotBugsReportsImpl(org.gradle.api.Task task) |
| Modifier and Type | Method and Description |
|---|---|
org.gradle.api.reporting.SingleFileReport |
getEmacs()
The spotbugs Emacs report
|
org.gradle.api.reporting.SingleFileReport |
getHtml()
The spotbugs HTML report
|
org.gradle.api.reporting.SingleFileReport |
getText()
The spotbugs Text report
|
java.lang.Boolean |
getWithMessagesFlag() |
SpotBugsXmlReport |
getXml()
The spotbugs XML report
|
add, configure, getEnabled, getEnabledDirectoryReportDestinations, getEnabledFileReportDestinations, getEnabledReportNames, getFirstEnabledfiltered, filteredStore, findAll, getDisplayName, matching, matching, withTypeadd, addRule, addRule, addRule, assertCanAdd, assertCanAdd, clear, createNotFoundException, didAdd, didRemove, filteredIndex, findByName, findByNameWithoutRules, getAdditionalMethods, getAdditionalProperties, getAsMap, getAt, getByName, getByName, getByName, getElementsAsDynamicObject, getInstantiator, getNamer, getNames, getRules, getTypeDisplayName, handleAttemptToAddItemWithNonUniqueName, hasWithName, index, removeByName, toStringaddAll, all, all, assertMutable, beforeChange, contains, containsAll, createFilter, createFilter, createFilter, estimatedSize, filteredEvents, findAll, getEventRegister, getStore, getType, isEmpty, iterator, remove, removeAll, retainAll, size, whenObjectAdded, whenObjectAdded, whenObjectRemoved, whenObjectRemoved, withType, withTypeclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetFirstEnabledgetAsMap, getEnabled, getEnabledDirectoryReportDestinations, getEnabledFileReportDestinations, getEnabledReportNames, getNamer, getNames, getRules, isEmptyfindAll, matching, matching, withTypeadd, addAll, addRule, addRule, addRule, findByName, getAt, getByName, getByName, getByNameall, all, whenObjectAdded, whenObjectAdded, whenObjectRemoved, whenObjectRemoved, withType, withTypeclear, contains, containsAll, equals, hashCode, iterator, parallelStream, remove, removeAll, removeIf, retainAll, size, spliterator, stream, toArray, toArraypublic SpotBugsXmlReport getXml()
SpotBugsReportsgetXml in interface SpotBugsReportspublic org.gradle.api.reporting.SingleFileReport getHtml()
SpotBugsReportsgetHtml in interface SpotBugsReportspublic org.gradle.api.reporting.SingleFileReport getText()
SpotBugsReportsgetText in interface SpotBugsReportspublic org.gradle.api.reporting.SingleFileReport getEmacs()
SpotBugsReportsgetEmacs in interface SpotBugsReportspublic java.lang.Boolean getWithMessagesFlag()
getWithMessagesFlag in interface SpotBugsReportsInternal