Class ConflictKey
java.lang.Object
com.google.gerrit.server.query.change.ConflictKey
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract org.eclipse.jgit.lib.ObjectId
commit()
abstract boolean
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
abstract SubmitType
-
Constructor Details
-
ConflictKey
public ConflictKey()
-
-
Method Details
-
create
public static ConflictKey create(org.eclipse.jgit.lib.AnyObjectId commit, org.eclipse.jgit.lib.AnyObjectId otherCommit, SubmitType submitType, boolean contentMerge) -
commit
public abstract org.eclipse.jgit.lib.ObjectId commit() -
otherCommit
public abstract org.eclipse.jgit.lib.ObjectId otherCommit() -
submitType
-
contentMerge
public abstract boolean contentMerge()
-