|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ActiveRule | |
|---|---|
| org.sonar.api.database.daos | |
| org.sonar.api.profiles | |
| org.sonar.api.rules | |
| Uses of ActiveRule in org.sonar.api.database.daos |
|---|
| Methods in org.sonar.api.database.daos with parameters of type ActiveRule | |
|---|---|
void |
RulesDao.synchronizeRuleOfActiveRule(ActiveRule activeRule,
String pluginKey)
|
| Method parameters in org.sonar.api.database.daos with type arguments of type ActiveRule | |
|---|---|
void |
RulesDao.addActiveRulesToProfile(List<ActiveRule> activeRules,
int profileId,
String pluginKey)
|
| Uses of ActiveRule in org.sonar.api.profiles |
|---|
| Methods in org.sonar.api.profiles that return ActiveRule | |
|---|---|
ActiveRule |
RulesProfile.getActiveRule(Rule rule)
THIS METHOD SHOULD NOT BE USED AS CURRENTLY THE PLUGIN KEY CAN NOT BE DETERMINED |
ActiveRule |
RulesProfile.getActiveRule(String pluginKey,
String ruleKey)
|
| Methods in org.sonar.api.profiles that return types with arguments of type ActiveRule | |
|---|---|
List<ActiveRule> |
RulesProfile.getActiveRules()
|
List<ActiveRule> |
RulesProfile.getActiveRules(RulePriority priority)
|
List<ActiveRule> |
RulesProfile.getActiveRulesByPlugin(String pluginKey)
|
| Method parameters in org.sonar.api.profiles with type arguments of type ActiveRule | |
|---|---|
void |
RulesProfile.setActiveRules(List<ActiveRule> activeRules)
Sets the list of active rules |
| Uses of ActiveRule in org.sonar.api.rules |
|---|
| Methods in org.sonar.api.rules that return ActiveRule | |
|---|---|
ActiveRule |
ActiveRuleParam.getActiveRule()
|
| Methods in org.sonar.api.rules that return types with arguments of type ActiveRule | |
|---|---|
List<ActiveRule> |
ConfigurationImportable.importConfiguration(String configuration,
List<Rule> rules)
|
| Methods in org.sonar.api.rules with parameters of type ActiveRule | |
|---|---|
void |
ActiveRuleParam.setActiveRule(ActiveRule activeRule)
|
| Method parameters in org.sonar.api.rules with type arguments of type ActiveRule | |
|---|---|
protected void |
StandardProfileXmlParser.buildActiveRulesFromProfile(Profile profile,
List<ActiveRule> activeRules)
|
| Constructors in org.sonar.api.rules with parameters of type ActiveRule | |
|---|---|
ActiveRuleParam(ActiveRule activeRule,
RuleParam ruleParam,
String value)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||