| Package | Description | 
|---|---|
| org.sonar.api.batch.postjob | |
| org.sonar.api.batch.sensor | |
| org.sonar.api.batch.sensor.internal | |
| org.sonar.api.config | |
| org.sonar.api.issue.action | |
| org.sonar.api.resources | |
| org.sonar.api.scan.filesystem | 
 Replaced by  
org.sonar.api.batch.fs | 
| org.sonar.api.utils | 
| Modifier and Type | Method and Description | 
|---|---|
Settings | 
PostJobContext.settings()
Get settings of the current project. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Settings | 
SensorContext.settings()
Get settings of the current module. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Settings | 
SensorContextTester.settings()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
SensorContextTester.setSettings(Settings settings)  | 
| Modifier and Type | Method and Description | 
|---|---|
Settings | 
Settings.addEnvironmentVariables()
Deprecated. 
 
since 4.4 For embedding purpose all properties should be provided by the bootstrapper 
 | 
Settings | 
Settings.addProperties(Map<String,String> props)  | 
Settings | 
Settings.addProperties(Properties props)  | 
Settings | 
Settings.addSystemProperties()
Deprecated. 
 
since 4.4 For embedding purpose all properties should be provided by the bootstrapper 
 | 
Settings | 
Settings.appendProperty(String key,
                            String value)  | 
Settings | 
Settings.clear()  | 
static Settings | 
Settings.createForComponent(Object component)
Create empty settings. 
 | 
Settings | 
Settings.removeProperty(String key)  | 
Settings | 
Settings.setProperties(Map<String,String> props)  | 
Settings | 
Settings.setProperty(String key,
                      Boolean value)  | 
Settings | 
Settings.setProperty(String key,
                      Date date)  | 
Settings | 
Settings.setProperty(String key,
                      Date date,
                      boolean includeTime)  | 
Settings | 
Settings.setProperty(String key,
                      Double value)  | 
Settings | 
Settings.setProperty(String key,
                      Float value)  | 
Settings | 
Settings.setProperty(String key,
                      Integer value)  | 
Settings | 
Settings.setProperty(String key,
                      Long value)  | 
Settings | 
Settings.setProperty(String key,
                      String value)  | 
Settings | 
Settings.setProperty(String key,
                      String[] values)  | 
| Constructor and Description | 
|---|
EmailSettings(Settings settings)  | 
Settings(Settings other)
Clone settings. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Settings | 
Function.Context.projectSettings()  | 
| Modifier and Type | Method and Description | 
|---|---|
Settings | 
Project.getSettings()
Deprecated. 
 
since 5.0 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Project | 
Project.setSettings(Settings settings)
Internal use 
 | 
| Constructor and Description | 
|---|
FileExclusions(Settings settings)  | 
| Constructor and Description | 
|---|
Durations(Settings settings,
                  I18n i18n)  | 
Copyright © 2009–2015 SonarSource. All rights reserved.