Uses of Class
org.eclipse.jgit.lib.CommitBuilder
-
Packages that use CommitBuilder Package Description org.eclipse.jgit.lib Core API for repository, config, refs, object database. -
-
Uses of CommitBuilder in org.eclipse.jgit.lib
Methods in org.eclipse.jgit.lib with parameters of type CommitBuilder Modifier and Type Method Description ObjectId
ObjectInserter. insert(CommitBuilder builder)
Insert a single commit into the store, returning its unique name.
-