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,
SubmitType submitType,
java.lang.String mergeStrategy,
Branch.NameKey dest,
org.eclipse.jgit.lib.Repository repo) |
java.lang.Boolean |
getIfPresent(org.eclipse.jgit.lib.ObjectId commit,
org.eclipse.jgit.lib.Ref intoRef,
SubmitType submitType,
java.lang.String mergeStrategy) |
boolean get(org.eclipse.jgit.lib.ObjectId commit, org.eclipse.jgit.lib.Ref intoRef, SubmitType submitType, java.lang.String mergeStrategy, Branch.NameKey dest, org.eclipse.jgit.lib.Repository repo)
java.lang.Boolean getIfPresent(org.eclipse.jgit.lib.ObjectId commit, org.eclipse.jgit.lib.Ref intoRef, SubmitType submitType, java.lang.String mergeStrategy)