public class NotificationsPage extends AbstractJiraPage
body, driver, elementFinder, javascriptExecutor, metaElement, pageBinder, timeouts, webDriverPoller| Constructor and Description |
|---|
NotificationsPage(String projectKey) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canChangeMailServer() |
boolean |
canEditEmail() |
OutgoingMailServers |
configureMailServer() |
String |
getDesc() |
List<Notification> |
getNotifications() |
String |
getNotificationSchemeName() |
String |
getProjectEmail() |
String |
getUrl() |
LozengeUsedBy |
getUsedBy() |
EditNotificationsPage |
gotoScheme() |
SelectNotificationScheme |
gotoSelectScheme() |
boolean |
hasMailServer() |
boolean |
hasNotificationScheme() |
boolean |
hasProjectEmail() |
void |
initialise() |
com.atlassian.pageobjects.elements.query.TimedCondition |
isAt()
Timed condition checking if we're at given page.
|
boolean |
isNotificationsMessagePresent() |
boolean |
isSchemeChangeAvailable() |
boolean |
isSchemeLinked() |
ProjectEmailDialog |
openProjectEmailDialog() |
back, doWait, execKeyboardShortcut, getHeader, getPageTitle, getXsrfToken, isAdmin, isLoggedInpublic NotificationsPage(String projectKey)
public void initialise()
public List<Notification> getNotifications()
public String getUrl()
public com.atlassian.pageobjects.elements.query.TimedCondition isAt()
AbstractJiraPageisAt in class AbstractJiraPagepublic boolean hasNotificationScheme()
public String getNotificationSchemeName()
public String getDesc()
public boolean isNotificationsMessagePresent()
public LozengeUsedBy getUsedBy()
public boolean hasProjectEmail()
public String getProjectEmail()
public boolean canEditEmail()
public boolean canChangeMailServer()
public ProjectEmailDialog openProjectEmailDialog()
public boolean hasMailServer()
public OutgoingMailServers configureMailServer()
public boolean isSchemeLinked()
public boolean isSchemeChangeAvailable()
public EditNotificationsPage gotoScheme()
public SelectNotificationScheme gotoSelectScheme()
Copyright © 2002-2022 Atlassian. All Rights Reserved.