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 ThreadDumpSaverThreadDumpSaver. getInstance()To be used only from static context, consider using bean insteadThreadDumpSaverThreadDumpSaverFactory. getObject()Methods in jetbrains.buildServer.diagnostic with parameters of type ThreadDumpSaver Modifier and Type Method Description voidPeriodicThreadDumpSaver. 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)
-