com.atlassian.mywork.pageobjects.mobile
Class NotificationDrilldownItem

java.lang.Object
  extended by com.atlassian.mywork.pageobjects.AbstractPageObject
      extended by com.atlassian.mywork.pageobjects.mobile.MobilePageObject
          extended by com.atlassian.mywork.pageobjects.mobile.NotificationDrilldownItem

public class NotificationDrilldownItem
extends MobilePageObject


Field Summary
 
Fields inherited from class com.atlassian.mywork.pageobjects.mobile.MobilePageObject
MOBILE_URL
 
Fields inherited from class com.atlassian.mywork.pageobjects.AbstractPageObject
elementFinder, pageBinder, ROOT_URL
 
Constructor Summary
NotificationDrilldownItem(com.atlassian.pageobjects.elements.PageElement element)
           
 
Method Summary
 java.util.List<NotificationAction> getActions()
           
 java.lang.String getTitle()
           
<P> P
gotoLink(int actionIndex, java.lang.Class<P> pageClass, java.lang.Object... args)
           
 
Methods inherited from class com.atlassian.mywork.pageobjects.mobile.MobilePageObject
backButton, switchTo
 
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

NotificationDrilldownItem

public NotificationDrilldownItem(com.atlassian.pageobjects.elements.PageElement element)
Method Detail

getTitle

public java.lang.String getTitle()

gotoLink

public <P> P gotoLink(int actionIndex,
                      java.lang.Class<P> pageClass,
                      java.lang.Object... args)

getActions

public java.util.List<NotificationAction> getActions()


Copyright © 2012 Atlassian. All Rights Reserved.