Package jetbrains.buildServer.diagnostic
Interface RequestDiagnosticsCleaner
-
- All Known Implementing Classes:
RequestDiagnosticsCleanerBase
,ThreadDumpsCleaner
,ThreadTracesCleaner
public interface RequestDiagnosticsCleaner
Created by Andrey Titov on 5/11/17.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
cleanup()
String
getDescription()
void
scheduleCleanup()
-
-
-
Method Detail
-
getDescription
String getDescription()
-
scheduleCleanup
void scheduleCleanup()
-
cleanup
void cleanup()
-
-