Uses of Interface
jetbrains.buildServer.serverSide.systemProblems.SystemProblemNotification
-
Packages that use SystemProblemNotification Package Description jetbrains.buildServer.serverSide.impl jetbrains.buildServer.serverSide.systemProblems -
-
Uses of SystemProblemNotification in jetbrains.buildServer.serverSide.impl
Methods in jetbrains.buildServer.serverSide.impl with parameters of type SystemProblemNotification Modifier and Type Method Description void
VcsStatusLoggerImpl. setProblemNotification(SystemProblemNotification problemNotification)
void
InternalErrorsHandler. setSystemProblems(SystemProblemNotification systemProblems)
Constructors in jetbrains.buildServer.serverSide.impl with parameters of type SystemProblemNotification Constructor Description BuildTriggersChecker(SBuildServer server, ProjectManager projectManager, SystemProblemNotification systemProblemNotification, EventDispatcher<BuildServerListener> dispatcher, ExecutorServicesEx executorServices, ServerMetrics serverMetrics, TriggersTaskLoadBalancer taskLoadBalancer, TriggeredBuildsRateMonitor triggeredBuildsRateMonitor)
-
Uses of SystemProblemNotification in jetbrains.buildServer.serverSide.systemProblems
Classes in jetbrains.buildServer.serverSide.systemProblems that implement SystemProblemNotification Modifier and Type Class Description class
SystemProblemNotificationEngine
Constructors in jetbrains.buildServer.serverSide.systemProblems with parameters of type SystemProblemNotification Constructor Description BuildProblemsTicketManagerImpl(SystemProblemNotification systemProblemNotification, ProjectManager projectManager, EventDispatcher<BuildServerListener> events, ExecutorServices executorServices)
-