com.atlassian.bamboo.pageobjects.pages.admin
Class ApplicationLinksAdminPage
java.lang.Object
com.atlassian.bamboo.pageobjects.pages.AbstractBambooPage
com.atlassian.bamboo.pageobjects.pages.admin.ApplicationLinksAdminPage
- All Implemented Interfaces:
- com.atlassian.pageobjects.Page
Deprecated. use ListApplicationLinkPage from applinks-pageobjects
@Deprecated
public class ApplicationLinksAdminPage
- extends AbstractBambooPage
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ApplicationLinksAdminPage
public ApplicationLinksAdminPage()
- Deprecated.
getUrl
public String getUrl()
- Deprecated.
ensureIndicatorPresent
public void ensureIndicatorPresent()
- Deprecated.
- Description copied from class:
AbstractBambooPage
-
Checks for presence of
AbstractBambooPage.indicator()
by default.
If different wait functionality is required, just override this method.
- Overrides:
ensureIndicatorPresent
in class AbstractBambooPage
indicator
public com.atlassian.pageobjects.elements.PageElement indicator()
- Deprecated.
- Description copied from class:
AbstractBambooPage
- This must return an element whose presence indicates that we're on given page.
- Specified by:
indicator
in class AbstractBambooPage
- Returns:
- element uniquely identifying given page
addApplicationLink
public AddApplicationLinkDialog addApplicationLink()
- Deprecated.
clearAllApplicationLinks
public void clearAllApplicationLinks()
- Deprecated.
Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.