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 StringgetDescription()intgetLevel()longgetStartNanos()-
Methods inherited from interface jetbrains.buildServer.util.Disposable
dispose
-
-
-
-
Method Detail
-
getLevel
int getLevel()
-
getDescription
@NotNull String getDescription()
-
getStartNanos
long getStartNanos()
-
-