com.atlassian.mywork.pageobjects.mobile
Class NotificationItem

java.lang.Object
  extended by com.atlassian.mywork.pageobjects.AbstractPageObject
      extended by com.atlassian.mywork.pageobjects.mobile.MobilePageObject
          extended by com.atlassian.mywork.pageobjects.mobile.NotificationItem

public class NotificationItem
extends MobilePageObject


Field Summary
 
Fields inherited from class com.atlassian.mywork.pageobjects.mobile.MobilePageObject
MOBILE_URL
 
Fields inherited from class com.atlassian.mywork.pageobjects.AbstractPageObject
elementFinder, pageBinder, ROOT_URL
 
Constructor Summary
NotificationItem(com.atlassian.pageobjects.elements.PageElement element)
           
 
Method Summary
 void clickIcon()
          Clicks the item's Icon, as the rest of the notification may be off-screen when the fly-out is showing.
 java.lang.String getId()
           
 java.lang.String getText()
           
 boolean isPinned()
           
 boolean isUnread()
           
 NotificationDrilldownPage open()
           
 
Methods inherited from class com.atlassian.mywork.pageobjects.mobile.MobilePageObject
backButton, switchTo
 
Methods inherited from class com.atlassian.mywork.pageobjects.AbstractPageObject
waitForTransition
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NotificationItem

public NotificationItem(com.atlassian.pageobjects.elements.PageElement element)
Method Detail

open

public NotificationDrilldownPage open()

getId

public java.lang.String getId()

getText

public java.lang.String getText()

isUnread

public boolean isUnread()

isPinned

public boolean isPinned()

clickIcon

public void clickIcon()
Clicks the item's Icon, as the rest of the notification may be off-screen when the fly-out is showing.



Copyright © 2012 Atlassian. All Rights Reserved.