Class MergeabilityCacheImpl.EntryKey

java.lang.Object
com.google.gerrit.server.change.MergeabilityCacheImpl.EntryKey
Enclosing class:
MergeabilityCacheImpl

public static class MergeabilityCacheImpl.EntryKey extends Object
  • Constructor Details

    • EntryKey

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

    • getCommit

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

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

      public SubmitType getSubmitType()
    • getMergeStrategy

      public String getMergeStrategy()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object