Package jetbrains.buildServer.util
Interface ThreadStat.ThreadOperation
-
- Enclosing class:
- ThreadStat
public static interface ThreadStat.ThreadOperation
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getDescription()
long
getDurationNanos()
int
getLevel()
long
getStartNanos()
-
-
-
Method Detail
-
getLevel
int getLevel()
-
getDescription
@NotNull String getDescription()
-
getStartNanos
long getStartNanos()
-
getDurationNanos
long getDurationNanos()
-
-