Package com.atlassian.mywork.pageobjects
Class NotificationDrilldownItem
- java.lang.Object
-
- com.atlassian.mywork.pageobjects.AbstractPageObject
-
- com.atlassian.mywork.pageobjects.NotificationDrilldownItem
-
public class NotificationDrilldownItem extends AbstractPageObject
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classNotificationDrilldownItem.NotificationFormAction
-
Field Summary
-
Fields inherited from class com.atlassian.mywork.pageobjects.AbstractPageObject
elementFinder, pageBinder, ROOT_URL
-
-
Constructor Summary
Constructors Constructor Description NotificationDrilldownItem(com.atlassian.pageobjects.elements.PageElement element)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclick()NotificationDrilldownItem.NotificationFormActionclickForm(String text)<P> PclickMessageLink(Class<P> pageClass, Object... args)NotificationActiongetAction(String text)List<NotificationAction>getActions()StringgetMessage()StringgetTitle()booleanisFocused()-
Methods inherited from class com.atlassian.mywork.pageobjects.AbstractPageObject
waitForTransition
-
-
-
-
Method Detail
-
getTitle
public String getTitle()
-
isFocused
public boolean isFocused()
-
getActions
public List<NotificationAction> getActions()
-
getAction
public NotificationAction getAction(String text)
-
clickForm
public NotificationDrilldownItem.NotificationFormAction clickForm(String text)
-
click
public void click()
-
getMessage
public String getMessage()
-
-