com.atlassian.bamboo.build
Class MostFailuresComparator

java.lang.Object
  extended by com.atlassian.bamboo.build.MostFailuresComparator
All Implemented Interfaces:
Comparator

public class MostFailuresComparator
extends Object
implements Comparator


Field Summary
static String ASC
           
static String DESC
           
 
Constructor Summary
MostFailuresComparator(String order)
           
 
Method Summary
 int compare(Object o1, Object o2)
           
 
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
 

Field Detail

DESC

public static final String DESC
See Also:
Constant Field Values

ASC

public static final String ASC
See Also:
Constant Field Values
Constructor Detail

MostFailuresComparator

public MostFailuresComparator(String order)
Method Detail

compare

public int compare(Object o1,
                   Object o2)
Specified by:
compare in interface Comparator


Copyright © 2006 Atlassian Software Systems. All Rights Reserved.