Package com.google.gerrit.server.change
Class MergeabilityCacheImpl.EntryKey
- java.lang.Object
-
- com.google.gerrit.server.change.MergeabilityCacheImpl.EntryKey
-
- Enclosing class:
- MergeabilityCacheImpl
public static class MergeabilityCacheImpl.EntryKey extends Object
-
-
Constructor Summary
Constructors Constructor Description EntryKey(org.eclipse.jgit.lib.ObjectId commit, org.eclipse.jgit.lib.ObjectId into, SubmitType submitType, String mergeStrategy)
-
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
getInto()
String
getMergeStrategy()
SubmitType
getSubmitType()
int
hashCode()
String
toString()
-
-
-
Constructor Detail
-
EntryKey
public EntryKey(org.eclipse.jgit.lib.ObjectId commit, org.eclipse.jgit.lib.ObjectId into, SubmitType submitType, String mergeStrategy)
-
-
Method Detail
-
getCommit
public org.eclipse.jgit.lib.ObjectId getCommit()
-
getInto
public org.eclipse.jgit.lib.ObjectId getInto()
-
getSubmitType
public SubmitType getSubmitType()
-
getMergeStrategy
public String getMergeStrategy()
-
-