public static class MergeabilityCacheImpl.EntryKey
extends java.lang.Object
| Constructor and Description |
|---|
EntryKey(org.eclipse.jgit.lib.ObjectId commit,
org.eclipse.jgit.lib.ObjectId into,
SubmitType submitType,
java.lang.String mergeStrategy) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
org.eclipse.jgit.lib.ObjectId |
getCommit() |
org.eclipse.jgit.lib.ObjectId |
getInto() |
java.lang.String |
getMergeStrategy() |
SubmitType |
getSubmitType() |
int |
hashCode() |
java.lang.String |
toString() |
public EntryKey(org.eclipse.jgit.lib.ObjectId commit,
org.eclipse.jgit.lib.ObjectId into,
SubmitType submitType,
java.lang.String mergeStrategy)
public org.eclipse.jgit.lib.ObjectId getCommit()
public org.eclipse.jgit.lib.ObjectId getInto()
public SubmitType getSubmitType()
public java.lang.String getMergeStrategy()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object