Package | Description |
---|---|
org.eclipse.jgit.internal.storage.dfs |
Distributed file system based repository storage.
|
org.eclipse.jgit.internal.storage.reftree | |
org.eclipse.jgit.lib |
Core API for repository, config, refs, object database.
|
org.eclipse.jgit.transport |
Transport (fetch/push) for different protocols.
|
Modifier and Type | Class and Description |
---|---|
class |
ReftableBatchRefUpdate
|
Modifier and Type | Method and Description |
---|---|
BatchRefUpdate |
DfsReftableDatabase.newBatchUpdate()
Create a new batch update to attempt on this database.
|
Modifier and Type | Method and Description |
---|---|
BatchRefUpdate |
RefTreeDatabase.newBatchUpdate()
Create a new batch update to attempt on this database.
|
Modifier and Type | Method and Description |
---|---|
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.addProposedTimestamp(ProposedTimestamp ts)
Request the batch to wait for the affected timestamps to resolve.
|
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.setAtomic(boolean atomic)
Request that all updates in this batch be performed atomically.
|
BatchRefUpdate |
BatchRefUpdate.setForceRefLog(boolean force)
Force writing a reflog for the updated ref.
|
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.
|
Modifier and Type | Method and Description |
---|---|
boolean |
PushCertificateStore.save(BatchRefUpdate batch)
Save pending certificates to the store in an existing batch ref update.
|
Copyright © 2018 Eclipse JGit Project. All rights reserved.