|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RuleFailureLevel | |
|---|---|
| org.sonar.commons.rules | |
| org.sonar.plugins.api.maven | |
| 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're 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)
|
|
| Uses of RuleFailureLevel in org.sonar.plugins.api.maven |
|---|
| Methods in org.sonar.plugins.api.maven that return RuleFailureLevel | |
|---|---|
protected abstract RuleFailureLevel |
AbstractViolationsXmlParser.levelForViolation(org.w3c.dom.Element violation)
Deprecated. |
protected abstract RuleFailureLevel |
AbstractViolationsStaxParser.levelForViolation(org.codehaus.staxmate.in.SMInputCursor violationCursor)
|
| Methods in org.sonar.plugins.api.maven with parameters of type RuleFailureLevel | |
|---|---|
void |
ProjectContext.addViolation(Resource resource,
Rule rule,
java.lang.String message,
RuleFailureLevel level,
java.lang.Integer lineId)
Does nothing if the resource is set as excluded. |
void |
ProjectContext.addViolation(Resource resource,
Rule rule,
java.lang.String message,
RuleFailureLevel level,
RuleFailureParam... params)
Does nothing if the resource is set as excluded. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||