com.atlassian.mywork.pageobjects
Class DashboardPage

java.lang.Object
  extended by com.atlassian.mywork.pageobjects.AbstractPageObject
      extended by com.atlassian.mywork.pageobjects.DashboardPage
All Implemented Interfaces:
com.atlassian.pageobjects.Page, com.atlassian.pageobjects.page.HomePage

public class DashboardPage
extends AbstractPageObject
implements com.atlassian.pageobjects.Page, com.atlassian.pageobjects.page.HomePage


Field Summary
 
Fields inherited from class com.atlassian.mywork.pageobjects.AbstractPageObject
elementFinder, pageBinder, ROOT_URL
 
Constructor Summary
DashboardPage()
           
 
Method Summary
<P> P
bindMiniviewPage(java.lang.Class<P> pageClass)
           
 com.atlassian.pageobjects.component.Header getHeader()
           
 int getNewNotificationCount()
           
 java.lang.String getUrl()
           
 NotificationsPage open()
           
 NotificationsPage openWithShortcut()
           
 void waitForAnchor()
           
 
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

DashboardPage

public DashboardPage()
Method Detail

waitForAnchor

public void waitForAnchor()

open

public NotificationsPage open()

openWithShortcut

public NotificationsPage openWithShortcut()

bindMiniviewPage

public <P> P bindMiniviewPage(java.lang.Class<P> pageClass)

getNewNotificationCount

public int getNewNotificationCount()

getUrl

public java.lang.String getUrl()
Specified by:
getUrl in interface com.atlassian.pageobjects.Page

getHeader

public com.atlassian.pageobjects.component.Header getHeader()
Specified by:
getHeader in interface com.atlassian.pageobjects.page.HomePage


Copyright © 2012 Atlassian. All Rights Reserved.