Package jetbrains.buildServer.web.util
Class UserProjectOrder
- java.lang.Object
-
- jetbrains.buildServer.web.util.UserProjectOrder
-
- All Implemented Interfaces:
Comparator<SProject>
public class UserProjectOrder extends Object implements Comparator<SProject>
Class responsible for ordering of projects according to user specified order (if any).
-
-
Constructor Summary
Constructors Constructor Description UserProjectOrder(UserEx user)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compare(SProject p1, SProject p2)
-
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
-
-