com.atlassian.jira.functest.framework.admin.user.shared
Interface SharedDashboardsAdministration

All Known Implementing Classes:
DefaultSharedDashboardsAdministration

public interface SharedDashboardsAdministration

Represents to the Shared Dashboards Administration Page

Since:
v4.4

Nested Class Summary
static interface SharedDashboardsAdministration.Dashboards
          Represents the list of dashboards available in the page
 
Method Summary
 SharedDashboardsAdministration changeDashboardOwner(long dashboardId, String newOwner)
          Change the owner of the dashboard
 SharedDashboardsAdministration.Dashboards dashboards()
          Retrieves an instance of SharedDashboardsAdministration.Dashboards that represents the list of dashboards currently displayed on the Shared Dashboards Administration Page.
 SharedDashboardsAdministration deleteDashboard(long dashboardId)
          Deletes the dashboard represented by the dashboard id
 SharedDashboardsAdministration goTo()
          Navigates to the Shared Dashboards Administration Page.
 SharedDashboardsAdministration search(String searchText, String owner)
          Searches for shared dashboards from the Shared Dashboards Administration Page according to the specified criteria.
 SharedDashboardsAdministration searchAll()
          Searches for all the shared dashboards in this instance of JIRA from the Shared dashboards Administration Page.
 

Method Detail

goTo

SharedDashboardsAdministration goTo()
Navigates to the Shared Dashboards Administration Page.

Returns:
This instance of SharedDashboardsAdministration.

search

SharedDashboardsAdministration search(String searchText,
                                      String owner)
Searches for shared dashboards from the Shared Dashboards Administration Page according to the specified criteria.

Parameters:
searchText - The text to search for in the name/description of the dashboard.
owner - The name of the user that owns the dashboards to search for.
Returns:
This instance of SharedDashboardsAdministration.

searchAll

SharedDashboardsAdministration searchAll()
Searches for all the shared dashboards in this instance of JIRA from the Shared dashboards Administration Page.

Returns:
This instance of ShareddashboardsAdministration.

dashboards

SharedDashboardsAdministration.Dashboards dashboards()
Retrieves an instance of SharedDashboardsAdministration.Dashboards that represents the list of dashboards currently displayed on the Shared Dashboards Administration Page.

Returns:
an instance of SharedDashboardsAdministration.Dashboards.

deleteDashboard

SharedDashboardsAdministration deleteDashboard(long dashboardId)
Deletes the dashboard represented by the dashboard id

Parameters:
dashboardId - Id of the dashboard to be deleted

changeDashboardOwner

SharedDashboardsAdministration changeDashboardOwner(long dashboardId,
                                                    String newOwner)
Change the owner of the dashboard

Parameters:
dashboardId - id of the dashboard
newOwner - the new owner username
Returns:


Copyright © 2002-2013 Atlassian. All Rights Reserved.