]> source.dussan.org Git - sonarqube.git/commit
SONAR-6399 WS to export a quality profile for external tools
authorJean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com>
Tue, 14 Apr 2015 14:53:27 +0000 (16:53 +0200)
committerJean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com>
Fri, 17 Apr 2015 15:23:28 +0000 (17:23 +0200)
commit51e596c8fff5742e3292d002c3fbc02e9575cc65
treea01e57915b9bfb2cf3b0eb5f0a9ef8bd326ff4db
parent20499b26a45114913f94387be92e9c473c5c7170
SONAR-6399 WS to export a quality profile for external tools
server/sonar-server/src/main/java/org/sonar/server/platform/ServerComponents.java
server/sonar-server/src/main/java/org/sonar/server/qualityprofile/QProfileBackuper.java
server/sonar-server/src/main/java/org/sonar/server/qualityprofile/ws/LanguageParamUtils.java
server/sonar-server/src/main/java/org/sonar/server/qualityprofile/ws/QProfileBackupAction.java
server/sonar-server/src/main/java/org/sonar/server/qualityprofile/ws/QProfileExportAction.java [new file with mode: 0644]
server/sonar-server/src/main/resources/org/sonar/server/qualityprofile/ws/example-exporters.json [new file with mode: 0644]
server/sonar-server/src/test/java/org/sonar/server/qualityprofile/ws/QProfileExportActionTest.java [new file with mode: 0644]