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

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

public class FieldScreenAssociationsImpl
extends AbstractFuncTestUtil
implements FieldScreenAssociations

Since:
v4.2

Field Summary
 
Fields inherited from class com.atlassian.jira.functest.framework.AbstractFuncTestUtil
environmentData, FS, locators, logger, logIndentLevel, tester
 
Constructor Summary
FieldScreenAssociationsImpl(net.sourceforge.jwebunit.WebTester tester, JIRAEnvironmentData environmentData)
           
 
Method Summary
 void addFieldToScreen(String screen)
          Adds the current field to the specified screen.
 void removeFieldFromScreen(String screen)
          Removes the current field from the specified screen.
 
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
 

Constructor Detail

FieldScreenAssociationsImpl

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

removeFieldFromScreen

public void removeFieldFromScreen(String screen)
Description copied from interface: FieldScreenAssociations
Removes the current field from the specified screen.

Specified by:
removeFieldFromScreen in interface FieldScreenAssociations
Parameters:
screen - the name of the screen e.g. Resolve Issue Screen

addFieldToScreen

public void addFieldToScreen(String screen)
Description copied from interface: FieldScreenAssociations
Adds the current field to the specified screen.

Specified by:
addFieldToScreen in interface FieldScreenAssociations
Parameters:
screen - the name of the screen e.g. Resolve Issue Screen


Copyright © 2002-2014 Atlassian. All Rights Reserved.