Package io.fabric8.jenkins.openshiftsync
Class BuildComparator
- java.lang.Object
-
- io.fabric8.jenkins.openshiftsync.BuildComparator
-
- All Implemented Interfaces:
Comparator<io.fabric8.openshift.api.model.Build>
public class BuildComparator extends Object implements Comparator<io.fabric8.openshift.api.model.Build>
-
-
Constructor Summary
Constructors Constructor Description BuildComparator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compare(io.fabric8.openshift.api.model.Build b1, io.fabric8.openshift.api.model.Build b2)
-
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
-
compare
public int compare(io.fabric8.openshift.api.model.Build b1, io.fabric8.openshift.api.model.Build b2)
- Specified by:
compare
in interfaceComparator<io.fabric8.openshift.api.model.Build>
-
-