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