Uses of Class
org.sonar.api.database.configuration.Property

Packages that use Property
org.sonar.api.database.configuration   
org.sonar.server.configuration   
 

Uses of Property in org.sonar.api.database.configuration
 

Methods in org.sonar.api.database.configuration that return Property
 Property Property.setUserId(Integer userId)
           
 

Uses of Property in org.sonar.server.configuration
 

Methods in org.sonar.server.configuration that return types with arguments of type Property
 Collection<Property> SonarConfig.getProperties()
           
 

Method parameters in org.sonar.server.configuration with type arguments of type Property
 void SonarConfig.setProperties(Collection<Property> properties)
           
 



Copyright © 2009-2012 SonarSource. All Rights Reserved.