Class AdminMenuCoreLinksProvider

  • All Implemented Interfaces:
    com.atlassian.plugin.web.api.provider.WebItemProvider

    public class AdminMenuCoreLinksProvider
    extends Object
    implements com.atlassian.plugin.web.api.provider.WebItemProvider
    Provider of links for the admin menu in the main header.
    • Constructor Detail

      • AdminMenuCoreLinksProvider

        @Inject
        public AdminMenuCoreLinksProvider​(BambooPermissionManager bambooPermissionManager,
                                          DarkFeatureService darkFeatureService,
                                          com.atlassian.plugin.web.api.DynamicWebInterfaceManager dynamicWebInterfaceManager,
                                          ElasticFunctionalityFacade elasticFunctionalityFacade,
                                          com.atlassian.struts.TextProvider textProvider)
    • Method Detail

      • getItems

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