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

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

public class FieldConfigurationControl
extends BackdoorControl<FieldConfigurationControl>

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

Since:
v5.0.1
Author:
mtokar

Nested Class Summary
 
Nested classes/interfaces inherited from class com.atlassian.jira.webtests.ztests.bundledplugins2.rest.client.RestApiClient
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
FieldConfigurationControl(JIRAEnvironmentData environmentData)
           
 
Method Summary
 void copyFieldConfiguration(String name, String copyName)
          Copies an existing field configuration.
 
Methods inherited from class com.atlassian.jira.functest.framework.backdoor.BackdoorControl
createResource, delete, 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

FieldConfigurationControl

public FieldConfigurationControl(JIRAEnvironmentData environmentData)
Method Detail

copyFieldConfiguration

public void copyFieldConfiguration(String name,
                                   String copyName)
Copies an existing field configuration. The new field configuration will have the name "Copy of " + original name unless specified.

Parameters:
name - the name of the existing field configuration
copyName - the name of the new field configuration


Copyright © 2002-2012 Atlassian. All Rights Reserved.