public interface SharedDashboardsAdministration
| Modifier and Type | Interface and Description |
|---|---|
static interface |
SharedDashboardsAdministration.Dashboards
Represents the list of dashboards available in the page
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
SharedDashboardsAdministration goTo()
SharedDashboardsAdministration search(String searchText, String owner)
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.SharedDashboardsAdministration searchAll()
SharedDashboardsAdministration.Dashboards dashboards()
SharedDashboardsAdministration.Dashboards that represents the list of dashboards currently displayed on the Shared
Dashboards Administration Page.SharedDashboardsAdministration.Dashboards.SharedDashboardsAdministration deleteDashboard(long dashboardId)
dashboardId - Id of the dashboard to be deletedSharedDashboardsAdministration changeDashboardOwner(long dashboardId, String newOwner)
dashboardId - id of the dashboardnewOwner - the new owner usernameCopyright © 2002-2015 Atlassian. All Rights Reserved.