com.atlassian.jira.functest.framework.admin
Interface AdminTabs

All Known Implementing Classes:
AdminTabsImpl

public interface AdminTabs

A page object useful for retrieving what tabs are currently shown in the admin section.

Since:
v4.4

Nested Class Summary
static class AdminTabs.Tab
           
static class AdminTabs.TabGroup
           
 
Method Summary
 List<AdminTabs.TabGroup> getCurrentTabs()
          Returns a list of tabgroups that are currently shown on the page
 int getNumberOfTabs()
          Fetches the total cound of tabs shown
 String getPageHeading()
          Returns the current page heading for the admin section.
 

Method Detail

getPageHeading

String getPageHeading()
Returns the current page heading for the admin section.

Returns:
the current page heading for the admin section.

getCurrentTabs

List<AdminTabs.TabGroup> getCurrentTabs()
Returns a list of tabgroups that are currently shown on the page

Returns:
a list of tabgroups that are currently shown on the page

getNumberOfTabs

int getNumberOfTabs()
Fetches the total cound of tabs shown

Returns:
the total cound of tabs shown


Copyright © 2002-2013 Atlassian. All Rights Reserved.