Class MergeabilityCacheImpl.EntryKey

    • Constructor Detail

      • EntryKey

        public EntryKey​(org.eclipse.jgit.lib.ObjectId commit,
                        org.eclipse.jgit.lib.ObjectId into,
                        SubmitType submitType,
                        String mergeStrategy)
    • Method Detail

      • getCommit

        public org.eclipse.jgit.lib.ObjectId getCommit()
      • getInto

        public org.eclipse.jgit.lib.ObjectId getInto()
      • getSubmitType

        public SubmitType getSubmitType()
      • getMergeStrategy

        public String getMergeStrategy()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object