com.atlassian.jira.pageobjects.project.notifications
Class NotificationsPage
java.lang.Object
com.atlassian.jira.pageobjects.pages.AbstractJiraPage
com.atlassian.jira.pageobjects.project.notifications.NotificationsPage
- All Implemented Interfaces:
- com.atlassian.pageobjects.Page
public class NotificationsPage
- extends AbstractJiraPage
Represents the notifications page in JIRA.
- Since:
- v4.4
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NotificationsPage
public NotificationsPage(String projectKey)
initialise
public void initialise()
getNotifications
public List<Notification> getNotifications()
getUrl
public String getUrl()
isAt
public com.atlassian.pageobjects.elements.query.TimedCondition isAt()
- Description copied from class:
AbstractJiraPage
- Timed condition checking if we're at given page.
- Specified by:
isAt
in class AbstractJiraPage
- Returns:
- timed condition checking, if the test is at given page
hasNotificationScheme
public boolean hasNotificationScheme()
getNotificationSchemeName
public String getNotificationSchemeName()
getDesc
public String getDesc()
isNotificationsMessagePresent
public boolean isNotificationsMessagePresent()
getSharedBy
public ProjectSharedBy getSharedBy()
hasProjectEmail
public boolean hasProjectEmail()
getProjectEmail
public String getProjectEmail()
canEditEmail
public boolean canEditEmail()
canChangeMailServer
public boolean canChangeMailServer()
openProjectEmailDialog
public ProjectEmailDialog openProjectEmailDialog()
hasMailServer
public boolean hasMailServer()
configureMailServer
public OutgoingMailServers configureMailServer()
isSchemeLinked
public boolean isSchemeLinked()
isSchemeChangeAvailable
public boolean isSchemeChangeAvailable()
gotoScheme
public EditNotificationsPage gotoScheme()
gotoSelectScheme
public SelectNotificationScheme gotoSelectScheme()
Copyright © 2002-2012 Atlassian. All Rights Reserved.