| Package | Description | 
|---|---|
| org.sonar.api.server.rule | 
| Modifier and Type | Interface and Description | 
|---|---|
static interface  | 
RulesDefinition.Repository  | 
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
RulesDefinition.RepositoryImpl  | 
| Modifier and Type | Method and Description | 
|---|---|
List<RulesDefinition.ExtendedRepository> | 
RulesDefinition.Context.extendedRepositories()
Deprecated. 
 
returns empty list since 5.2. Concept of "extended repository" was misleading and not valuable. Simply declare
 repositories and use  
RulesDefinition.Context.repositories(). See http://jira.sonarsource.com/browse/SONAR-6709 | 
List<RulesDefinition.ExtendedRepository> | 
RulesDefinition.Context.extendedRepositories(String repositoryKey)
Deprecated. 
 
returns empty list since 5.2. Concept of "extended repository" was misleading and not valuable. Simply declare
 repositories and use  
RulesDefinition.Context.repositories(). See http://jira.sonarsource.com/browse/SONAR-6709 | 
Copyright © 2009–2015 SonarSource. All rights reserved.