Package com.atlassian.mywork.pageobjects
Class NotificationItem
- java.lang.Object
-
- com.atlassian.mywork.pageobjects.AbstractPageObject
-
- 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
Constructors Constructor Description NotificationItem(com.atlassian.pageobjects.elements.PageElement element)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetId()StringgetText()StringgetTime()booleanisPinned()booleanisUnread()NotificationDrilldownPageopen()-
Methods inherited from class com.atlassian.mywork.pageobjects.AbstractPageObject
waitForTransition
-
-
-
-
Method Detail
-
open
public NotificationDrilldownPage open()
-
getId
public String getId()
-
getText
public String getText()
-
getTime
public String getTime()
-
isUnread
public boolean isUnread()
-
isPinned
public boolean isPinned()
-
-