com.atlassian.mywork.pageobjects
Class NotificationItem

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

public class NotificationItem
extends AbstractPageObject


Field Summary
 
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()
           
 java.lang.String getTime()
           
 boolean isPinned()
           
 boolean isUnread()
           
 NotificationDrilldownPage open()
           
 
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()

getTime

public java.lang.String getTime()

isUnread

public boolean isUnread()

isPinned

public boolean isPinned()


Copyright © 2012 Atlassian. All Rights Reserved.