Class ConfigurePlanNotificationsPage
- java.lang.Object
-
- com.atlassian.bamboo.pageobjects.pages.AbstractBambooPage
-
- com.atlassian.bamboo.pageobjects.pages.notifications.AbstractNotificationsPage
-
- com.atlassian.bamboo.pageobjects.pages.plan.configuration.notification.ConfigurePlanNotificationsPage
-
- All Implemented Interfaces:
com.atlassian.pageobjects.Page
public class ConfigurePlanNotificationsPage extends AbstractNotificationsPage
A chain configuration page to edit notifications.
-
-
Field Summary
-
Fields inherited from class com.atlassian.bamboo.pageobjects.pages.notifications.AbstractNotificationsPage
EDIT_NOTIFICATION_LINK
-
Fields inherited from class com.atlassian.bamboo.pageobjects.pages.AbstractBambooPage
driver, elementFinder, pageBinder, poller, testedProduct, timeouts
-
-
Constructor Summary
Constructors Constructor Description ConfigurePlanNotificationsPage(@NotNull PlanKey planKey)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getUrl()
boolean
isDivergentNotificationSettings()
-
Methods inherited from class com.atlassian.bamboo.pageobjects.pages.notifications.AbstractNotificationsPage
addMailServerConfiguration, addNotification, canAddNotification, editNotification, indicator, mailServerShouldBeConfigured
-
Methods inherited from class com.atlassian.bamboo.pageobjects.pages.AbstractBambooPage
click, doWait, ensureIndicatorPresent, getFooter, getHeader, getTimeouts, isAdmin, isLoggedIn, isPageLoaded, sendEscapeKey, waitUntilElementIsLocated, waitUntilElementIsNotLocated, waitUntilElementIsNotVisible, waitUntilElementIsVisible
-
-