public interface

SharedDashboardsAdministration

com.atlassian.jira.functest.framework.admin.user.shared.SharedDashboardsAdministration
Known Indirect Subclasses

Class Overview

Represents to the Shared Dashboards Administration Page

Summary

Nested Classes
interface SharedDashboardsAdministration.Dashboards Represents the list of dashboards available in the page  
Public Methods
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.

Public Methods

public SharedDashboardsAdministration changeDashboardOwner (long dashboardId, String newOwner)

Change the owner of the dashboard

Parameters
dashboardId id of the dashboard
newOwner the new owner username

public SharedDashboardsAdministration.Dashboards dashboards ()

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

public SharedDashboardsAdministration deleteDashboard (long dashboardId)

Deletes the dashboard represented by the dashboard id

Parameters
dashboardId Id of the dashboard to be deleted

public SharedDashboardsAdministration goTo ()

Navigates to the Shared Dashboards Administration Page.

Returns
  • This instance of SharedDashboardsAdministration.

public 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.

public SharedDashboardsAdministration searchAll ()

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

Returns
  • This instance of ShareddashboardsAdministration.