Package com.google.gerrit.server.patch
Class PatchListKey
java.lang.Object
com.google.gerrit.server.patch.PatchListKey
- All Implemented Interfaces:
- Serializable
- See Also:
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final longstatic final com.google.common.collect.ImmutableBiMap<DiffPreferencesInfo.Whitespace,Character> 
- 
Method SummaryModifier and TypeMethodDescriptionstatic PatchListKeyagainstBase(org.eclipse.jgit.lib.ObjectId id, int parentCount) static PatchListKeyagainstCommit(org.eclipse.jgit.lib.AnyObjectId otherCommitId, org.eclipse.jgit.lib.AnyObjectId newId, DiffPreferencesInfo.Whitespace whitespace) static PatchListKeyagainstDefaultBase(org.eclipse.jgit.lib.AnyObjectId newId, DiffPreferencesInfo.Whitespace ws) static PatchListKeyagainstParentNum(int parentNum, org.eclipse.jgit.lib.AnyObjectId newId, DiffPreferencesInfo.Whitespace ws) booleanorg.eclipse.jgit.lib.ObjectIdgetNewId()New side commit name.org.eclipse.jgit.lib.ObjectIdgetOldId()Old side commit, or null to assume ancestor or combined merge.Parent number (old side) of the new side (merge) commitinthashCode()toString()
- 
Field Details- 
serialVersionUIDpublic static final long serialVersionUID- See Also:
 
- 
WHITESPACE_TYPESpublic static final com.google.common.collect.ImmutableBiMap<DiffPreferencesInfo.Whitespace,Character> WHITESPACE_TYPES
 
- 
- 
Method Details- 
againstDefaultBasepublic static PatchListKey againstDefaultBase(org.eclipse.jgit.lib.AnyObjectId newId, DiffPreferencesInfo.Whitespace ws) 
- 
againstParentNumpublic static PatchListKey againstParentNum(int parentNum, org.eclipse.jgit.lib.AnyObjectId newId, DiffPreferencesInfo.Whitespace ws) 
- 
againstCommitpublic static PatchListKey againstCommit(org.eclipse.jgit.lib.AnyObjectId otherCommitId, org.eclipse.jgit.lib.AnyObjectId newId, DiffPreferencesInfo.Whitespace whitespace) 
- 
againstBase
- 
getOldIdpublic org.eclipse.jgit.lib.ObjectId getOldId()Old side commit, or null to assume ancestor or combined merge.
- 
getParentNumParent number (old side) of the new side (merge) commit
- 
getNewIdpublic org.eclipse.jgit.lib.ObjectId getNewId()New side commit name.
- 
getWhitespace
- 
hashCodepublic int hashCode()
- 
equals
- 
toString
 
-