aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-server/src/main/webapp/WEB-INF/app/models/internal.rb
diff options
context:
space:
mode:
authorJulien Lancelot <julien.lancelot@gmail.com>2014-01-26 17:35:44 +0100
committerJulien Lancelot <julien.lancelot@gmail.com>2014-01-26 17:35:44 +0100
commitf94f5c0b411968716121a0b7762b3f0e5e088eaf (patch)
tree2b2d18eb5fd115c8409a347d6adffec8208095e7 /sonar-server/src/main/webapp/WEB-INF/app/models/internal.rb
parent446d2c0ec863fcff8df1316286d6b7ffecdfb2a8 (diff)
downloadsonarqube-f94f5c0b411968716121a0b7762b3f0e5e088eaf.tar.gz
sonarqube-f94f5c0b411968716121a0b7762b3f0e5e088eaf.zip
QProfiles refactoring : move all logic to underlying services
Diffstat (limited to 'sonar-server/src/main/webapp/WEB-INF/app/models/internal.rb')
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/models/internal.rb8
1 files changed, 8 insertions, 0 deletions
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/models/internal.rb b/sonar-server/src/main/webapp/WEB-INF/app/models/internal.rb
index 39207cce4eb..2d6162c2cc1 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/models/internal.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/models/internal.rb
@@ -70,6 +70,14 @@ class Internal
component(Java::OrgSonarServerQualityprofile::QProfiles.java_class)
end
+ def self.profile_backup
+ component(Java::OrgSonarServerQualityprofile::QProfileBackup.java_class)
+ end
+
+ def self.profile_exporter
+ component(Java::OrgSonarServerQualityprofile::QProfileRepositoryExporter.java_class)
+ end
+
def self.rules
component(Java::OrgSonarServerRule::Rules.java_class)
end