com.atlassian.jira.webtest.framework.page.admin.applinks
Interface AppLinksAdminPage

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

public interface AppLinksAdminPage
extends AdminPage

Represents the AppLinks administration page.

Since:
v4.3

Method Summary
 ApplicationLink applicationLink(String applicationBaseURL)
          Returns the page object for the application link to the application having the given base URL.
 NewAppLinkWizard clickAddApplicationLink()
          Clicks on the "Add Application Link" button.
 
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

clickAddApplicationLink

NewAppLinkWizard clickAddApplicationLink()
Clicks on the "Add Application Link" button.

Returns:
a NewAppLinkWizard

applicationLink

ApplicationLink applicationLink(String applicationBaseURL)
Returns the page object for the application link to the application having the given base URL.

Parameters:
applicationBaseURL - a String containing the application base URL
Returns:
an ApplicationLink


Copyright © 2002-2012 Atlassian. All Rights Reserved.