Uses of Class
com.atlassian.jira.functest.config.ps.ConfigPropertySet

Packages that use ConfigPropertySet
com.atlassian.jira.functest.config   
com.atlassian.jira.functest.config.ps   
com.atlassian.jira.functest.config.service   
 

Uses of ConfigPropertySet in com.atlassian.jira.functest.config
 

Methods in com.atlassian.jira.functest.config that return ConfigPropertySet
 ConfigPropertySet JiraConfig.getApplicationProperties()
           
 

Methods in com.atlassian.jira.functest.config with parameters of type ConfigPropertySet
 JiraConfig JiraConfig.setApplicationProperties(ConfigPropertySet applicationProperties)
           
 

Uses of ConfigPropertySet in com.atlassian.jira.functest.config.ps
 

Methods in com.atlassian.jira.functest.config.ps that return ConfigPropertySet
 ConfigPropertySet ConfigPropertySet.copyForEntity(String entity, Long id)
           
 ConfigPropertySet DefaultConfigPropertySetManager.loadPropertySet(String entityName, long id)
           
 ConfigPropertySet ConfigPropertySetManager.loadPropertySet(String entityName, long id)
           
 

Methods in com.atlassian.jira.functest.config.ps with parameters of type ConfigPropertySet
 void DefaultConfigPropertySetManager.deletePropertySet(ConfigPropertySet propertySet)
           
 void ConfigPropertySetManager.deletePropertySet(ConfigPropertySet propertySet)
           
 boolean DefaultConfigPropertySetManager.savePropertySet(ConfigPropertySet propertySet)
           
 boolean ConfigPropertySetManager.savePropertySet(ConfigPropertySet propertySet)
           
 

Constructors in com.atlassian.jira.functest.config.ps with parameters of type ConfigPropertySet
ConfigPropertySet(ConfigPropertySet cps)
           
 

Uses of ConfigPropertySet in com.atlassian.jira.functest.config.service
 

Methods in com.atlassian.jira.functest.config.service that return ConfigPropertySet
 ConfigPropertySet ConfigService.getPropertySet()
           
 

Methods in com.atlassian.jira.functest.config.service with parameters of type ConfigPropertySet
 ConfigService ConfigService.setPropertySet(ConfigPropertySet propertySet)
           
 

Constructors in com.atlassian.jira.functest.config.service with parameters of type ConfigPropertySet
ConfigService(Long id, Long timeout, String clazz, String name, ConfigPropertySet propertySet)
           
 



Copyright © 2002-2012 Atlassian. All Rights Reserved.