Uses of Class
org.eclipse.jgit.lib.BatchRefUpdate
-
Packages that use BatchRefUpdate Package Description org.eclipse.jgit.lib Core API for repository, config, refs, object database. -
-
Uses of BatchRefUpdate in org.eclipse.jgit.lib
Methods in org.eclipse.jgit.lib that return BatchRefUpdate Modifier and Type Method Description BatchRefUpdateBatchRefUpdate. addCommand(Collection<ReceiveCommand> cmd)Add commands to this batch update.BatchRefUpdateBatchRefUpdate. addCommand(ReceiveCommand cmd)Add a single command to this batch update.BatchRefUpdateBatchRefUpdate. addCommand(ReceiveCommand... cmd)Add commands to this batch update.BatchRefUpdateBatchRefUpdate. disableRefLog()Don't record this update in the ref's associated reflog.BatchRefUpdateRefDatabase. newBatchUpdate()Create a new batch update to attempt on this database.BatchRefUpdateBatchRefUpdate. setAllowNonFastForwards(boolean allow)Set if this update wants to permit a forced update.BatchRefUpdateBatchRefUpdate. setRefLogIdent(PersonIdent pi)Set the identity of the user appearing in the reflog.BatchRefUpdateBatchRefUpdate. setRefLogMessage(String msg, boolean appendStatus)Set the message to include in the reflog.
-