|
||||||||||
| 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 | |
| org.sonar.api.technicaldebt.batch | |
| org.sonar.api.technicaldebt.batch.internal | |
| org.sonar.api.technicaldebt.server | |
| org.sonar.api.technicaldebt.server.internal | |
| 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)
|
| Uses of RuleKey in org.sonar.api.technicaldebt.batch |
|---|
| Methods in org.sonar.api.technicaldebt.batch that return RuleKey | |
|---|---|
RuleKey |
Requirement.ruleKey()
|
| Methods in org.sonar.api.technicaldebt.batch with parameters of type RuleKey | |
|---|---|
Requirement |
TechnicalDebtModel.requirementsByRule(RuleKey ruleKey)
|
| Uses of RuleKey in org.sonar.api.technicaldebt.batch.internal |
|---|
| Methods in org.sonar.api.technicaldebt.batch.internal that return RuleKey | |
|---|---|
RuleKey |
DefaultRequirement.ruleKey()
|
| Methods in org.sonar.api.technicaldebt.batch.internal with parameters of type RuleKey | |
|---|---|
DefaultRequirement |
DefaultRequirement.setRuleKey(RuleKey ruleKey)
|
| Uses of RuleKey in org.sonar.api.technicaldebt.server |
|---|
| Methods in org.sonar.api.technicaldebt.server that return RuleKey | |
|---|---|
RuleKey |
Characteristic.ruleKey()
|
| Uses of RuleKey in org.sonar.api.technicaldebt.server.internal |
|---|
| Methods in org.sonar.api.technicaldebt.server.internal that return RuleKey | |
|---|---|
RuleKey |
DefaultCharacteristic.ruleKey()
|
| Methods in org.sonar.api.technicaldebt.server.internal with parameters of type RuleKey | |
|---|---|
DefaultCharacteristic |
DefaultCharacteristic.setRuleKey(RuleKey ruleKey)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||