I am developing a custom plugin to launch an analysis from the SonarQube's web interface. So I have implemented a WebService
class with a Controller
and an Action
.
I would like to call in the handler of this action the other APIs in order to create a project ans set the quality profiles (with parameter given in json).
I manage to call them from my JS client following the official guide but there is nothing concerning server side.
I would like to know how to call those APIs from Java server side with SonarQube 6.3.1.