com.atlassian.bamboo.util
Class AgentComparator

java.lang.Object
  extended by com.atlassian.bamboo.util.AgentComparator
All Implemented Interfaces:
java.util.Comparator<BuildAgent>

public class AgentComparator
extends java.lang.Object
implements java.util.Comparator<BuildAgent>


Constructor Summary
AgentComparator()
           
 
Method Summary
 int compare(BuildAgent first, BuildAgent second)
           
 
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

AgentComparator

public AgentComparator()
Method Detail

compare

public int compare(BuildAgent first,
                   BuildAgent second)
Specified by:
compare in interface java.util.Comparator<BuildAgent>


Copyright © 2013 Atlassian Software Systems Pty Ltd. All Rights Reserved.