public class TrustedKeysPage extends AbstractBambooAdminPage
Modifier and Type | Class and Description |
---|---|
static class |
TrustedKeysPage.AddTrustedKeyDialogPage |
static class |
TrustedKeysPage.DeleteTrustedKeyConfirmationDialog |
static class |
TrustedKeysPage.TrustedKeyImpl |
driver, elementFinder, poller, testedProduct, timeouts
Constructor and Description |
---|
TrustedKeysPage() |
Modifier and Type | Method and Description |
---|---|
TrustedKeysPage.AddTrustedKeyDialogPage |
addTrustedKey(String host,
String key) |
TrustedKeysPage.DeleteTrustedKeyConfirmationDialog |
delete(long id) |
Optional<TrustedKey> |
findTrustedKeys(String host,
String key) |
List<TrustedKey> |
getTrustedKeys() |
String |
getUrl() |
com.atlassian.pageobjects.elements.PageElement |
indicator()
This must return an element whose presence indicates that we're on given page.
|
getStateBanner
click, doWait, ensureIndicatorPresent, getFooter, getHeader, isAdmin, isLoggedIn, isPageLoaded, sendEscapeKey, waitUntilElementIsLocated, waitUntilElementIsNotLocated, waitUntilElementIsNotVisible, waitUntilElementIsVisible
public com.atlassian.pageobjects.elements.PageElement indicator()
AbstractBambooPage
indicator
in class AbstractBambooPage
public String getUrl()
public TrustedKeysPage.AddTrustedKeyDialogPage addTrustedKey(String host, String key)
public List<TrustedKey> getTrustedKeys()
public TrustedKeysPage.DeleteTrustedKeyConfirmationDialog delete(long id)
public Optional<TrustedKey> findTrustedKeys(String host, String key)
Copyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.