Uses of Class
org.eclipse.jgit.lib.BatchRefUpdate
-
Packages that use BatchRefUpdate Package Description org.eclipse.jgit.internal.storage.dfs Distributed file system based repository storage.org.eclipse.jgit.internal.storage.file File based repository storage.org.eclipse.jgit.internal.storage.reftable org.eclipse.jgit.lib Core API for repository, config, refs, object database.org.eclipse.jgit.transport Transport (fetch/push) for different protocols. -
-
Uses of BatchRefUpdate in org.eclipse.jgit.internal.storage.dfs
Subclasses of BatchRefUpdate in org.eclipse.jgit.internal.storage.dfs Modifier and Type Class Description classDfsReftableBatchRefUpdateMethods in org.eclipse.jgit.internal.storage.dfs that return BatchRefUpdate Modifier and Type Method Description BatchRefUpdateDfsReftableDatabase. newBatchUpdate()Create a new batch update to attempt on this database. -
Uses of BatchRefUpdate in org.eclipse.jgit.internal.storage.file
Subclasses of BatchRefUpdate in org.eclipse.jgit.internal.storage.file Modifier and Type Class Description private classFileReftableDatabase.FileReftableBatchRefUpdate(package private) classPackedBatchRefUpdateImplementation ofBatchRefUpdatethat uses thepacked-refsfile to support atomically updating multiple refs.Methods in org.eclipse.jgit.internal.storage.file that return BatchRefUpdate Modifier and Type Method Description BatchRefUpdateFileReftableDatabase. newBatchUpdate()Create a new batch update to attempt on this database. -
Uses of BatchRefUpdate in org.eclipse.jgit.internal.storage.reftable
Subclasses of BatchRefUpdate in org.eclipse.jgit.internal.storage.reftable Modifier and Type Class Description classReftableBatchRefUpdateBatchRefUpdatefor Reftable based RefDatabase. -
Uses of BatchRefUpdate in org.eclipse.jgit.lib
Methods in org.eclipse.jgit.lib that return BatchRefUpdate Modifier and Type Method Description BatchRefUpdateBatchRefUpdate. addCommand(java.util.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. addProposedTimestamp(ProposedTimestamp ts)Request the batch to wait for the affected timestamps to resolve.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. setAtomic(boolean atomic)Request that all updates in this batch be performed atomically.BatchRefUpdateBatchRefUpdate. setForceRefLog(boolean force)Force writing a reflog for the updated ref.BatchRefUpdateBatchRefUpdate. setRefLogIdent(PersonIdent pi)Set the identity of the user appearing in the reflog.BatchRefUpdateBatchRefUpdate. setRefLogMessage(java.lang.String msg, boolean appendStatus)Set the message to include in the reflog. -
Uses of BatchRefUpdate in org.eclipse.jgit.transport
Methods in org.eclipse.jgit.transport with parameters of type BatchRefUpdate Modifier and Type Method Description private voidFetchProcess. addUpdateBatchCommands(FetchResult result, BatchRefUpdate batch)private voidFetchProcess. deleteStaleTrackingRefs(FetchResult result, BatchRefUpdate batch)private voidFetchProcess. deleteTrackingRef(FetchResult result, BatchRefUpdate batch, RefSpec spec, Ref localRef)private static java.lang.StringFetchProcess. getFirstFailedRefName(BatchRefUpdate batch)booleanPushCertificateStore. save(BatchRefUpdate batch)Save pending certificates to the store in an existing batch ref update.
-