org.gradle.util.Configurable<Report>, ConfigurableReport, Report, Serializable, SingleFileReport@Deprecated public interface FindBugsXmlReport extends SingleFileReport
Report.OutputType| Modifier and Type | Method | Description | 
|---|---|---|
| boolean | isWithMessages() | Deprecated. Whether or not FindBugs should generate XML augmented with human-readable messages. | 
| void | setWithMessages(boolean withMessages) | Deprecated. Whether or not FindBugs should generate XML augmented with human-readable messages. | 
setDestination, setDestination, setEnabled, setEnabledgetDisplayName, getName, isEnabledgetDestination, getOutputType@Input boolean isWithMessages()
 If true, FindBugs will augment the XML with human-readable messages.
 If false, FindBugs will not augment the XML with human-readable messages.
void setWithMessages(boolean withMessages)
withMessages - Whether or not FindBugs should generate XML augmented with human-readable messages.isWithMessages()