Below this diagram is possible?


Above diagram workflow is really possible.

If you mean is it possible that developers commit code to Bitbucket which triggers a Jenkins CI job that runs the SonarQube Scanner as a part of the CI job which pushes scan result to SonarQube app server (connected to a database backend) where developers can be notified / see the results and take action on issues

Then yes, all possible!

Colin