com.atlassian.bamboo.deployments.versions
Class DeploymentVersion.CreatedDateOrdering

java.lang.Object
  extended by com.google.common.collect.Ordering<DeploymentVersion>
      extended by com.atlassian.bamboo.deployments.versions.DeploymentVersion.CreatedDateOrdering
All Implemented Interfaces:
Comparator<DeploymentVersion>
Enclosing interface:
DeploymentVersion

Deprecated. since 5.5 use DeploymentVersion.orderingByCreationDate

@Deprecated
public static class DeploymentVersion.CreatedDateOrdering
extends com.google.common.collect.Ordering<DeploymentVersion>


Field Summary
static com.google.common.collect.Ordering<DeploymentVersion> INSTANCE
          Deprecated.  
 
Method Summary
 int compare(DeploymentVersion o1, DeploymentVersion o2)
          Deprecated.  
 
Methods inherited from class com.google.common.collect.Ordering
arbitrary, binarySearch, compound, compound, explicit, explicit, from, from, greatestOf, immutableSortedCopy, isOrdered, isStrictlyOrdered, leastOf, lexicographical, max, max, max, max, min, min, min, min, natural, nullsFirst, nullsLast, onResultOf, reverse, sortedCopy, usingToString
 
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

INSTANCE

public static final com.google.common.collect.Ordering<DeploymentVersion> INSTANCE
Deprecated. 
Method Detail

compare

public int compare(DeploymentVersion o1,
                   DeploymentVersion o2)
Deprecated. 
Specified by:
compare in interface Comparator<DeploymentVersion>
Specified by:
compare in class com.google.common.collect.Ordering<DeploymentVersion>


Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.