public class CheckRepository extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
REPOSITORY_KEY |
static String |
REPOSITORY_NAME |
static String |
RULES_DEFINITION_FOLDER |
| Modifier and Type | Method and Description |
|---|---|
static org.sonar.api.rule.RuleKey |
getRuleKey(String ruleKey)
Returns the
RuleKey of the rule identified by its Id as a string |
static List<String> |
getRuleKeys()
Returns the keys of all rules supported by this plugin
|
public static final String REPOSITORY_KEY
public static final String REPOSITORY_NAME
public static final String RULES_DEFINITION_FOLDER
public static org.sonar.api.rule.RuleKey getRuleKey(String ruleKey)
RuleKey of the rule identified by its Id as a stringruleKey - a rule key passed as a stringRuleKey if found or nullCopyright © 2018–2019. All rights reserved.