Class LegacyAdminLinkFactory

java.lang.Object
com.atlassian.jira.admin.LegacyAdminLinkFactory
All Implemented Interfaces:
com.atlassian.plugin.web.api.provider.WebItemProvider

public class LegacyAdminLinkFactory extends Object implements com.atlassian.plugin.web.api.provider.WebItemProvider
Returns links for all legacy plugins that still define web-items in the system.admin section section.
Since:
v4.4
  • Constructor Details

    • LegacyAdminLinkFactory

      public LegacyAdminLinkFactory(com.atlassian.plugin.web.api.DynamicWebInterfaceManager webInterfaceManager)
  • 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