public class PatchListKey extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static com.google.common.collect.BiMap<com.google.gerrit.extensions.client.DiffPreferencesInfo.Whitespace,Character> |
WHITESPACE_TYPES |
Constructor and Description |
---|
PatchListKey(org.eclipse.jgit.lib.AnyObjectId a,
org.eclipse.jgit.lib.AnyObjectId b,
com.google.gerrit.extensions.client.DiffPreferencesInfo.Whitespace ws) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
org.eclipse.jgit.lib.ObjectId |
getNewId()
New side commit name.
|
org.eclipse.jgit.lib.ObjectId |
getOldId()
Old side commit, or null to assume ancestor or combined merge.
|
com.google.gerrit.extensions.client.DiffPreferencesInfo.Whitespace |
getWhitespace() |
int |
hashCode() |
String |
toString() |
public static final com.google.common.collect.BiMap<com.google.gerrit.extensions.client.DiffPreferencesInfo.Whitespace,Character> WHITESPACE_TYPES
public PatchListKey(org.eclipse.jgit.lib.AnyObjectId a, org.eclipse.jgit.lib.AnyObjectId b, com.google.gerrit.extensions.client.DiffPreferencesInfo.Whitespace ws)
public org.eclipse.jgit.lib.ObjectId getOldId()
public org.eclipse.jgit.lib.ObjectId getNewId()
public com.google.gerrit.extensions.client.DiffPreferencesInfo.Whitespace getWhitespace()