Hey guys!
I'm setting up a Jenkins server with Sonar for code analysis and coverage with FindBugs, Cobertura and PMD.
Then I was asked to create a job in it that runs tests for some project and if Findbugs find some scary or worst problem then the build results in failure.
After some googling I came up to
this where it says
Release 4.26
Added option to either use FindBugs bug priority or rank when mapping the plug-in warning priorities
I thought that, with this change, I could set ranks in thresholds seen in this image

So, I would like to know if it's possible to do what I was asked to and, if so, how to do it. And if I got it wrong, what's "use rank as priority" stands for?
Thanks in advance!