public class WebHookAdminPage extends AbstractJiraPage
Modifier and Type | Class and Description |
---|---|
static class |
WebHookAdminPage.WebHookLink |
Modifier and Type | Field and Description |
---|---|
protected com.atlassian.pageobjects.elements.PageElementFinder |
finder |
static String |
WEBHOOK_LIST_CSS_SELECTOR |
body, driver, elementFinder, javascriptExecutor, metaElement, pageBinder, timeouts, webDriverPoller
Constructor and Description |
---|
WebHookAdminPage() |
Modifier and Type | Method and Description |
---|---|
EditWebHookListenerPanel |
createWebHook() |
String |
getUrl() |
Iterable<WebHookAdminPage.WebHookLink> |
getWebHookLinks() |
com.atlassian.pageobjects.elements.query.TimedCondition |
isAt()
Timed condition checking if we're at given page.
|
back, doWait, execKeyboardShortcut, getHeader, getPageTitle, getXsrfToken, isAdmin, isLoggedIn
public static final String WEBHOOK_LIST_CSS_SELECTOR
@Inject protected com.atlassian.pageobjects.elements.PageElementFinder finder
public com.atlassian.pageobjects.elements.query.TimedCondition isAt()
AbstractJiraPage
isAt
in class AbstractJiraPage
public String getUrl()
public Iterable<WebHookAdminPage.WebHookLink> getWebHookLinks()
public EditWebHookListenerPanel createWebHook()
Copyright © 2002-2022 Atlassian. All Rights Reserved.