|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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(String languageKey,
String projectResourceKey)
|
RulesProfile |
ProfilesDao.getProfile(String languageKey,
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 | |
|---|---|
List<RulesProfile> |
ProfilesDao.getActiveProfiles()
|
List<RulesProfile> |
ProfilesDao.getProfiles()
|
List<RulesProfile> |
ProfilesDao.getProfiles(String languageKey)
|
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)
|
| Constructors in org.sonar.api.profiles with parameters of type RulesProfile | |
|---|---|
Alert(RulesProfile rulesProfile,
Metric metric,
String operator,
String valueError,
String valueWarning)
|
|
| Uses of RulesProfile in org.sonar.api.rules |
|---|
| Methods in org.sonar.api.rules that return RulesProfile | |
|---|---|
RulesProfile |
ActiveRule.getRulesProfile()
|
RulesProfile |
StandardProfileXmlParser.importConfiguration(String configuration)
|
RulesProfile |
AbstractImportableRulesRepository.loadProvidedProfile(String name,
String fileName)
|
| Methods in org.sonar.api.rules that return types with arguments of type RulesProfile | |
|---|---|
List<RulesProfile> |
RulesRepository.getProvidedProfiles()
|
List<RulesProfile> |
AbstractImportableRulesRepository.getProvidedProfiles()
|
| Methods in org.sonar.api.rules with parameters of type RulesProfile | |
|---|---|
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)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||