Top "Sonarqube-api" questions

The SonarQube HTTP api allows to access SonarQube functionality via a json or protocol buffer interface.

java.lang.IllegalStateException: Not a JSON Object

I am trying to get a json response from SonarQube using the SonarQube web API. While assigning the JsonElement into …

java json spring-mvc sonarqube sonarqube-api
REST API for getting project last analysis date?

How do I get a project's last analysis time (the one you can see in the dashboard) with the REST …

sonarqube sonarqube-api
How to check quality gate status for a project using the API?

I need to trigger HipChat notification for a project as soon as quality gate fails for a project in SonarQube. …

sonarqube sonarqube5.3 hipchat sonarqube-api