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

All Superinterfaces:
PageObject
All Known Implementing Classes:
SeleniumApplicationLink

public interface ApplicationLink
extends PageObject

Page object for an application link on the application links admin page.

Since:
v4.3

Nested Class Summary
static class ApplicationLink.AuthType
          Possible authentication types.
 
Method Summary
 TimedQuery<String> baseURL()
          Returns the remote application base URL.
 boolean checkForConfiguredAuthenticationType(ApplicationLink.AuthType authType)
           
 DeleteApplicationLink clickDelete()
          Clicks the "Delete" link on the
 TimedCondition isNotPresent()
          Returns true if this link is not present on the page.
 TimedQuery<String> name()
          Returns the remote application name.
 
Methods inherited from interface com.atlassian.jira.webtest.framework.core.PageObject
context, isReady
 

Method Detail

name

TimedQuery<String> name()
Returns the remote application name.

Returns:
a TimedQuery

isNotPresent

TimedCondition isNotPresent()
Returns true if this link is not present on the page.

Returns:
a TimeCondition indicating whether this link is present on the page

baseURL

TimedQuery<String> baseURL()
Returns the remote application base URL.

Returns:
a TimedQuery

checkForConfiguredAuthenticationType

boolean checkForConfiguredAuthenticationType(ApplicationLink.AuthType authType)

clickDelete

DeleteApplicationLink clickDelete()
Clicks the "Delete" link on the

Returns:
a DeleteApplicationLink


Copyright © 2002-2012 Atlassian. All Rights Reserved.