Interface CreateChange.CommitTreeSupplier

Enclosing class:
CreateChange
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface CreateChange.CommitTreeSupplier
  • Method Summary

    Modifier and Type
    Method
    Description
    org.eclipse.jgit.lib.ObjectId
    get(org.eclipse.jgit.lib.Repository repo, org.eclipse.jgit.lib.ObjectInserter oi, ChangeInput input, org.eclipse.jgit.revwalk.RevCommit mergeTip)