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 booleanequals(Object o)org.eclipse.jgit.lib.ObjectIdgetCommit()org.eclipse.jgit.lib.ObjectIdgetInto()StringgetMergeStrategy()SubmitTypegetSubmitType()inthashCode()StringtoString()
-
-
-
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()
-
-