Uses of Class
com.atlassian.jira.webtest.framework.model.admin.GeneralConfigurationProperty

Packages that use GeneralConfigurationProperty
com.atlassian.jira.webtest.framework.impl.selenium.page.admin   
com.atlassian.jira.webtest.framework.model.admin   
com.atlassian.jira.webtest.framework.page.admin   
 

Uses of GeneralConfigurationProperty in com.atlassian.jira.webtest.framework.impl.selenium.page.admin
 

Methods in com.atlassian.jira.webtest.framework.impl.selenium.page.admin with parameters of type GeneralConfigurationProperty
 SeleniumEditGeneralConfiguration SeleniumEditGeneralConfiguration.setPropertyValue(GeneralConfigurationProperty property, String newValue)
           
 

Uses of GeneralConfigurationProperty in com.atlassian.jira.webtest.framework.model.admin
 

Methods in com.atlassian.jira.webtest.framework.model.admin that return GeneralConfigurationProperty
static GeneralConfigurationProperty GeneralConfigurationProperty.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static GeneralConfigurationProperty[] GeneralConfigurationProperty.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of GeneralConfigurationProperty in com.atlassian.jira.webtest.framework.page.admin
 

Methods in com.atlassian.jira.webtest.framework.page.admin with parameters of type GeneralConfigurationProperty
 EditGeneralConfiguration EditGeneralConfiguration.setPropertyValue(GeneralConfigurationProperty property, String newValue)
          Set global configuration property to newValue.
 



Copyright © 2002-2013 Atlassian. All Rights Reserved.