@Incubating
public interface SpotBugsXmlReport
extends org.gradle.api.reporting.SingleFileReport
| Modifier and Type | Method and Description |
|---|---|
boolean |
isWithMessages()
Whether or not SpotBugs should generate XML augmented with human-readable messages.
|
void |
setWithMessages(boolean withMessages)
Whether or not SpotBugs should generate XML augmented with human-readable messages.
|
getDestination, getOutputType@Internal boolean isWithMessages()
If true, SpotBugs will augment the XML with human-readable messages.
If false, SpotBugs will not augment the XML with human-readable messages.
void setWithMessages(boolean withMessages)
withMessages - Whether or not SpotBugs should generate XML augmented with human-readable messages.isWithMessages()