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

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

public class ViewFieldScreensImpl
extends AbstractFuncTestUtil
implements ViewFieldScreens

Default implementation of ViewFieldScreens.

Since:
v4.2

Field Summary
 
Fields inherited from class com.atlassian.jira.functest.framework.AbstractFuncTestUtil
environmentData, FS, locators, logger, logIndentLevel, tester
 
Constructor Summary
ViewFieldScreensImpl(net.sourceforge.jwebunit.WebTester tester, JIRAEnvironmentData environmentData, Navigation navigation)
           
 
Method Summary
 ConfigureScreen configureScreen(String screenName)
          Go to the 'Configure screen' page for a given screenName.
 ViewFieldScreens goTo()
          Navigates to the 'Screens' page.
 
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

ViewFieldScreensImpl

public ViewFieldScreensImpl(net.sourceforge.jwebunit.WebTester tester,
                            JIRAEnvironmentData environmentData,
                            Navigation navigation)
Method Detail

goTo

public ViewFieldScreens goTo()
Description copied from interface: ViewFieldScreens
Navigates to the 'Screens' page.

Specified by:
goTo in interface ViewFieldScreens
Returns:
this ViewFieldScreens instance

configureScreen

public ConfigureScreen configureScreen(String screenName)
Description copied from interface: ViewFieldScreens
Go to the 'Configure screen' page for a given screenName.

Specified by:
configureScreen in interface ViewFieldScreens
Parameters:
screenName - name of the screen to configure
Returns:
ConfigureScreen instance for given screen.


Copyright © 2002-2013 Atlassian. All Rights Reserved.