public static interface DashboardItemModule.DirectoryDefinition
| Modifier and Type | Method and Description |
|---|---|
DashboardItemModule.Author |
getAuthor()
Author/Vendor of the dashboard item.
|
Set<Category> |
getCategories()
Returns categories of this directory definition.
|
io.atlassian.fugue.Option<URI> |
getThumbnail()
Returns an absolute URL of the thumbnail.
|
String |
getTitle()
The title of the dashboard item.
|
io.atlassian.fugue.Option<String> |
getTitleI18nKey()
The optional i18n key of the title of the dashboard item.
|
String getTitle()
io.atlassian.fugue.Option<String> getTitleI18nKey()
DashboardItemModule.Author getAuthor()
Set<Category> getCategories()
io.atlassian.fugue.Option<URI> getThumbnail()
Copyright © 2024 Atlassian. All rights reserved.