Uses of Interface
com.atlassian.jira.functest.framework.Navigation

Packages that use Navigation
com.atlassian.jira.functest.framework   
com.atlassian.jira.functest.framework.admin   
com.atlassian.jira.functest.framework.admin.plugins   
com.atlassian.jira.functest.framework.admin.user.shared   
com.atlassian.jira.functest.framework.assertions   
com.atlassian.jira.functest.framework.parser   
com.atlassian.jira.functest.framework.util.env   
com.atlassian.jira.webtests   
 

Uses of Navigation in com.atlassian.jira.functest.framework
 

Classes in com.atlassian.jira.functest.framework that implement Navigation
 class NavigationImpl
          Implementation of Navigation
 

Fields in com.atlassian.jira.functest.framework declared as Navigation
protected  Navigation FuncTestCase.navigation
          Use this field to access the Navigation helper in play
 

Methods in com.atlassian.jira.functest.framework that return Navigation
 Navigation FuncTestHelperFactory.getNavigation()
           
protected  Navigation AbstractNavigationUtil.getNavigation()
           
protected  Navigation AbstractFuncTestUtil.navigation()
           
 

Constructors in com.atlassian.jira.functest.framework with parameters of type Navigation
AdministrationImpl(net.sourceforge.jwebunit.WebTester tester, com.atlassian.jira.webtests.util.JIRAEnvironmentData environmentData, Navigation navigation, Assertions assertions)
          Note: if you need to construct this for an old-style JIRAWebTest, you may want to consider using FuncTestHelperFactory instead.
DefaultSendBulkMail(Navigation navigation)
           
FuncTestCaseJiraSetup(junit.framework.TestCase testCase, net.sourceforge.jwebunit.WebTester tester, com.atlassian.jira.webtests.util.JIRAEnvironmentData environmentData, Navigation navigation, FuncTestWebClientListener webClientListener, boolean skipSetup)
          Call this in your TestCase setUp() method to setup JIRA from the WebTester point of view.
UserProfileImpl(net.sourceforge.jwebunit.WebTester tester, com.atlassian.jira.webtests.util.JIRAEnvironmentData environmentData, Navigation navigation)
           
WorkflowsImpl(net.sourceforge.jwebunit.WebTester tester, com.atlassian.jira.webtests.util.JIRAEnvironmentData environmentData, Navigation navigation)
           
 

Uses of Navigation in com.atlassian.jira.functest.framework.admin
 

Methods in com.atlassian.jira.functest.framework.admin that return Navigation
protected  Navigation TimeTrackingImpl.getNavigation()
           
protected  Navigation FieldConfigurationSchemesImpl.getNavigation()
           
protected  Navigation PermissionSchemesImpl.getNavigation()
           
protected  Navigation FieldConfigurationsImpl.getNavigation()
           
protected  Navigation GeneralConfigurationImpl.getNavigation()
           
protected  Navigation IssueSecuritySchemesImpl.getNavigation()
           
 

Constructors in com.atlassian.jira.functest.framework.admin with parameters of type Navigation
AttachmentsImpl(net.sourceforge.jwebunit.WebTester tester, com.atlassian.jira.webtests.util.JIRAEnvironmentData environmentData, Navigation navigation)
           
CustomFieldsImpl(net.sourceforge.jwebunit.WebTester tester, com.atlassian.jira.webtests.util.JIRAEnvironmentData environmentData, Navigation navigation, Form form)
           
CvsModulesImpl(net.sourceforge.jwebunit.WebTester tester, com.atlassian.jira.webtests.util.JIRAEnvironmentData environmentData, Navigation navigation, Assertions assertions)
           
DefaultMailServerAdministration(net.sourceforge.jwebunit.WebTester tester, Navigation navigation, LocatorFactory locator)
           
IssueLinkingImpl(net.sourceforge.jwebunit.WebTester tester, Navigation navigation, FuncTestLogger logger)
           
