public interface MergeabilityCache
Modifier and Type | Interface and Description |
---|---|
static class |
MergeabilityCache.NotImplemented |
Modifier and Type | Method and Description |
---|---|
boolean |
get(org.eclipse.jgit.lib.ObjectId commit,
org.eclipse.jgit.lib.Ref intoRef,
com.google.gerrit.extensions.client.SubmitType submitType,
String mergeStrategy,
com.google.gerrit.reviewdb.client.Branch.NameKey dest,
org.eclipse.jgit.lib.Repository repo) |
Boolean |
getIfPresent(org.eclipse.jgit.lib.ObjectId commit,
org.eclipse.jgit.lib.Ref intoRef,
com.google.gerrit.extensions.client.SubmitType submitType,
String mergeStrategy) |
boolean get(org.eclipse.jgit.lib.ObjectId commit, org.eclipse.jgit.lib.Ref intoRef, com.google.gerrit.extensions.client.SubmitType submitType, String mergeStrategy, com.google.gerrit.reviewdb.client.Branch.NameKey dest, org.eclipse.jgit.lib.Repository repo)