org.gradle.util.Configurable<Report>
, ConfigurableReport
, Report
, Serializable
, SingleFileReport
@Incubating public interface FindBugsXmlReport extends SingleFileReport
Report.OutputType
Modifier and Type | Method | Description |
---|---|---|
boolean |
isWithMessages() |
Whether or not FindBugs should generate XML augmented with human-readable messages.
|
void |
setWithMessages(boolean withMessages) |
Whether or not FindBugs should generate XML augmented with human-readable messages.
|
setDestination
getDisplayName, getName, isEnabled, setEnabled
getDestination, getOutputType
@Internal 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()