Uses of Class
org.sonar.api.profiles.RulesProfile

Packages that use RulesProfile
org.sonar.api.batch   
org.sonar.api.database.daos   
org.sonar.api.database.model   
org.sonar.api.profiles   
org.sonar.api.rules   
 

Uses of RulesProfile in org.sonar.api.batch
 

Constructors in org.sonar.api.batch with parameters of type RulesProfile
AbstractViolationsStaxParser(SensorContext context, RulesManager rulesManager, RulesProfile profile)
          Deprecated. since 1.11.
 

Uses of RulesProfile in org.sonar.api.database.daos
 

Methods in org.sonar.api.database.daos that return RulesProfile
 RulesProfile ProfilesDao.getActiveProfile(java.lang.String languageKey, java.lang.String projectResourceKey)
           
 RulesProfile ProfilesDao.getProfile(java.lang.String languageKey, java.lang.String profileName)
           
 RulesProfile RulesDao.getProfileById(int profileId)
           
 RulesProfile ProfilesDao.getProfileById(int profileId)
           
 

Methods in org.sonar.api.database.daos that return types with arguments of type RulesProfile
 java.util.List<RulesProfile> ProfilesDao.getActiveProfiles()
           
 java.util.List<RulesProfile> ProfilesDao.getProfiles()
           
 java.util.List<RulesProfile> ProfilesDao.getProfiles(java.lang.String languageKey)
           
 java.util.List<RulesProfile> ProfilesDao.getProvidedProfiles()
           
 

Uses of RulesProfile in org.sonar.api.database.model
 

Methods in org.sonar.api.database.model that return RulesProfile
 RulesProfile ResourceModel.getRulesProfile()
           
 

Methods in org.sonar.api.database.model with parameters of type RulesProfile
 void ResourceModel.setRulesProfile(RulesProfile rulesProfile)
           
 

Uses of RulesProfile in org.sonar.api.profiles
 

Methods in org.sonar.api.profiles that return RulesProfile
 RulesProfile Alert.getRulesProfile()
           
 

Methods in org.sonar.api.profiles with parameters of type RulesProfile
 void Alert.setRulesProfile(RulesProfile rulesProfile)
          Sets the alert profile
 

Constructors in org.sonar.api.profiles with parameters of type RulesProfile
Alert(RulesProfile rulesProfile, Metric metric, java.lang.String operator, java.lang.String valueError, java.lang.String valueWarning)
          Creates an alert
 

Uses of RulesProfile in org.sonar.api.rules
 

Methods in org.sonar.api.rules that return RulesProfile
 RulesProfile ActiveRule.getRulesProfile()
           
 RulesProfile StandardProfileXmlParser.importConfiguration(java.lang.String configuration)
           
 RulesProfile AbstractImportableRulesRepository.loadProvidedProfile(java.lang.String name, java.lang.String fileName)
           
 

Methods in org.sonar.api.rules that return types with arguments of type RulesProfile
 java.util.List<RulesProfile> RulesRepository.getProvidedProfiles()
           
 java.util.List<RulesProfile> AbstractImportableRulesRepository.getProvidedProfiles()
           
 

Methods in org.sonar.api.rules with parameters of type RulesProfile
 java.lang.String ConfigurationExportable.exportConfiguration(RulesProfile profile)
           
 void ActiveRule.setRulesProfile(RulesProfile rulesProfile)
           
 

Constructors in org.sonar.api.rules with parameters of type RulesProfile
ActiveRule(RulesProfile profile, Rule rule, RulePriority priority)
          Creates an ActiveRule
 



Copyright © 2009-2010 SonarSource SA. All Rights Reserved.