public interface DashboardItemModule
| Modifier and Type | Interface and Description |
|---|---|
static interface |
DashboardItemModule.Author |
static interface |
DashboardItemModule.DirectoryDefinition
Specification of the dashboard item.
|
| Modifier and Type | Field and Description |
|---|---|
static com.atlassian.plugin.web.Condition |
ALWAYS_TRUE_CONDITION |
| Modifier and Type | Method and Description |
|---|---|
io.atlassian.fugue.Option<String> |
getAMDModule() |
com.atlassian.plugin.web.Condition |
getCondition() |
io.atlassian.fugue.Option<DashboardItemModule.DirectoryDefinition> |
getDirectoryDefinition()
Returns the description of this dashboard item.
|
io.atlassian.fugue.Option<String> |
getWebResourceKey() |
boolean |
isConfigurable()
Return true if this dashboarditem requires configuration to be entered by the user
|
void |
renderContent(Writer writer,
Map<String,Object> context)
Renders server side content for the dashboard item.
|
static final com.atlassian.plugin.web.Condition ALWAYS_TRUE_CONDITION
io.atlassian.fugue.Option<DashboardItemModule.DirectoryDefinition> getDirectoryDefinition()
boolean isConfigurable()
io.atlassian.fugue.Option<String> getAMDModule()
io.atlassian.fugue.Option<String> getWebResourceKey()
void renderContent(Writer writer, Map<String,Object> context)
@Nonnull com.atlassian.plugin.web.Condition getCondition()
ALWAYS_TRUE_CONDITION.Copyright © 2024 Atlassian. All rights reserved.