Class StashInstancesStatusPanelContextProvider

  • All Implemented Interfaces:
    com.atlassian.plugin.web.ContextProvider

    public class StashInstancesStatusPanelContextProvider
    extends Object
    implements com.atlassian.plugin.web.ContextProvider
    A context provider that puts necessary data to the context map to display Stash instances status on the system information page.
    • Constructor Detail

      • StashInstancesStatusPanelContextProvider

        public StashInstancesStatusPanelContextProvider​(RemoteEventsConnectionStatusService remoteEventsConnectionStatusService,
                                                        com.atlassian.applinks.api.ReadOnlyApplicationLinkService readOnlyApplicationLinkService)
    • Method Detail

      • init

        public void init​(@NotNull
                         @NotNull Map<String,​String> params)
                  throws com.atlassian.plugin.PluginParseException
        Specified by:
        init in interface com.atlassian.plugin.web.ContextProvider
        Throws:
        com.atlassian.plugin.PluginParseException
      • getContextMap

        public Map<String,​Object> getContextMap​(@NotNull
                                                      @NotNull Map<String,​Object> context)
        Specified by:
        getContextMap in interface com.atlassian.plugin.web.ContextProvider