-
Notifications
You must be signed in to change notification settings - Fork 2
Home
badamowicz edited this page Sep 3, 2014
·
13 revisions
The Sonar High Level API is an easy to use Java-API for accessing a SonarQube instance and retrieving some resource data from it. Under the hood Sonar-HLA uses the Sonar WS Client. However, users of Sonar-HLA will not get in touch with it. Sonar-HLA tries to hide the complexity of the Sonar WS-API. Currently Sonar-HLA consists of two components:
- The API itself which may be integrated as a dependency into other projects.
- A Maven plugin which uses this API. By putting a plugin over the API, handling of parameters required to Sonar-HLA becomes much easier.
For getting started, just refer to the Quick Start guides provided in the Wiki and you will get a first impression.
© 2014 BERND ADAMOWICZ www.bernd-adamowicz.de