]> source.dussan.org Git - sonarqube.git/commit
SONAR-2382 Create a new "reviews" web service API
authorFabrice Bellingard <bellingard@gmail.com>
Fri, 29 Apr 2011 11:50:38 +0000 (13:50 +0200)
committerFabrice Bellingard <bellingard@gmail.com>
Fri, 29 Apr 2011 11:52:03 +0000 (13:52 +0200)
commit4f21ba8d2162a383cab0324c45c85564cb7dcede
tree96e3cdec536a4e42a76106926c1f9e84d2c288fc
parent693a1f7bb5071178546d2d2d636e0965aa226ef2
SONAR-2382 Create a new "reviews" web service API

- Add possibility to use keys or ids for resources/projects
- Add possibility to use logins or ids for authors/assignees
- Remove the "html" parameter on the ReviewQuery (comments will
  always be returned in HTML)
sonar-ws-client/src/main/java/org/sonar/wsclient/services/ReviewQuery.java
sonar-ws-client/src/test/java/org/sonar/wsclient/services/ReviewQueryTest.java