Class ConflictKey

java.lang.Object
com.google.gerrit.server.query.change.ConflictKey

public abstract class ConflictKey extends Object
  • Constructor Details

    • ConflictKey

      public ConflictKey()
  • Method Details

    • create

      public static ConflictKey create(org.eclipse.jgit.lib.AnyObjectId commit, org.eclipse.jgit.lib.AnyObjectId otherCommit, SubmitType submitType, boolean contentMerge)
    • commit

      public abstract org.eclipse.jgit.lib.ObjectId commit()
    • otherCommit

      public abstract org.eclipse.jgit.lib.ObjectId otherCommit()
    • submitType

      public abstract SubmitType submitType()
    • contentMerge

      public abstract boolean contentMerge()