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 Summary
Modifier and TypeFieldDescription -
Constructor Summary
ConstructorDescriptionStashInstancesStatusPanelContextProvider
(RemoteEventsConnectionStatusService remoteEventsConnectionStatusService, com.atlassian.applinks.api.ReadOnlyApplicationLinkService readOnlyApplicationLinkService) -
Method Summary
-
Field Details
-
EVENTS_WORKING_STATUSES
-
-
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 interfacecom.atlassian.plugin.web.ContextProvider
- Throws:
com.atlassian.plugin.PluginParseException
-
getContextMap
- Specified by:
getContextMap
in interfacecom.atlassian.plugin.web.ContextProvider
-