public class ConfigurePlanNotificationsPage extends AbstractBambooPage
Modifier and Type | Field and Description |
---|---|
static org.openqa.selenium.By |
EDIT_NOTIFICATION_LINK |
driver, elementFinder, pageBinder, testedProduct
Constructor and Description |
---|
ConfigurePlanNotificationsPage(PlanKey planKey) |
Modifier and Type | Method and Description |
---|---|
ConfigureMailServerInlineDialog |
addMailServerConfiguration() |
ConfigureNotificationComponent |
addNotification() |
ConfigureNotificationComponent |
editNotification(int index) |
String |
getUrl() |
com.atlassian.pageobjects.elements.PageElement |
indicator()
This must return an element whose presence indicates that we're on given page.
|
boolean |
mailServerShouldBeConfigured() |
doWait, ensureIndicatorPresent, getFooter, getHeader, isAdmin, isLoggedIn, isPageLoaded
public static final org.openqa.selenium.By EDIT_NOTIFICATION_LINK
public ConfigurePlanNotificationsPage(@NotNull PlanKey planKey)
public com.atlassian.pageobjects.elements.PageElement indicator()
AbstractBambooPage
indicator
in class AbstractBambooPage
public String getUrl()
public ConfigureNotificationComponent addNotification()
public ConfigureNotificationComponent editNotification(int index)
public boolean mailServerShouldBeConfigured()
public ConfigureMailServerInlineDialog addMailServerConfiguration()
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.