Package com.google.gerrit.server.change
Class RelatedChangesSorter
java.lang.Object
com.google.gerrit.server.change.RelatedChangesSorter
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionsort
(List<ChangeData> in, PatchSet startPs) sortAncestors
(List<ChangeData> in, PatchSet startPs)
-
Method Details
-
sort
public List<RelatedChangesSorter.PatchSetData> sort(List<ChangeData> in, PatchSet startPs) throws IOException, PermissionBackendException -
sortAncestors
public List<RelatedChangesSorter.PatchSetData> sortAncestors(List<ChangeData> in, PatchSet startPs) throws IOException, PermissionBackendException
-