Uses of Interface
jetbrains.buildServer.push.TopicsRegistry
-
-
Uses of TopicsRegistry in jetbrains.buildServer.controllers.healthStatus
Constructors in jetbrains.buildServer.controllers.healthStatus with parameters of type TopicsRegistry Constructor Description GlobalHealthStatusItemsTopicNotifier(TopicsRegistry topicsRegistry, GlobalHealthStatusItemsEventDispatcher globalHealthStatusItemsEventDispatcher)
-
Uses of TopicsRegistry in jetbrains.buildServer.controllers.investigate
Constructors in jetbrains.buildServer.controllers.investigate with parameters of type TopicsRegistry Constructor Description UserInvestigationsCounterProvider(ResponsibilityFacadeEx responsibilityFacade, UserModelEx userModel, EventDispatcher<BuildServerListener> myEvents, TopicsRegistry topicsRegistry, InvestigationsController investigationsController)
-
Uses of TopicsRegistry in jetbrains.buildServer.push.impl
Classes in jetbrains.buildServer.push.impl that implement TopicsRegistry Modifier and Type Class Description class
DefaultTopicsRegistry
-
Uses of TopicsRegistry in jetbrains.buildServer.push.impl.jsr356
Constructors in jetbrains.buildServer.push.impl.jsr356 with parameters of type TopicsRegistry Constructor Description WebSocketHeartbeat(ExecutorServices executors, EventDispatcher<BuildServerListener> dispatcher, TopicsRegistry topicsRegistry, WebSocketFeature webSocketFeature)
-
Uses of TopicsRegistry in jetbrains.buildServer.push.notificator
Constructors in jetbrains.buildServer.push.notificator with parameters of type TopicsRegistry Constructor Description BuildQueueCountersByPoolNotifier(ExecutorServices executorServices, TopicsRegistry topicsRegistry, EventDispatcher<BuildServerListener> dispatcher, BuildQueueEx buildQueue, AgentPoolManager agentPoolManager)
RestRunningBuildsNotificator(ExecutorServices executorServices, TopicsRegistry topicsRegistry, EventDispatcher<BuildServerListener> dispatcher, RestApiFacade restApiFacade, RunningBuildsManager runningBuildsManager)
ServerStatisticsNotificator(ServerStatistics serverStatistics, EventDispatcher<BuildServerListener> eventDispatcher, TopicsRegistry topicsRegistry, ExecutorServices executorServices)
WebUIPagesReloader(EventDispatcher<BuildServerListener> events, TopicsRegistry topicsRegistry, ExecutorServices executorServices, SecurityContextEx securityContext)
-