Uses of Interface
jetbrains.buildServer.serverSide.impl.serverStatistics.db.ServerStatisticsStorage
-
-
Uses of ServerStatisticsStorage in jetbrains.buildServer.serverSide.impl.serverStatistics
Constructors in jetbrains.buildServer.serverSide.impl.serverStatistics with parameters of type ServerStatisticsStorage Constructor Description StoredMaxPeriodical(long timestamp, long minValue, ServerStatisticsStorage serverStatisticsStorage, ServerStatisticsStorage.Key key)
-
Uses of ServerStatisticsStorage in jetbrains.buildServer.serverSide.impl.serverStatistics.db
Classes in jetbrains.buildServer.serverSide.impl.serverStatistics.db that implement ServerStatisticsStorage Modifier and Type Class Description class
ServerStatisticsStorageImpl
Created by Andrey Titov on 1/30/17. -
Uses of ServerStatisticsStorage in jetbrains.buildServer.serverSide.impl.serverStatistics.providers
Constructors in jetbrains.buildServer.serverSide.impl.serverStatistics.providers with parameters of type ServerStatisticsStorage Constructor Description MaxAuthorizedAgentsStatsProvider(EventDispatcher<BuildServerListener> events, AuthorizedAgentsCountProvider authorizedAgentsCountProvider, TimeService timeService, ServerStatisticsStorage serverStatisticsStorage)
MaxAuthorizedAgentsStatsProvider(EventDispatcher<BuildServerListener> events, TimeService timeService, ServerStatisticsStorage serverStatisticsStorage, BuildServerImpl server)
MaxConcurrentBuilds(TimeService timeService, BuildsManager buildsManager, EventDispatcher<BuildServerListener> events, ServerStatisticsStorage serverStatisticsStorage)
PredefinedAgentsCount(TimeService timeService, ServerStatisticsStorage serverStatisticsStorage, BuildServerEx buildServerEx)
-