|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ActiveRule | |
---|---|
org.sonar.api.profiles | |
org.sonar.api.rules |
Uses of ActiveRule in org.sonar.api.profiles |
---|
Methods in org.sonar.api.profiles that return ActiveRule | |
---|---|
ActiveRule |
RulesProfile.activateRule(Rule rule)
|
ActiveRule |
RulesProfile.getActiveRule(Rule rule)
|
ActiveRule |
RulesProfile.getActiveRule(java.lang.String repositoryKey,
java.lang.String ruleKey)
|
ActiveRule |
RulesProfile.getActiveRuleByConfigKey(java.lang.String repositoryKey,
java.lang.String configKey)
|
Methods in org.sonar.api.profiles that return types with arguments of type ActiveRule | |
---|---|
java.util.List<ActiveRule> |
RulesProfile.getActiveRules()
|
java.util.List<ActiveRule> |
RulesProfile.getActiveRules(RulePriority priority)
|
java.util.List<ActiveRule> |
RulesProfile.getActiveRulesByPlugin(java.lang.String repositoryKey)
Deprecated. use getActiveRulesByRepository() |
java.util.List<ActiveRule> |
RulesProfile.getActiveRulesByRepository(java.lang.String repositoryKey)
|
Method parameters in org.sonar.api.profiles with type arguments of type ActiveRule | |
---|---|
void |
RulesProfile.setActiveRules(java.util.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()
|
ActiveRule |
ActiveRule.setParameter(java.lang.String key,
java.lang.String value)
|
Methods in org.sonar.api.rules that return types with arguments of type ActiveRule | |
---|---|
java.util.List<ActiveRule> |
ConfigurationImportable.importConfiguration(java.lang.String configuration,
java.util.List<Rule> rules)
|
Methods in org.sonar.api.rules with parameters of type ActiveRule | |
---|---|
void |
ActiveRuleParam.setActiveRule(ActiveRule activeRule)
Deprecated. visibility should be decreased to protected or package |
Method parameters in org.sonar.api.rules with type arguments of type ActiveRule | |
---|---|
protected void |
StandardProfileXmlParser.buildActiveRulesFromProfile(Profile profile,
java.util.List<ActiveRule> activeRules)
|
Constructors in org.sonar.api.rules with parameters of type ActiveRule | |
---|---|
ActiveRuleParam(ActiveRule activeRule,
RuleParam ruleParam,
java.lang.String value)
Deprecated. visibility should be decreased to protected or package |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |