Class MergeListBuilder

java.lang.Object
com.google.gerrit.server.patch.MergeListBuilder

public class MergeListBuilder extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static com.google.common.collect.ImmutableList<org.eclipse.jgit.revwalk.RevCommit>
    build(org.eclipse.jgit.revwalk.RevWalk rw, org.eclipse.jgit.revwalk.RevCommit merge, int uninterestingParent)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • MergeListBuilder

      public MergeListBuilder()
  • Method Details

    • build

      public static com.google.common.collect.ImmutableList<org.eclipse.jgit.revwalk.RevCommit> build(org.eclipse.jgit.revwalk.RevWalk rw, org.eclipse.jgit.revwalk.RevCommit merge, int uninterestingParent) throws IOException
      Throws:
      IOException