|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RuleFailureLevel | |
|---|---|
| org.sonar.commons.rules | |
| Uses of RuleFailureLevel in org.sonar.commons.rules |
|---|
| Methods in org.sonar.commons.rules that return RuleFailureLevel | |
|---|---|
RuleFailureLevel |
RuleFailure.getLevel()
|
RuleFailureLevel |
ActiveRule.getLevel()
|
static RuleFailureLevel |
RuleFailureLevel.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static RuleFailureLevel[] |
RuleFailureLevel.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.sonar.commons.rules with parameters of type RuleFailureLevel | |
|---|---|
java.util.List<ActiveRule> |
RulesProfile.getActiveRules(RuleFailureLevel level)
|
void |
RuleFailure.setLevel(RuleFailureLevel level)
|
void |
ActiveRule.setLevel(RuleFailureLevel level)
|
| Constructors in org.sonar.commons.rules with parameters of type RuleFailureLevel | |
|---|---|
ActiveRule(RulesProfile profile,
Rule rule,
RuleFailureLevel level)
|
|
RuleFailure(Rule rule,
RuleFailureLevel level)
|
|
RuleFailure(Rule rule,
RuleFailureLevel level,
Snapshot snapshot)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||