| Package | Description |
|---|---|
| com.atlassian.gadgets.dashboard |
This package contains the main APIs for interacting with dashboards and gadgets.
|
| Modifier and Type | Method and Description |
|---|---|
DashboardState |
DashboardService.get(DashboardId id,
String username)
Fetch the
DashboardState if the user has permission. |
io.atlassian.fugue.Option<DashboardState> |
DashboardService.getDashboardForGadget(GadgetId gadgetId,
String username)
Gets dashboard state which contains the specified gadget
|
DashboardState |
DashboardService.save(DashboardState state,
String username)
Save the
DashboardState if the user has permission. |
Copyright © 2024 Atlassian. All rights reserved.