Interface MergeabilityCache

    • Method Detail

      • get

        boolean get​(org.eclipse.jgit.lib.ObjectId commit,
                    org.eclipse.jgit.lib.Ref intoRef,
                    SubmitType submitType,
                    String mergeStrategy,
                    BranchNameKey dest,
                    org.eclipse.jgit.lib.Repository repo)
      • getIfPresent

        Boolean getIfPresent​(org.eclipse.jgit.lib.ObjectId commit,
                             org.eclipse.jgit.lib.Ref intoRef,
                             SubmitType submitType,
                             String mergeStrategy)