public class DefaultSharedDashboardsAdministration extends Object implements SharedDashboardsAdministration
| Modifier and Type | Class and Description |
|---|---|
static class |
DefaultSharedDashboardsAdministration.DefaultDashboards |
SharedDashboardsAdministration.Dashboards| Constructor and Description |
|---|
DefaultSharedDashboardsAdministration(net.sourceforge.jwebunit.WebTester tester,
Navigation navigation,
LocatorFactory locators) |
| 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.
|
public DefaultSharedDashboardsAdministration(net.sourceforge.jwebunit.WebTester tester,
Navigation navigation,
LocatorFactory locators)
public SharedDashboardsAdministration goTo()
SharedDashboardsAdministrationgoTo in interface SharedDashboardsAdministrationpublic SharedDashboardsAdministration search(String searchText, String owner)
SharedDashboardsAdministrationsearch in interface SharedDashboardsAdministrationsearchText - 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.public SharedDashboardsAdministration searchAll()
SharedDashboardsAdministrationsearchAll in interface SharedDashboardsAdministrationpublic SharedDashboardsAdministration.Dashboards dashboards()
SharedDashboardsAdministrationSharedDashboardsAdministration.Dashboards that represents the list of dashboards currently displayed on the Shared
Dashboards Administration Page.dashboards in interface SharedDashboardsAdministrationSharedDashboardsAdministration.Dashboards.public SharedDashboardsAdministration deleteDashboard(long dashboardId)
SharedDashboardsAdministrationdeleteDashboard in interface SharedDashboardsAdministrationdashboardId - Id of the dashboard to be deletedpublic SharedDashboardsAdministration changeDashboardOwner(long dashboardId, String newOwner)
SharedDashboardsAdministrationchangeDashboardOwner in interface SharedDashboardsAdministrationdashboardId - id of the dashboardnewOwner - the new owner usernameCopyright © 2002-2015 Atlassian. All Rights Reserved.