]> source.dussan.org Git - sonarqube.git/commit
SONAR-6299 WS to delete a quality profile
authorJean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com>
Thu, 2 Apr 2015 14:13:29 +0000 (16:13 +0200)
committerJean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com>
Fri, 3 Apr 2015 14:46:17 +0000 (16:46 +0200)
commit8ec086fd99a9311825acbefe30f75de7b11bebd0
tree1ff56b292c22a5ad4ef17acf2802d76c1d81de12
parent09c5d20c6c86d544c5a5a2448fe553b95f3cba2d
SONAR-6299 WS to delete a quality profile
server/sonar-server/src/main/java/org/sonar/server/platform/ServerComponents.java
server/sonar-server/src/main/java/org/sonar/server/qualityprofile/QProfileFactory.java
server/sonar-server/src/main/java/org/sonar/server/qualityprofile/ws/QProfileDeleteAction.java [new file with mode: 0644]
server/sonar-server/src/main/java/org/sonar/server/qualityprofile/ws/QProfileParamUtils.java [new file with mode: 0644]
server/sonar-server/src/test/java/org/sonar/server/qualityprofile/ws/QProfileDeleteActionTest.java [new file with mode: 0644]