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.
|
getStateBannerclick, doWait, ensureIndicatorPresent, getFooter, getHeader, isAdmin, isLoggedIn, isPageLoaded, sendEscapeKey, waitUntilElementIsLocated, waitUntilElementIsNotLocated, waitUntilElementIsNotVisible, waitUntilElementIsVisiblepublic com.atlassian.pageobjects.elements.PageElement indicator()
AbstractBambooPageindicator in class AbstractBambooPagepublic 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 © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.