| Package | Description |
|---|---|
| com.atlassian.gadgets |
This package contains the main APIs for interacting with gadgets.
|
| com.atlassian.gadgets.dashboard |
This package contains the main APIs for interacting with dashboards and gadgets.
|
| Modifier and Type | Method and Description |
|---|---|
GadgetId |
GadgetNotFoundException.getGadgetId() |
GadgetId |
GadgetState.getId()
Returns the unique identifier, represented by a
GadgetId, for the gadget's state. |
GadgetId |
DashboardItemState.getId() |
GadgetId |
LocalDashboardItemState.getId() |
static GadgetId |
GadgetId.valueOf(String id)
Converts the
String value to a GadgetId object. |
| Modifier and Type | Method and Description |
|---|---|
static GadgetState.SpecUriBuilder |
GadgetState.gadget(GadgetId gadgetId)
Factory method to create a new builder which can be used to create
GadgetState objects. |
LocalDashboardItemState.Builder |
LocalDashboardItemState.Builder.gadgetId(GadgetId gadgetId) |
| Constructor and Description |
|---|
GadgetNotFoundException(GadgetId gadgetId) |
LocalDashboardItemState(GadgetId gadgetId,
Color color,
LocalDashboardItemModuleId dashboardItemModuleId,
Map<String,String> properties) |
| Modifier and Type | Method and Description |
|---|---|
io.atlassian.fugue.Option<DashboardState> |
DashboardService.getDashboardForGadget(GadgetId gadgetId,
String username)
Gets dashboard state which contains the specified gadget
|
Copyright © 2024 Atlassian. All rights reserved.