com.atlassian.jira.webtest.framework.page.dashboard
Interface CreateNewDashboard

All Superinterfaces:
ChildPage<Dashboard>, Page, PageObject
All Known Implementing Classes:
CreateNewDashboardImpl

public interface CreateNewDashboard
extends ChildPage<Dashboard>

Represents the 'Create New Dashboard' page.

Since:
v4.3

Method Summary
 CreateNewDashboard description(com.atlassian.webtest.ui.keys.KeySequence description)
          Type in dashboard description.
 CreateNewDashboard name(com.atlassian.webtest.ui.keys.KeySequence name)
          Type in dashboard name.
 Dashboard submitAdd()
          Click on the submit button to add new Dashboard.
 
Methods inherited from interface com.atlassian.jira.webtest.framework.page.ChildPage
back
 
Methods inherited from interface com.atlassian.jira.webtest.framework.page.Page
isAt
 
Methods inherited from interface com.atlassian.jira.webtest.framework.core.PageObject
context, isReady
 

Method Detail

name

CreateNewDashboard name(com.atlassian.webtest.ui.keys.KeySequence name)
Type in dashboard name.

Parameters:
name - name of the Dashboard
Returns:
this page instance

description

CreateNewDashboard description(com.atlassian.webtest.ui.keys.KeySequence description)
Type in dashboard description.

Parameters:
description - description of the Dashboard
Returns:
this page instance

submitAdd

Dashboard submitAdd()
Click on the submit button to add new Dashboard.

Returns:
dashboard parent page


Copyright © 2002-2013 Atlassian. All Rights Reserved.