Uses of Class
jetbrains.buildServer.diagnostic.ThreadDumpSaver
-
Packages that use ThreadDumpSaver Package Description jetbrains.buildServer.diagnostic -
-
Uses of ThreadDumpSaver in jetbrains.buildServer.diagnostic
Methods in jetbrains.buildServer.diagnostic that return ThreadDumpSaver Modifier and Type Method Description static ThreadDumpSaver
ThreadDumpSaver. getInstance()
To be used only from static context, consider using bean insteadThreadDumpSaver
ThreadDumpSaverFactory. getObject()
Methods in jetbrains.buildServer.diagnostic with parameters of type ThreadDumpSaver Modifier and Type Method Description void
PeriodicThreadDumpSaver. setThreadDumpSaver(ThreadDumpSaver threadDumpSaver)
Constructors in jetbrains.buildServer.diagnostic with parameters of type ThreadDumpSaver Constructor Description LoggingThreadDumpReporter(MemoryUsageMonitor memoryUsageMonitor, ThreadDumpSaver threadDumpSaver)
ServerThreadsMonitor(EventDispatcher<BuildServerListener> eventDispatcher, ThreadDumpSaver threadDumpSaver)
ThreadDumpSaverConfigurator(AutoThreadDumpConfig autoThreadDumpConfig, ThreadDumpDataProvider threadDumpDataProvider, ThreadDumpSaver threadDumpSaver, ExecutorServices executorServices, ExtensionHolder extensionHolder)
-