Uses of Class
jetbrains.buildServer.diagnostic.TeamCityDiagnosticService.Task
-
Packages that use TeamCityDiagnosticService.Task Package Description jetbrains.buildServer.diagnostic -
-
Uses of TeamCityDiagnosticService.Task in jetbrains.buildServer.diagnostic
Subclasses of TeamCityDiagnosticService.Task in jetbrains.buildServer.diagnostic Modifier and Type Class Description class
PeriodicThreadDumpSaver
Allows to dump (several) thread dumps with a suffix set via internal property Works only if "teamcity.diagnostics.requestTime.threshold.ms" is set (it is set by default)class
ThreadStatisticsUpdater
Created by Andrey Titov on 11.09.15.Methods in jetbrains.buildServer.diagnostic that return types with arguments of type TeamCityDiagnosticService.Task Modifier and Type Method Description protected Set<TeamCityDiagnosticService.Task>
TeamCityDiagnosticService. getTasks()
Methods in jetbrains.buildServer.diagnostic with parameters of type TeamCityDiagnosticService.Task Modifier and Type Method Description void
TeamCityDiagnosticService. scheduleTask(TeamCityDiagnosticService.Task task)
boolean
TeamCityDiagnosticService. stopTask(TeamCityDiagnosticService.Task task)
-