|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RuleKey | |
|---|---|
| org.sonar.api.batch.rule | |
| org.sonar.api.batch.rule.internal | |
| 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.batch.rule |
|---|
| Methods in org.sonar.api.batch.rule that return RuleKey | |
|---|---|
RuleKey |
Rule.key()
|
RuleKey |
ActiveRule.ruleKey()
|
RuleKey |
Checks.ruleKey(C check)
|
| Methods in org.sonar.api.batch.rule with parameters of type RuleKey | |
|---|---|
Rule |
Rules.find(RuleKey key)
|
ActiveRule |
ActiveRules.find(RuleKey ruleKey)
Find a ActiveRule by the associated rule key. |
C |
Checks.of(RuleKey ruleKey)
|
| Uses of RuleKey in org.sonar.api.batch.rule.internal |
|---|
| Methods in org.sonar.api.batch.rule.internal that return RuleKey | |
|---|---|
RuleKey |
DefaultRule.key()
|
| Methods in org.sonar.api.batch.rule.internal with parameters of type RuleKey | |
|---|---|
NewActiveRule |
ActiveRulesBuilder.activate(RuleKey ruleKey)
|
NewRule |
RulesBuilder.add(RuleKey key)
|
| 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()
Deprecated. |
| Methods in org.sonar.api.technicaldebt.batch with parameters of type RuleKey | |
|---|---|
Requirement |
TechnicalDebtModel.requirementsByRule(RuleKey ruleKey)
Deprecated. since 4.3. Always return null |
| Uses of RuleKey in org.sonar.api.technicaldebt.batch.internal |
|---|
| Methods in org.sonar.api.technicaldebt.batch.internal that return RuleKey | |
|---|---|
RuleKey |
DefaultRequirement.ruleKey()
Deprecated. |
| Methods in org.sonar.api.technicaldebt.batch.internal with parameters of type RuleKey | |
|---|---|
DefaultRequirement |
DefaultRequirement.setRuleKey(RuleKey ruleKey)
Deprecated. |
| Uses of RuleKey in org.sonar.api.technicaldebt.server |
|---|
| Methods in org.sonar.api.technicaldebt.server that return RuleKey | |
|---|---|
RuleKey |
Characteristic.ruleKey()
Deprecated. since 4.3. return null |
| Uses of RuleKey in org.sonar.api.technicaldebt.server.internal |
|---|
| Methods in org.sonar.api.technicaldebt.server.internal that return RuleKey | |
|---|---|
RuleKey |
DefaultCharacteristic.ruleKey()
Deprecated. since 4.2 |
| Methods in org.sonar.api.technicaldebt.server.internal with parameters of type RuleKey | |
|---|---|
DefaultCharacteristic |
DefaultCharacteristic.setRuleKey(RuleKey ruleKey)
Deprecated. since 4.2 |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||