api / org.gradle.api.plugins.quality / FindBugsExtension / setReportLevel

setReportLevel

open fun setReportLevel(reportLevel: String): Unit

The priority threshold for reporting bugs. If set to low, all bugs are reported. If set to medium (the default), medium and high priority bugs are reported. If set to high, only high priority bugs are reported.