public class SpotBugsXmlReportImpl extends org.gradle.api.reporting.internal.TaskGeneratedSingleFileReport implements SpotBugsXmlReport
| Constructor and Description |
|---|
SpotBugsXmlReportImpl(java.lang.String name,
org.gradle.api.Task task) |
| 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.
|
configure, getDestination, getDisplayName, getName, getOutputType, isEnabled, setDestination, setDestination, setDestination, setEnabled, setEnabled, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetDestination, getOutputTypepublic SpotBugsXmlReportImpl(java.lang.String name,
org.gradle.api.Task task)
public boolean isWithMessages()
SpotBugsXmlReport
If true, SpotBugs will augment the XML with human-readable messages.
If false, SpotBugs will not augment the XML with human-readable messages.
isWithMessages in interface SpotBugsXmlReportpublic void setWithMessages(boolean withMessages)
SpotBugsXmlReportsetWithMessages in interface SpotBugsXmlReportwithMessages - Whether or not SpotBugs should generate XML augmented with human-readable messages.SpotBugsXmlReport.isWithMessages()