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
Fields Modifier and Type Field Description static EnumSet<RemoteEventsConnectionStatusService.ConnectionStatus>
EVENTS_WORKING_STATUSES
-
Constructor Summary
Constructors Constructor Description StashInstancesStatusPanelContextProvider(RemoteEventsConnectionStatusService remoteEventsConnectionStatusService, com.atlassian.applinks.api.ReadOnlyApplicationLinkService readOnlyApplicationLinkService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>
getContextMap(@NotNull Map<String,Object> context)
void
init(@NotNull Map<String,String> params)
-
-
-
Field Detail
-
EVENTS_WORKING_STATUSES
public static EnumSet<RemoteEventsConnectionStatusService.ConnectionStatus> EVENTS_WORKING_STATUSES
-
-
Constructor Detail
-
StashInstancesStatusPanelContextProvider
public StashInstancesStatusPanelContextProvider(RemoteEventsConnectionStatusService remoteEventsConnectionStatusService, com.atlassian.applinks.api.ReadOnlyApplicationLinkService readOnlyApplicationLinkService)
-
-