Class StashInstancesStatusPanelContextProvider

java.lang.Object
com.atlassian.bamboo.plugins.stash.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.
  • Field Details

  • Constructor Details

    • StashInstancesStatusPanelContextProvider

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

    • 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