]> source.dussan.org Git - sonarqube.git/commit
SONAR-4923 Move getProfileExportersForLanguage and getProfileImportersForLanguage...
authorJulien Lancelot <julien.lancelot@sonarsource.com>
Fri, 17 Jan 2014 14:20:31 +0000 (15:20 +0100)
committerJulien Lancelot <julien.lancelot@sonarsource.com>
Fri, 17 Jan 2014 14:20:31 +0000 (15:20 +0100)
commitfe2d98c382b7a58f101e6d55e718563ff299c70e
tree12a56d9d10effb1d9e0a933cde5d1275ca2461c5
parent07c3f887ce44e90a8f219824d55d06d5c01c9edb
SONAR-4923 Move getProfileExportersForLanguage and  getProfileImportersForLanguage to Java facade
sonar-plugin-api/src/main/java/org/sonar/api/profiles/ProfileExporter.java
sonar-plugin-api/src/main/java/org/sonar/api/profiles/ProfileImporter.java
sonar-server/src/main/java/org/sonar/server/qualityprofile/QProfilePluginExporter.java
sonar-server/src/main/java/org/sonar/server/qualityprofile/QProfiles.java
sonar-server/src/main/webapp/WEB-INF/app/views/profiles/_create_form.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/profiles/permalinks.html.erb
sonar-server/src/test/java/org/sonar/server/qualityprofile/QProfilePluginExporterTest.java
sonar-server/src/test/java/org/sonar/server/qualityprofile/QProfilesTest.java