| Package | Description | 
|---|---|
| org.sonar.api.config | 
| Modifier and Type | Method and Description | 
|---|---|
static PropertyDefinition.Builder | 
PropertyDefinition.builder(String key)  | 
PropertyDefinition.Builder | 
PropertyDefinition.Builder.category(String category)  | 
PropertyDefinition.Builder | 
PropertyDefinition.Builder.defaultValue(String defaultValue)  | 
PropertyDefinition.Builder | 
PropertyDefinition.Builder.deprecatedKey(String deprecatedKey)  | 
PropertyDefinition.Builder | 
PropertyDefinition.Builder.description(String description)  | 
PropertyDefinition.Builder | 
PropertyDefinition.Builder.fields(List<PropertyFieldDefinition> fields)  | 
PropertyDefinition.Builder | 
PropertyDefinition.Builder.fields(PropertyFieldDefinition first,
            PropertyFieldDefinition... rest)  | 
PropertyDefinition.Builder | 
PropertyDefinition.Builder.hidden()
Flag the property as hidden. 
 | 
PropertyDefinition.Builder | 
PropertyDefinition.Builder.index(int index)
Set the order index in Settings pages. 
 | 
PropertyDefinition.Builder | 
PropertyDefinition.Builder.multiValues(boolean multiValues)  | 
PropertyDefinition.Builder | 
PropertyDefinition.Builder.name(String name)  | 
PropertyDefinition.Builder | 
PropertyDefinition.Builder.onlyOnQualifiers(List<String> qualifiers)
The property will be available in the components
 with the given qualifiers, but NOT in General Settings. 
 | 
PropertyDefinition.Builder | 
PropertyDefinition.Builder.onlyOnQualifiers(String first,
                                String... rest)
The property will be available in the components
 with the given qualifiers, but NOT in General Settings. 
 | 
PropertyDefinition.Builder | 
PropertyDefinition.Builder.onQualifiers(List<String> qualifiers)
The property will be available in General Settings AND in the components
 with the given qualifiers. 
 | 
PropertyDefinition.Builder | 
PropertyDefinition.Builder.onQualifiers(String first,
                        String... rest)
The property will be available in General Settings AND in the components
 with the given qualifiers. 
 | 
PropertyDefinition.Builder | 
PropertyDefinition.Builder.options(List<String> options)  | 
PropertyDefinition.Builder | 
PropertyDefinition.Builder.options(String first,
              String... rest)  | 
PropertyDefinition.Builder | 
PropertyDefinition.Builder.propertySetKey(String propertySetKey)  | 
PropertyDefinition.Builder | 
PropertyDefinition.Builder.subCategory(String subCategory)  | 
PropertyDefinition.Builder | 
PropertyDefinition.Builder.type(PropertyType type)  | 
Copyright © 2009–2015 SonarSource. All rights reserved.