public static class MergeabilityCacheImpl.EntryKey extends Object implements Serializable
| Constructor and Description | 
|---|
| EntryKey(org.eclipse.jgit.lib.ObjectId commit,
        org.eclipse.jgit.lib.ObjectId into,
        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() | 
| SubmitType | getSubmitType() | 
| int | hashCode() | 
| String | toString() | 
public EntryKey(org.eclipse.jgit.lib.ObjectId commit,
                org.eclipse.jgit.lib.ObjectId into,
                SubmitType submitType,
                String mergeStrategy)
public org.eclipse.jgit.lib.ObjectId getCommit()
public org.eclipse.jgit.lib.ObjectId getInto()
public SubmitType getSubmitType()
public String getMergeStrategy()