com.atlassian.jira.webtest.framework.page
Interface AdministrationPage

All Superinterfaces:
GlobalPage<AdministrationPage>, Page, PageObject
All Known Implementing Classes:
SeleniumAdministrationPage

public interface AdministrationPage
extends GlobalPage<AdministrationPage>

Representation of the main administration page.

Since:
v4.3

Method Summary
 Dashboard backToJira()
          Leaves the administration area and goes back to the "normal" dashboard view with the issue navigator and the projets view.
<T extends AdminPage>
T
goToPage(Class<T> pageType)
          Go to a given administration page
 
Methods inherited from interface com.atlassian.jira.webtest.framework.page.GlobalPage
goTo
 
Methods inherited from interface com.atlassian.jira.webtest.framework.page.Page
isAt
 
Methods inherited from interface com.atlassian.jira.webtest.framework.core.PageObject
context, isReady
 

Method Detail

goToPage

<T extends AdminPage> T goToPage(Class<T> pageType)
Go to a given administration page

Type Parameters:
T - identifies the target admin page
Parameters:
pageType - identifies the target admin page
Returns:
instance of T representing the target administration page

backToJira

Dashboard backToJira()
Leaves the administration area and goes back to the "normal" dashboard view with the issue navigator and the projets view.

Returns:
instance of the Dashboard page object.


Copyright © 2002-2012 Atlassian. All Rights Reserved.