Package com.google.gerrit.server.change
Class RelatedChangesSorter.PatchSetData
- java.lang.Object
-
- com.google.gerrit.server.change.RelatedChangesSorter.PatchSetData
-
- Enclosing class:
- RelatedChangesSorter
public abstract static class RelatedChangesSorter.PatchSetData extends Object
-
-
Constructor Summary
Constructors Constructor Description PatchSetData()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract org.eclipse.jgit.revwalk.RevCommit
commit()
abstract ChangeData
data()
boolean
equals(Object obj)
int
hashCode()
Change.Id
id()
abstract PatchSet
patchSet()
PatchSet.Id
psId()
-
-
-
Method Detail
-
data
public abstract ChangeData data()
-
patchSet
public abstract PatchSet patchSet()
-
commit
public abstract org.eclipse.jgit.revwalk.RevCommit commit()
-
psId
public PatchSet.Id psId()
-
id
public Change.Id id()
-
-