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

setEffort

open fun setEffort(effort: String): Unit

The analysis effort level. The value specified should be one of min, default, or max. Higher levels increase precision and find more bugs at the expense of running time and memory consumption.