public static class MergeabilityCacheImpl.EntryKey extends Object implements Serializable
Constructor and Description |
---|
MergeabilityCacheImpl.EntryKey(org.eclipse.jgit.lib.ObjectId commit,
org.eclipse.jgit.lib.ObjectId into,
com.google.gerrit.extensions.client.SubmitType submitType,
String mergeStrategy) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
org.eclipse.jgit.lib.ObjectId |
getCommit() |
org.eclipse.jgit.lib.ObjectId |
getInto() |
String |
getMergeStrategy() |
com.google.gerrit.extensions.client.SubmitType |
getSubmitType() |
int |
hashCode() |
String |
toString() |
public MergeabilityCacheImpl.EntryKey(org.eclipse.jgit.lib.ObjectId commit, org.eclipse.jgit.lib.ObjectId into, com.google.gerrit.extensions.client.SubmitType submitType, String mergeStrategy)
public org.eclipse.jgit.lib.ObjectId getCommit()
public org.eclipse.jgit.lib.ObjectId getInto()
public com.google.gerrit.extensions.client.SubmitType getSubmitType()
public String getMergeStrategy()