| Package | Description |
|---|---|
| org.sonar.api.ce.measure | |
| org.sonar.api.ce.measure.test | |
| org.sonar.api.rules | |
| org.sonar.api.server.rule |
| Modifier and Type | Method and Description |
|---|---|
RuleType |
Issue.type() |
| Modifier and Type | Method and Description |
|---|---|
RuleType |
TestIssue.type() |
| Modifier and Type | Method and Description |
|---|---|
TestIssue.Builder |
TestIssue.Builder.setType(RuleType type) |
| Modifier and Type | Method and Description |
|---|---|
static RuleType |
RuleType.valueOf(int dbConstant)
Returns the enum constant of the specified DB column value.
|
static RuleType |
RuleType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RuleType[] |
RuleType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
RuleType |
RulesDefinition.Rule.type() |
| Modifier and Type | Method and Description |
|---|---|
RulesDefinition.NewRule |
RulesDefinition.NewRule.setType(RuleType t)
The type as defined by the SonarQube Quality Model.
|
Copyright © 2009–2016 SonarSource. All rights reserved.