ProjectImpl(net.sourceforge.jwebunit.WebTester tester, com.atlassian.jira.webtests.util.JIRAEnvironmentData environmentData, Navigation navigation, Assertions assertions, AsynchronousTasks asynchronousTasks)
           
ProjectImportImpl(net.sourceforge.jwebunit.WebTester tester, com.atlassian.jira.webtests.util.JIRAEnvironmentData environmentData, Navigation navigation, Administration administration)
           
UsersAndGroupsImpl(net.sourceforge.jwebunit.WebTester tester, Navigation navigation, TextAssertions text, LocatorFactory locators)
           
ViewFieldScreensImpl(net.sourceforge.jwebunit.WebTester tester, com.atlassian.jira.webtests.util.JIRAEnvironmentData environmentData, Navigation navigation)
           
ViewServices(net.sourceforge.jwebunit.WebTester tester, Navigation navigation)
           
ViewWorkflowsImpl(net.sourceforge.jwebunit.WebTester tester, com.atlassian.jira.webtests.util.JIRAEnvironmentData environmentData, int logIndentLevel, Navigation navigation)
           
 

Uses of Navigation in com.atlassian.jira.functest.framework.admin.plugins
 

Constructors in com.atlassian.jira.functest.framework.admin.plugins with parameters of type Navigation
IssueTabPanel(Administration administration, Navigation navigation, LocatorFactory locators)
           
PluginsImpl(net.sourceforge.jwebunit.WebTester tester, com.atlassian.jira.webtests.util.JIRAEnvironmentData environmentData, int logIndentLevel, Navigation navigation, Administration administration, LocatorFactory locators)
           
ReferencePlugin(net.sourceforge.jwebunit.WebTester tester, Administration administration, LocatorFactory locators, Navigation navigation)
           
 

Uses of Navigation in com.atlassian.jira.functest.framework.admin.user.shared
 

Constructors in com.atlassian.jira.functest.framework.admin.user.shared with parameters of type Navigation
DefaultSharedDashboardsAdministration(net.sourceforge.jwebunit.WebTester tester, Navigation navigation, LocatorFactory locators)
           
DefaultSharedFiltersAdministration(net.sourceforge.jwebunit.WebTester tester, Navigation navigation, LocatorFactory locators)
           
 

Uses of Navigation in com.atlassian.jira.functest.framework.assertions
 

Constructors in com.atlassian.jira.functest.framework.assertions with parameters of type Navigation
AssertionsImpl(net.sourceforge.jwebunit.WebTester tester, com.atlassian.jira.webtests.util.JIRAEnvironmentData environmentData, Navigation navigation, LocatorFactory locator)
           
 

Uses of Navigation in com.atlassian.jira.functest.framework.parser
 

Constructors in com.atlassian.jira.functest.framework.parser with parameters of type Navigation
SystemInfoParserImpl(net.sourceforge.jwebunit.WebTester tester, com.atlassian.jira.webtests.util.JIRAEnvironmentData environmentData, int logIndentLevel, Navigation navigation)
           
SystemInfoParserImpl(net.sourceforge.jwebunit.WebTester tester, Navigation navigation)
           
 

Uses of Navigation in com.atlassian.jira.functest.framework.util.env
 

Constructors in com.atlassian.jira.functest.framework.util.env with parameters of type Navigation
EnvironmentUtils(net.sourceforge.jwebunit.WebTester tester, com.atlassian.jira.webtests.util.JIRAEnvironmentData environmentData, Navigation navigation)
           
 

Uses of Navigation in com.atlassian.jira.webtests
 

Fields in com.atlassian.jira.webtests declared as Navigation
protected  Navigation JIRAWebTest.navigation
          Deprecated. Use this field to access the Navigation helper in play
 

Methods in com.atlassian.jira.webtests that return Navigation
 Navigation JIRAWebTest.getNavigation()
          Deprecated.  
 



Copyright © 2002-2012 Atlassian. All Rights Reserved.