Class SprintComparators

java.lang.Object
com.atlassian.greenhopper.service.sprint.SprintComparators

public class SprintComparators extends Object
Since:
v8.6
  • Field Details

    • DATE_COMPARATOR

      public static final com.google.common.collect.Ordering<org.joda.time.DateTime> DATE_COMPARATOR
    • SEQUENCE_COMPARATOR

      public static final com.google.common.collect.Ordering<Long> SEQUENCE_COMPARATOR
    • STATE_COMPARATOR

      public static final com.google.common.collect.Ordering<Sprint.State> STATE_COMPARATOR
    • SPRINT_START_DATE_COMPARATOR

      public static final com.google.common.collect.Ordering<Sprint> SPRINT_START_DATE_COMPARATOR
    • SPRINT_END_DATE_COMPARATOR

      public static final com.google.common.collect.Ordering<Sprint> SPRINT_END_DATE_COMPARATOR
    • SPRINT_ID_COMPARATOR

      public static final com.google.common.collect.Ordering<Sprint> SPRINT_ID_COMPARATOR
    • SPRINT_STATE_COMPARATOR

      public static final com.google.common.collect.Ordering<Sprint> SPRINT_STATE_COMPARATOR
    • SPRINT_BYDATE_COMPARATOR

      public static final com.google.common.collect.Ordering<Sprint> SPRINT_BYDATE_COMPARATOR
    • SPRINT_SEQUENCE_COMPARATOR

      public static final com.google.common.collect.Ordering<Sprint> SPRINT_SEQUENCE_COMPARATOR
    • SPRINT_NATURAL_COMPARATOR

      public static final com.google.common.collect.Ordering<Sprint> SPRINT_NATURAL_COMPARATOR
    • SPRINT_DESCENDING_COMPARATOR

      public static final com.google.common.collect.Ordering<Sprint> SPRINT_DESCENDING_COMPARATOR
  • Constructor Details

    • SprintComparators

      public SprintComparators()