Class ConflictKey
- java.lang.Object
-
- com.google.gerrit.server.query.change.ConflictKey
-
- All Implemented Interfaces:
Serializable
public class ConflictKey extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConflictKey(org.eclipse.jgit.lib.ObjectId commit, org.eclipse.jgit.lib.ObjectId otherCommit, SubmitType submitType, boolean contentMerge)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
org.eclipse.jgit.lib.ObjectId
getCommit()
org.eclipse.jgit.lib.ObjectId
getOtherCommit()
SubmitType
getSubmitType()
int
hashCode()
boolean
isContentMerge()
-
-
-
Constructor Detail
-
ConflictKey
public ConflictKey(org.eclipse.jgit.lib.ObjectId commit, org.eclipse.jgit.lib.ObjectId otherCommit, SubmitType submitType, boolean contentMerge)
-
-
Method Detail
-
getCommit
public org.eclipse.jgit.lib.ObjectId getCommit()
-
getOtherCommit
public org.eclipse.jgit.lib.ObjectId getOtherCommit()
-
getSubmitType
public SubmitType getSubmitType()
-
isContentMerge
public boolean isContentMerge()
-
-