Class ChartProviderRegistry
- java.lang.Object
-
- jetbrains.buildServer.web.statistics.graph.ChartProviderRegistry
-
public class ChartProviderRegistry extends Object
Created by Andrey Titov on 8/11/14.
-
-
Constructor Summary
Constructors Constructor Description ChartProviderRegistry(ValueProviderRegistry valueProviderRegistry, BuildDataStorage buildDataStorage, SBuildServer server, EventDispatcher<ConfigActionsServerListener> eventDispatcher, ServerResponsibility serverResponsibility)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeclarativeGraphProviderBean
getChartProvider(String chartGroup)
Map<String,DeclarativeGraphProviderBean>
getChartProviders()
DeclarativeGraphProviderBean
registerChartProvider(String groupName)
DeclarativeGraphProviderBean
registerChartProvider(DeclarativeGraphProviderBean bean)
-
-
-
Constructor Detail
-
ChartProviderRegistry
public ChartProviderRegistry(@NotNull ValueProviderRegistry valueProviderRegistry, @NotNull BuildDataStorage buildDataStorage, @NotNull SBuildServer server, @NotNull EventDispatcher<ConfigActionsServerListener> eventDispatcher, @NotNull ServerResponsibility serverResponsibility)
-
-
Method Detail
-
registerChartProvider
@NotNull public DeclarativeGraphProviderBean registerChartProvider(@NotNull String groupName)
-
registerChartProvider
@NotNull public DeclarativeGraphProviderBean registerChartProvider(@NotNull DeclarativeGraphProviderBean bean)
-
getChartProvider
@Nullable public DeclarativeGraphProviderBean getChartProvider(@NotNull String chartGroup)
-
getChartProviders
@NotNull public Map<String,DeclarativeGraphProviderBean> getChartProviders()
-
-