Uses of Class
com.atlassian.mywork.pageobjects.mobile.NotificationItem
-
Packages that use NotificationItem Package Description com.atlassian.mywork.pageobjects.mobile -
-
Uses of NotificationItem in com.atlassian.mywork.pageobjects.mobile
Methods in com.atlassian.mywork.pageobjects.mobile that return NotificationItem Modifier and Type Method Description NotificationItemMobileNotificationsPage. getFirstNotificationItem()Teeny helper method to return the first item so you don't have to get it yourself.Methods in com.atlassian.mywork.pageobjects.mobile that return types with arguments of type NotificationItem Modifier and Type Method Description List<NotificationItem>MobileNotificationsPage. getNotificationItems()Methods in com.atlassian.mywork.pageobjects.mobile with parameters of type NotificationItem Modifier and Type Method Description MobileNotificationsPageFlyout. clickNotificationItem(NotificationItem item)Clicking an item from the Flyout should not go direct to the item.
-