|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RuleKey | |
|---|---|
| org.sonar.api.issue | |
| org.sonar.api.issue.internal | This package contains classes that MUST NOT be used by plugins, except for unit testing. |
| org.sonar.api.rule | |
| org.sonar.api.rules | |
| Uses of RuleKey in org.sonar.api.issue |
|---|
| Methods in org.sonar.api.issue that return RuleKey | |
|---|---|
RuleKey |
Issue.ruleKey()
|
| Methods in org.sonar.api.issue that return types with arguments of type RuleKey | |
|---|---|
Collection<RuleKey> |
IssueQuery.rules()
|
| Methods in org.sonar.api.issue with parameters of type RuleKey | |
|---|---|
Issuable.IssueBuilder |
Issuable.IssueBuilder.ruleKey(RuleKey ruleKey)
The rule key is mandatory. |
| Method parameters in org.sonar.api.issue with type arguments of type RuleKey | |
|---|---|
IssueQuery.Builder |
IssueQuery.Builder.rules(Collection<RuleKey> rules)
|
| Uses of RuleKey in org.sonar.api.issue.internal |
|---|
| Methods in org.sonar.api.issue.internal that return RuleKey | |
|---|---|
RuleKey |
DefaultIssue.ruleKey()
|
| Methods in org.sonar.api.issue.internal with parameters of type RuleKey | |
|---|---|
DefaultIssue |
DefaultIssue.setRuleKey(RuleKey k)
|
| Uses of RuleKey in org.sonar.api.rule |
|---|
| Methods in org.sonar.api.rule that return RuleKey | |
|---|---|
static RuleKey |
RuleKey.of(String repository,
String rule)
Create a key. |
static RuleKey |
RuleKey.parse(String s)
Create a key from a string representation (see toString(). |
| Uses of RuleKey in org.sonar.api.rules |
|---|
| Methods in org.sonar.api.rules that return RuleKey | |
|---|---|
RuleKey |
Rule.ruleKey()
|
| Methods in org.sonar.api.rules with parameters of type RuleKey | |
|---|---|
Rule |
RuleFinder.findByKey(RuleKey key)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||