| Package | Description |
|---|---|
| org.sonar.api.batch.rule | |
| org.sonar.api.batch.rule.internal | |
| org.sonar.api.rule | |
| org.sonar.api.server.rule |
| Modifier and Type | Method and Description |
|---|---|
RuleStatus |
Rule.status() |
| Modifier and Type | Method and Description |
|---|---|
RuleStatus |
DefaultRule.status() |
| Modifier and Type | Method and Description |
|---|---|
NewRule |
NewRule.setStatus(RuleStatus s) |
| Modifier and Type | Method and Description |
|---|---|
static RuleStatus |
RuleStatus.defaultStatus() |
static RuleStatus |
RuleStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RuleStatus[] |
RuleStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
RuleStatus |
RuleDefinitions.Rule.status() |
| Modifier and Type | Method and Description |
|---|---|
RuleDefinitions.NewRule |
RuleDefinitions.NewRule.setStatus(RuleStatus status) |
Copyright © 2009-2014 SonarSource. All Rights Reserved.