Uses of Class
org.sonar.api.rule.RuleKey

Packages that use RuleKey
org.sonar.api.batch.analyzer.issue   
org.sonar.api.batch.analyzer.issue.internal   
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.measures   
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.analyzer.issue
 

Methods in org.sonar.api.batch.analyzer.issue that return RuleKey
 RuleKey AnalyzerIssue.ruleKey()
          The RuleKey of this issue.
 

Methods in org.sonar.api.batch.analyzer.issue with parameters of type RuleKey
 AnalyzerIssueBuilder AnalyzerIssueBuilder.ruleKey(RuleKey ruleKey)
          The RuleKey of the issue.
 

Uses of RuleKey in org.sonar.api.batch.analyzer.issue.internal
 

Methods in org.sonar.api.batch.analyzer.issue.internal that return RuleKey
 RuleKey DefaultAnalyzerIssue.ruleKey()
           
 

Methods in org.sonar.api.batch.analyzer.issue.internal with parameters of type RuleKey
 DefaultAnalyzerIssueBuilder DefaultAnalyzerIssueBuilder.ruleKey(RuleKey ruleKey)
           
 

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
 NewRule RulesBuilder.add(RuleKey key)
           
 NewActiveRule ActiveRulesBuilder.create(RuleKey ruleKey)
           
 

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.measures
 

Methods in org.sonar.api.measures that return RuleKey
 RuleKey RuleMeasure.ruleKey()
           
 

Methods in org.sonar.api.measures with parameters of type RuleKey
static RuleMeasure RuleMeasure.createForRule(Metric metric, RuleKey ruleKey, Double value)
           
 RuleMeasure RuleMeasure.setRuleKey(RuleKey ruleKey)
           
 

Constructors in org.sonar.api.measures with parameters of type RuleKey
RuleMeasure(Metric metric, RuleKey ruleKey, RulePriority rulePriority, Integer ruleCategory)
          This constructor is for internal use only.
 

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
 



Copyright © 2009-2014 SonarSource. All Rights Reserved.