it.com.atlassian.gadgets.pages
Class DashboardChrome

java.lang.Object
  extended by it.com.atlassian.gadgets.pages.DashboardChrome
All Implemented Interfaces:
com.atlassian.pageobjects.Page

public class DashboardChrome
extends Object
implements com.atlassian.pageobjects.Page


Constructor Summary
DashboardChrome()
           
 
Method Summary
 GadgetsDashboardPage getBlankDashboard()
           
 GadgetsDashboardPage getBlankDashboard(Locale locale, int securityTokenRefreshRate)
           
 GadgetsDashboardPage getDashboard(int id)
           
 GadgetsDashboardPage getDashboard(Integer id, Locale locale, Integer securityTokenRefreshRate)
           
 GadgetsDashboardPage getReadOnlyDashboard()
           
 GadgetsDashboardPage getReadWriteDashboard()
           
 String getUrl()
           
 GadgetsDashboardPage getUsersOnlyDashboard()
           
 DashboardChrome login(com.atlassian.webdriver.refapp.RefappTestedProduct refApp)
           
 DashboardChrome logout()
           
 DashboardChrome switchTo()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DashboardChrome

public DashboardChrome()
Method Detail

logout

public DashboardChrome logout()

login

public DashboardChrome login(com.atlassian.webdriver.refapp.RefappTestedProduct refApp)

getDashboard

public GadgetsDashboardPage getDashboard(int id)

getDashboard

public GadgetsDashboardPage getDashboard(Integer id,
                                         Locale locale,
                                         Integer securityTokenRefreshRate)

getBlankDashboard

public GadgetsDashboardPage getBlankDashboard()

getReadWriteDashboard

public GadgetsDashboardPage getReadWriteDashboard()

getReadOnlyDashboard

public GadgetsDashboardPage getReadOnlyDashboard()

getUsersOnlyDashboard

public GadgetsDashboardPage getUsersOnlyDashboard()

getBlankDashboard

public GadgetsDashboardPage getBlankDashboard(Locale locale,
                                              int securityTokenRefreshRate)

switchTo

public DashboardChrome switchTo()

getUrl

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


Copyright © 2014 Atlassian. All Rights Reserved.