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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionintcompare(io.fabric8.openshift.api.model.Build b1, io.fabric8.openshift.api.model.Build b2) Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Comparatorequals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
- 
Constructor Details- 
BuildComparatorpublic BuildComparator()
 
- 
- 
Method Details- 
comparepublic int compare(io.fabric8.openshift.api.model.Build b1, io.fabric8.openshift.api.model.Build b2) - Specified by:
- comparein interface- Comparator<io.fabric8.openshift.api.model.Build>
 
 
-