Uses of Interface
jetbrains.buildServer.serverSide.statistics.build.BuildDataStorage
-
-
Uses of BuildDataStorage in jetbrains
Methods in jetbrains that return BuildDataStorage Modifier and Type Method Description BuildDataStorage
BuildServerCreator. getBuildDataStorage()
-
Uses of BuildDataStorage in jetbrains.buildServer.controllers
-
Uses of BuildDataStorage in jetbrains.buildServer.serverSide.impl
Constructors in jetbrains.buildServer.serverSide.impl with parameters of type BuildDataStorage Constructor Description WaitReasonStatisticsCollector(EventDispatcher<BuildServerListener> dispatcher, ExecutorServices executor, BuildDataStorage buildDataStorage, CachingBuildEstimator buildEstimator, ServerResponsibility serverResponsibility, ServerBuildDelayMetrics buildDelayMetrics)
WaitReasonStatisticsValueProviderResolver(SBuildServer server, BuildDataStorage storage, ValueProviderRegistry registry)
-
Uses of BuildDataStorage in jetbrains.buildServer.serverSide.statistics.build
Fields in jetbrains.buildServer.serverSide.statistics.build declared as BuildDataStorage Modifier and Type Field Description protected BuildDataStorage
CompositeVTB. myStorage
protected BuildDataStorage
StorageValueProvider. myStorage
-
Uses of BuildDataStorage in jetbrains.buildServer.serverSide.statistics.impl
Classes in jetbrains.buildServer.serverSide.statistics.impl that implement BuildDataStorage Modifier and Type Class Description class
BuildDataStorageImpl
Performs actual storage and retrieval of build-related dataMethods in jetbrains.buildServer.serverSide.statistics.impl with parameters of type BuildDataStorage Modifier and Type Method Description static Set<String>
StatisticsUtil. getValueTypeKeysForBuildType(String buildTypeExternalId, BuildDataStorage storage, ValueProviderRegistry registry)
-
Uses of BuildDataStorage in jetbrains.buildServer.serverSide.teamCityInfo
Constructors in jetbrains.buildServer.serverSide.teamCityInfo with parameters of type BuildDataStorage Constructor Description TeamCityInfoStatsProvider(BuildDataStorage storage, EventDispatcher<BuildServerListener> server, TeamCityInfoXmlAccessor accessor, ServerResponsibility serverResponsibility)
-
Uses of BuildDataStorage in jetbrains.buildServer.web.statistics.graph
Fields in jetbrains.buildServer.web.statistics.graph declared as BuildDataStorage Modifier and Type Field Description protected BuildDataStorage
DeclarativeGraphProviderBean. myStorage
-