Package hudson
Class Functions.ThreadGroupMap
- java.lang.Object
-
- hudson.Functions.ThreadGroupMap
-
- All Implemented Interfaces:
Serializable
,Comparator<ThreadInfo>
- Enclosing class:
- Functions
public static class Functions.ThreadGroupMap extends Object implements Comparator<ThreadInfo>, Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ThreadGroupMap()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compare(ThreadInfo a, ThreadInfo b)
String
getThreadGroup(ThreadInfo ti)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
-
-
-
Method Detail
-
getThreadGroup
public String getThreadGroup(ThreadInfo ti)
- Returns:
- ThreadGroup name or null if unknown
-
compare
public int compare(ThreadInfo a, ThreadInfo b)
- Specified by:
compare
in interfaceComparator<ThreadInfo>
-
-