com.atlassian.jira.functest.framework.backdoor
Class ApplicationPropertiesControl

java.lang.Object
  extended by com.atlassian.jira.webtests.ztests.bundledplugins2.rest.client.RestApiClient<T>
      extended by com.atlassian.jira.functest.framework.backdoor.BackdoorControl<ApplicationPropertiesControl>
          extended by com.atlassian.jira.functest.framework.backdoor.ApplicationPropertiesControl
All Implemented Interfaces:
FuncTestLogger

public class ApplicationPropertiesControl
extends BackdoorControl<ApplicationPropertiesControl>

Use this class from func/selenium/page-object tests that need to manipulate ApplicationProperties. See ApplicationPropertiesBackdoor for the code this plugs into at the back-end.

Since:
v5.0

Nested Class Summary
 
Nested classes/interfaces inherited from class com.atlassian.jira.webtests.ztests.bundledplugins2.rest.client.RestApiClient
com.atlassian.jira.webtests.ztests.bundledplugins2.rest.client.RestApiClient.Method
 
Field Summary
 
Fields inherited from class com.atlassian.jira.functest.framework.backdoor.BackdoorControl
restPathRootLength
 
Fields inherited from class com.atlassian.jira.webtests.ztests.bundledplugins2.rest.client.RestApiClient
REST_VERSION
 
Constructor Summary
ApplicationPropertiesControl(com.atlassian.jira.webtests.util.JIRAEnvironmentData environmentData)
           
 
Method Summary
 void setOption(String key, boolean value)
           
 void setText(String key, String value)
           
 
Methods inherited from class com.atlassian.jira.functest.framework.backdoor.BackdoorControl
createResource, get, get, get, getId, log, log, post
 
Methods inherited from class com.atlassian.jira.webtests.ztests.bundledplugins2.rest.client.RestApiClient
anonymous, errorResponse, expanded, loginAs, loginAs, percentEncode, resourceRoot, setOf, toResponse, toResponse
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApplicationPropertiesControl

public ApplicationPropertiesControl(com.atlassian.jira.webtests.util.JIRAEnvironmentData environmentData)
Method Detail

setOption

public void setOption(String key,
                      boolean value)

setText

public void setText(String key,
                    String value)


Copyright © 2002-2012 Atlassian. All Rights Reserved.