com.atlassian.jira.webtest.framework.page.admin
Interface ViewGeneralConfiguration

All Superinterfaces:
AdminPage, Page, PageObject
All Known Implementing Classes:
SeleniumGeneralConfiguration

public interface ViewGeneralConfiguration
extends AdminPage

Represents the 'Global configuration' administration page.

Since:
v4.3

Method Summary
 EditGeneralConfiguration edit()
          Go to the edit mode.
 
Methods inherited from interface com.atlassian.jira.webtest.framework.page.admin.AdminPage
adminLinkLocator
 
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

edit

EditGeneralConfiguration edit()
Go to the edit mode.

Returns:
edit global configuration page instance


Copyright © 2002-2013 Atlassian. All Rights Reserved.