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.
-
Method Summary
Modifier and TypeMethodDescriptionorg.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)
-
Method Details
-
get
@NonNull 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) throws IOException, RestApiException - Throws:
IOException
RestApiException
-