]> source.dussan.org Git - sonarqube.git/commit
SONAR-6307 WS to change the parent of a quality profile
authorJean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com>
Wed, 8 Apr 2015 09:54:35 +0000 (11:54 +0200)
committerJean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com>
Fri, 10 Apr 2015 09:19:25 +0000 (11:19 +0200)
commit5a4027c007014262d0cf9aaa11dcf43b63934bc3
tree69e2601a568df2d2f47e51e2dfbd34f4768c6460
parent0aaeb8c595e64a43aa1590d1bb6a4fbafe5e8826
SONAR-6307 WS to change the parent of 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/RuleActivator.java
server/sonar-server/src/main/java/org/sonar/server/qualityprofile/ws/QProfileChangeParentAction.java [new file with mode: 0644]
server/sonar-server/src/main/java/org/sonar/server/qualityprofile/ws/QProfileIdentificationParamUtils.java
server/sonar-server/src/test/java/org/sonar/server/qualityprofile/ws/QProfileChangeParentActionMediumTest.java [new file with mode: 0644]