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
 java.lang.String getId()
           
 java.lang.String getText()
           
 boolean isUnread()
           
 NotificationDrilldownPage open()
           
 
Methods inherited from class com.atlassian.mywork.pageobjects.mobile.MobilePageObject
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()


Copyright © 2012 Atlassian. All Rights Reserved.