Class AdminTabsImpl

java.lang.Object
com.atlassian.jira.functest.framework.admin.AdminTabsImpl
All Implemented Interfaces:
AdminTabs

public class AdminTabsImpl extends Object implements AdminTabs
Since:
v4.4
  • Constructor Details

    • AdminTabsImpl

      @Inject public AdminTabsImpl(net.sourceforge.jwebunit.WebTester tester, JIRAEnvironmentData environmentData)
  • Method Details

    • getPageHeading

      public String getPageHeading()
      Description copied from interface: AdminTabs
      Returns the current page heading for the admin section.
      Specified by:
      getPageHeading in interface AdminTabs
      Returns:
      the current page heading for the admin section.
    • getCurrentTabs

      public List<AdminTabs.TabGroup> getCurrentTabs()
      Description copied from interface: AdminTabs
      Returns a list of tabgroups that are currently shown on the page
      Specified by:
      getCurrentTabs in interface AdminTabs
      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 interface AdminTabs
      Returns:
      the total cound of tabs shown