com.atlassian.jira.dev.backdoor
Class FieldConfigurationBackdoor

java.lang.Object
  extended by com.atlassian.jira.dev.backdoor.FieldConfigurationBackdoor

public class FieldConfigurationBackdoor
extends Object

A backdoor for manipulating field configurations. There is more functionality available in JIRA's Func Tests.

Since:
v5.0.1
Author:
mtokar

Constructor Summary
FieldConfigurationBackdoor(FieldLayoutManager fieldLayoutManager)
           
 
Method Summary
 javax.ws.rs.core.Response copyFieldConfiguration(String fieldConfigName, String newFieldConfigName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FieldConfigurationBackdoor

public FieldConfigurationBackdoor(FieldLayoutManager fieldLayoutManager)
Method Detail

copyFieldConfiguration

public javax.ws.rs.core.Response copyFieldConfiguration(String fieldConfigName,
                                                        String newFieldConfigName)


Copyright © 2002-2012 Atlassian. All Rights Reserved.