Class AdminTabsImpl
java.lang.Object
com.atlassian.jira.functest.framework.admin.AdminTabsImpl
- All Implemented Interfaces:
AdminTabs
- Since:
- v4.4
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.atlassian.jira.functest.framework.admin.AdminTabs
AdminTabs.Tab, AdminTabs.TabGroup
-
Constructor Summary
ConstructorsConstructorDescriptionAdminTabsImpl
(net.sourceforge.jwebunit.WebTester tester, JIRAEnvironmentData environmentData) -
Method Summary
Modifier and TypeMethodDescriptionReturns a list of tabgroups that are currently shown on the pageint
Fetches the total cound of tabs shownReturns the current page heading for the admin section.
-
Constructor Details
-
AdminTabsImpl
@Inject public AdminTabsImpl(net.sourceforge.jwebunit.WebTester tester, JIRAEnvironmentData environmentData)
-
-
Method Details
-
getPageHeading
Description copied from interface:AdminTabs
Returns the current page heading for the admin section.- Specified by:
getPageHeading
in interfaceAdminTabs
- Returns:
- the current page heading for the admin section.
-
getCurrentTabs
Description copied from interface:AdminTabs
Returns a list of tabgroups that are currently shown on the page- Specified by:
getCurrentTabs
in interfaceAdminTabs
- Returns:
- a list of tabgroups that are currently shown on the page
-
getNumberOfTabs
public int getNumberOfTabs()Description copied from interface:AdminTabs
Fetches the total cound of tabs shown- Specified by:
getNumberOfTabs
in interfaceAdminTabs
- Returns:
- the total cound of tabs shown
-