public class MergeabilityCacheImpl extends java.lang.Object implements MergeabilityCache
Modifier and Type | Class and Description |
---|---|
static class |
MergeabilityCacheImpl.EntryKey |
static class |
MergeabilityCacheImpl.MergeabilityWeigher |
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) |
static com.google.inject.Module |
module() |
static org.eclipse.jgit.lib.ObjectId |
toId(org.eclipse.jgit.lib.Ref ref) |
public static com.google.inject.Module module()
public static org.eclipse.jgit.lib.ObjectId toId(org.eclipse.jgit.lib.Ref ref)
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