]> source.dussan.org Git - sonarqube.git/commit
SONAR-2230 Add Java client for the web service "profiles"
authorsimonbrandhof <simon.brandhof@gmail.com>
Tue, 15 Mar 2011 15:05:08 +0000 (16:05 +0100)
committersimonbrandhof <simon.brandhof@gmail.com>
Tue, 15 Mar 2011 15:25:42 +0000 (16:25 +0100)
commit73a5f721a6b3a56bf1b7edc1f3e69350138e113b
tree02081adbb15d87cdb865d00dcd9f23b1de82afb9
parent6962e9a418086ddbf0cd06cbfa78ae3d980c62e3
SONAR-2230 Add Java client for the web service "profiles"
sonar-server/src/main/webapp/WEB-INF/app/controllers/api/profiles_controller.rb
sonar-ws-client/src/main/java/org/sonar/wsclient/services/Profile.java [new file with mode: 0644]
sonar-ws-client/src/main/java/org/sonar/wsclient/services/ProfileQuery.java [new file with mode: 0644]
sonar-ws-client/src/main/java/org/sonar/wsclient/unmarshallers/ProfileUnmarshaller.java [new file with mode: 0644]
sonar-ws-client/src/main/java/org/sonar/wsclient/unmarshallers/Unmarshallers.java
sonar-ws-client/src/test/java/org/sonar/wsclient/unmarshallers/ProfileUnmarshallerTest.java [new file with mode: 0644]
sonar-ws-client/src/test/resources/profiles/profile.json [new file with mode: 0644]