hudson
Class Functions.ThreadGroupMap

java.lang.Object
  extended by hudson.Functions.ThreadGroupMap
All Implemented Interfaces:
Comparator<ThreadInfo>
Enclosing class:
Functions

public static class Functions.ThreadGroupMap
extends Object
implements Comparator<ThreadInfo>


Constructor Summary
Functions.ThreadGroupMap()
           
 
Method Summary
 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
 

Constructor Detail

Functions.ThreadGroupMap

public Functions.ThreadGroupMap()
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 interface Comparator<ThreadInfo>


Copyright © 2004-2013. All Rights Reserved.