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

getReportLevel

open fun getReportLevel(): String

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.