public static class MergeabilityCache.NotImplemented extends java.lang.Object implements MergeabilityCache
MergeabilityCache.NotImplemented
Constructor and Description |
---|
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) |
public 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)
get
in interface MergeabilityCache
public java.lang.Boolean getIfPresent(org.eclipse.jgit.lib.ObjectId commit, org.eclipse.jgit.lib.Ref intoRef, SubmitType submitType, java.lang.String mergeStrategy)
getIfPresent
in interface MergeabilityCache