Package com.google.gerrit.server.change
Class MergeabilityCacheImpl.EntryKey
java.lang.Object
com.google.gerrit.server.change.MergeabilityCacheImpl.EntryKey
- Enclosing class:
- MergeabilityCacheImpl
-
Constructor Summary
ConstructorsConstructorDescriptionEntryKey
(org.eclipse.jgit.lib.ObjectId commit, org.eclipse.jgit.lib.ObjectId into, SubmitType submitType, String mergeStrategy) -
Method Summary
-
Constructor Details
-
EntryKey
public EntryKey(org.eclipse.jgit.lib.ObjectId commit, org.eclipse.jgit.lib.ObjectId into, SubmitType submitType, String mergeStrategy)
-
-
Method Details