Uses of Class
org.sonar.core.properties.PropertiesDao

Packages that use PropertiesDao
org.sonar.batch.config   
org.sonar.plugins.emailnotifications.newviolations   
org.sonar.server.platform   
 

Uses of PropertiesDao in org.sonar.batch.config
 

Constructors in org.sonar.batch.config with parameters of type PropertiesDao
BatchDatabaseSettingsLoader(PropertiesDao propertiesDao, BatchSettings settings, ProjectReactor reactor)
           
ProjectSettings(PropertyDefinitions definitions, ProjectDefinition projectDefinition, PropertiesDao propertiesDao, Project project)
           
 

Uses of PropertiesDao in org.sonar.plugins.emailnotifications.newviolations
 

Constructors in org.sonar.plugins.emailnotifications.newviolations with parameters of type PropertiesDao
NewViolationsOnMyFavouriteProject(PropertiesDao propertiesDao)
           
 

Uses of PropertiesDao in org.sonar.server.platform
 

Methods in org.sonar.server.platform with parameters of type PropertiesDao
 ServerSettings ServerSettings.activateDatabaseSettings(PropertiesDao dao)
           
 

Constructors in org.sonar.server.platform with parameters of type PropertiesDao
ServerDatabaseSettingsLoader(PropertiesDao propertiesDao, ServerSettings settings)
           
 



Copyright © 2009-2012 SonarSource. All Rights Reserved.