|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RulesCategory | |
|---|---|
| org.sonar.api.rules | |
| Uses of RulesCategory in org.sonar.api.rules |
|---|
| Fields in org.sonar.api.rules declared as RulesCategory | |
|---|---|
static RulesCategory |
Iso9126RulesCategories.EFFICIENCY
Deprecated. |
static RulesCategory |
Iso9126RulesCategories.MAINTAINABILITY
Deprecated. |
static RulesCategory |
Iso9126RulesCategories.PORTABILITY
Deprecated. |
static RulesCategory |
Iso9126RulesCategories.RELIABILITY
Deprecated. |
static RulesCategory |
Iso9126RulesCategories.USABILITY
Deprecated. |
| Fields in org.sonar.api.rules with type parameters of type RulesCategory | |
|---|---|
static List<RulesCategory> |
Iso9126RulesCategories.ALL
Deprecated. |
| Methods in org.sonar.api.rules that return RulesCategory | |
|---|---|
static RulesCategory |
RulesCategory.fromIsoCategory(IsoCategory iso)
Deprecated. |
RulesCategory |
Rule.getRulesCategory()
Deprecated. since 2.5 See http://jira.codehaus.org/browse/SONAR-2007 |
| Methods in org.sonar.api.rules with parameters of type RulesCategory | |
|---|---|
Rule |
Rule.setRulesCategory(RulesCategory rulesCategory)
Deprecated. since 2.5 See http://jira.codehaus.org/browse/SONAR-2007 |
| Constructors in org.sonar.api.rules with parameters of type RulesCategory | |
|---|---|
Rule(String name,
String key,
RulesCategory rulesCategory,
String pluginName,
String description)
Deprecated. since 2.3. Use the factory method Rule.create() |
|
Rule(String pluginKey,
String key,
String name,
RulesCategory rulesCategory,
RulePriority severity)
Deprecated. since 2.3. Use the factory method Rule.create() |
|
Rule(String name,
String key,
String configKey,
RulesCategory rulesCategory,
String pluginName,
String description)
Deprecated. since 2.3. Use the factory method Rule.create() |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||