| 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 | 
RulesDefinition.Rule.status()  | 
| Modifier and Type | Method and Description | 
|---|---|
RulesDefinition.NewRule | 
RulesDefinition.NewRule.setStatus(RuleStatus status)
Default value is  
READY. | 
Copyright © 2009–2015 SonarSource. All rights reserved.