Java org.eclipse.jgit.lib BatchRefUpdate fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jgit.lib BatchRefUpdate fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.eclipse.jgit.lib BatchRefUpdate.

The text is from its open source code.

Method

BatchRefUpdateaddCommand(ReceiveCommand cmd)
Add a single command to this batch update.
BatchRefUpdateaddCommand(ReceiveCommand... cmd)
Add commands to this batch update.
BatchRefUpdateaddCommand(Collection cmd)
Add commands to this batch update.
voidexecute(RevWalk walk, ProgressMonitor monitor)
Execute this batch update without option strings.
ListgetCommands()
Get commands this update will process.
BatchRefUpdatesetAllowNonFastForwards(boolean allow)
Set if this update wants to permit a forced update.
BatchRefUpdatesetAtomic(boolean atomic)
Request that all updates in this batch be performed atomically.
BatchRefUpdatesetRefLogIdent(PersonIdent pi)
Set the identity of the user appearing in the reflog.
BatchRefUpdatesetRefLogMessage(String msg, boolean appendStatus)
Set the message to include in the reflog.