com.atlassian.jira.functest.framework.admin
Class AdvancedApplicationPropertiesImpl

java.lang.Object
  extended by com.atlassian.jira.functest.framework.AbstractFuncTestUtil
      extended by com.atlassian.jira.functest.framework.admin.AdvancedApplicationPropertiesImpl
All Implemented Interfaces:
AdvancedApplicationProperties, com.atlassian.jira.testkit.client.log.FuncTestLogger

public class AdvancedApplicationPropertiesImpl
extends AbstractFuncTestUtil
implements AdvancedApplicationProperties

Since:
v4.4.5

Field Summary
static String MEDIA_TYPE
           
 
Fields inherited from class com.atlassian.jira.functest.framework.AbstractFuncTestUtil
environmentData, FS, locators, logger, logIndentLevel, tester
 
Constructor Summary
AdvancedApplicationPropertiesImpl(net.sourceforge.jwebunit.WebTester tester, JIRAEnvironmentData environmentData)
           
 
Method Summary
 Map<String,String> getApplicationProperties()
           
 String getApplicationProperty(String key)
           
 void setApplicationProperty(String key, String value)
           
 
Methods inherited from class com.atlassian.jira.functest.framework.AbstractFuncTestUtil
childLogIndentLevel, getAssertions, getEnvironmentData, getFuncTestHelperFactory, getLogger, log, log, navigation, submitAtPage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MEDIA_TYPE

public static final String MEDIA_TYPE
See Also:
Constant Field Values
Constructor Detail

AdvancedApplicationPropertiesImpl

public AdvancedApplicationPropertiesImpl(net.sourceforge.jwebunit.WebTester tester,
                                         JIRAEnvironmentData environmentData)
Method Detail

getApplicationProperties

public Map<String,String> getApplicationProperties()
Specified by:
getApplicationProperties in interface AdvancedApplicationProperties

setApplicationProperty

public void setApplicationProperty(String key,
                                   String value)
Specified by:
setApplicationProperty in interface AdvancedApplicationProperties

getApplicationProperty

public String getApplicationProperty(String key)
Specified by:
getApplicationProperty in interface AdvancedApplicationProperties


Copyright © 2002-2013 Atlassian. All Rights Reserved.