Package jetbrains.buildServer.util
Interface ThreadStat.OperationDisposable
-
- All Superinterfaces:
Disposable
- Enclosing class:
- ThreadStat
public static interface ThreadStat.OperationDisposable extends Disposable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getDescription()
int
getLevel()
long
getStartNanos()
-
Methods inherited from interface jetbrains.buildServer.util.Disposable
dispose
-
-
-
-
Method Detail
-
getLevel
int getLevel()
-
getDescription
@NotNull String getDescription()
-
getStartNanos
long getStartNanos()
-
-