Interface DashboardItemModule.DirectoryDefinition

Enclosing interface:
DashboardItemModule

public static interface DashboardItemModule.DirectoryDefinition
Specification of the dashboard item.
  • Method Details

    • getTitle

      String getTitle()
      The title of the dashboard item. Can't be null.
    • getTitleI18nKey

      io.atlassian.fugue.Option<String> getTitleI18nKey()
      The optional i18n key of the title of the dashboard item. Can't be null.
    • getAuthor

      Author/Vendor of the dashboard item. Can't be null.
    • getCategories

      Set<Category> getCategories()
      Returns categories of this directory definition. Can't be null.
    • getThumbnail

      io.atlassian.fugue.Option<URI> getThumbnail()
      Returns an absolute URL of the thumbnail.