]> source.dussan.org Git - sonarqube.git/commit
SONAR-6300 WS to select the default quality profile for a language
authorJean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com>
Mon, 30 Mar 2015 16:40:05 +0000 (18:40 +0200)
committerJean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com>
Wed, 1 Apr 2015 08:44:20 +0000 (10:44 +0200)
commit67e2278d37142eed525696714b0b585d03daefe0
tree935a5c5dcba5b62e09a26bb04f56b569bf617110
parent8afbf65b0bed14347cae7d577489a1a1c86dea87
SONAR-6300 WS to select the default quality profile for a language
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/QProfileSetDefaultAction.java [new file with mode: 0644]
server/sonar-server/src/test/java/org/sonar/server/qualityprofile/ws/QProfileSetDefaultActionTest.java [new file with mode: 0644]