api / org.gradle.api.plugins.quality / FindBugsXmlReport

FindBugsXmlReport

@Incubating interface FindBugsXmlReport : SingleFileReport

The single file XML report for FindBugs.

Functions

isWithMessages

abstract fun isWithMessages(): Boolean

Whether or not FindBugs should generate XML augmented with human-readable messages. You should use this format if you plan to generate a report using an XSL stylesheet.

If true, FindBugs will augment the XML with human-readable messages. If false, FindBugs will not augment the XML with human-readable messages.

setWithMessages

abstract fun setWithMessages(withMessages: Boolean): Unit

Whether or not FindBugs should generate XML augmented with human-readable messages.

Inherited Functions

getDestination

abstract fun getDestination(): File

getOutputType

abstract fun getOutputType(): OutputType

Always returns Report.OutputType#FILE