]> source.dussan.org Git - sonarqube.git/commit
SONAR-6303 WS to compare quality profiles
authorJean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com>
Fri, 10 Apr 2015 16:03:35 +0000 (18:03 +0200)
committerJean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com>
Wed, 15 Apr 2015 07:49:39 +0000 (09:49 +0200)
commit03084baafbc2ee034309143ee71e866b98e322b4
tree365ac540e1adf43f9b18ca370897c4c7ce36ba69
parent8653f27ae8b0af739bc92b6b5b21357cfbd942eb
SONAR-6303 WS to compare quality profiles
server/sonar-server/src/main/java/org/sonar/server/platform/ServerComponents.java
server/sonar-server/src/main/java/org/sonar/server/qualityprofile/QProfileComparator.java [new file with mode: 0644]
server/sonar-server/src/main/java/org/sonar/server/qualityprofile/ws/QProfileCompareAction.java [new file with mode: 0644]
server/sonar-server/src/main/resources/org/sonar/server/qualityprofile/ws/example-compare.json [new file with mode: 0644]
server/sonar-server/src/test/java/org/sonar/server/qualityprofile/ws/QProfileCompareActionMediumTest.java [new file with mode: 0644]
server/sonar-server/src/test/resources/org/sonar/server/qualityprofile/ws/QProfileCompareActionMediumTest/compare_nominal.json [new file with mode: 0644]