Class TabPanelWebItemProvider

java.lang.Object
com.atlassian.jira.projects.tabpanel.TabPanelWebItemProvider
All Implemented Interfaces:
com.atlassian.plugin.web.api.provider.WebItemProvider

public class TabPanelWebItemProvider extends Object implements com.atlassian.plugin.web.api.provider.WebItemProvider
Generates web items from tab panel descriptors. Tab panel descriptors are the old way of adding to JIRA's project page, while web items in the jira.project.sidebar.navigation section are the new way.
  • Constructor Details

  • Method Details

    • getItems

      public Iterable<com.atlassian.plugin.web.api.WebItem> getItems(Map<String,Object> context)
      Specified by:
      getItems in interface com.atlassian.plugin.web.api.provider.WebItemProvider