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

Packages that use ConfigPropertySetEntry
com.atlassian.jira.functest.config.ps   
 

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

Methods in com.atlassian.jira.functest.config.ps that return ConfigPropertySetEntry
static ConfigPropertySetEntry ConfigPropertySetEntry.createBooleanEntry(String name, Boolean b)
           
static ConfigPropertySetEntry ConfigPropertySetEntry.createIntegerEntry(String name, Integer value)
           
static ConfigPropertySetEntry ConfigPropertySetEntry.createLongEntry(String name, Long value)
           
static ConfigPropertySetEntry ConfigPropertySetEntry.createStringEntry(String name, String value)
           
static ConfigPropertySetEntry ConfigPropertySetEntry.createTextEntry(String name, String value)
           
 

Methods in com.atlassian.jira.functest.config.ps that return types with arguments of type ConfigPropertySetEntry
 Collection<ConfigPropertySetEntry> ConfigPropertySet.entries()
           
 Map<String,ConfigPropertySetEntry> ConfigPropertySet.entryMap()
           
 



Copyright © 2002-2012 Atlassian. All Rights Reserved.