Class NotificationDrilldownItem
- java.lang.Object
-
- com.atlassian.mywork.pageobjects.AbstractPageObject
-
- com.atlassian.mywork.pageobjects.mobile.MobilePageObject
-
- com.atlassian.mywork.pageobjects.mobile.NotificationDrilldownItem
-
public class NotificationDrilldownItem extends MobilePageObject
-
-
Field Summary
-
Fields inherited from class com.atlassian.mywork.pageobjects.mobile.MobilePageObject
driver, MOBILE_URL
-
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 List<NotificationAction>getActions()StringgetTitle()<P> PgotoLink(int actionIndex, Class<P> pageClass, Object... args)-
Methods inherited from class com.atlassian.mywork.pageobjects.mobile.MobilePageObject
backButton, switchTo
-
Methods inherited from class com.atlassian.mywork.pageobjects.AbstractPageObject
waitForTransition
-
-
-
-
Method Detail
-
getTitle
public String getTitle()
-
getActions
public List<NotificationAction> getActions()
-
-