public abstract class ConflictKey
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
ConflictKey.Serializer |
Constructor and Description |
---|
ConflictKey() |
Modifier and Type | Method and Description |
---|---|
abstract org.eclipse.jgit.lib.ObjectId |
commit() |
abstract boolean |
contentMerge() |
static ConflictKey |
create(org.eclipse.jgit.lib.AnyObjectId commit,
org.eclipse.jgit.lib.AnyObjectId otherCommit,
SubmitType submitType,
boolean contentMerge) |
abstract org.eclipse.jgit.lib.ObjectId |
otherCommit() |
abstract SubmitType |
submitType() |
public static ConflictKey create(org.eclipse.jgit.lib.AnyObjectId commit, org.eclipse.jgit.lib.AnyObjectId otherCommit, SubmitType submitType, boolean contentMerge)
public abstract org.eclipse.jgit.lib.ObjectId commit()
public abstract org.eclipse.jgit.lib.ObjectId otherCommit()
public abstract SubmitType submitType()
public abstract boolean contentMerge()