Uses of Class
org.eclipse.jgit.lib.BatchRefUpdate

Packages that use BatchRefUpdate
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
 BatchRefUpdate BatchRefUpdate.addCommand(Collection<ReceiveCommand> cmd)
          Add commands to this batch update.
 BatchRefUpdate BatchRefUpdate.addCommand(ReceiveCommand... cmd)
          Add commands to this batch update.
 BatchRefUpdate BatchRefUpdate.addCommand(ReceiveCommand cmd)
          Add a single command to this batch update.
 BatchRefUpdate BatchRefUpdate.disableRefLog()
          Don't record this update in the ref's associated reflog.
 BatchRefUpdate RefDatabase.newBatchUpdate()
          Create a new batch update to attempt on this database.
 BatchRefUpdate BatchRefUpdate.setAllowNonFastForwards(boolean allow)
          Set if this update wants to permit a forced update.
 BatchRefUpdate BatchRefUpdate.setRefLogIdent(PersonIdent pi)
          Set the identity of the user appearing in the reflog.
 BatchRefUpdate BatchRefUpdate.setRefLogMessage(String msg, boolean appendStatus)
          Set the message to include in the reflog.
 



Copyright © 2013. All Rights Reserved.