Package | Description |
---|---|
org.eclipse.jgit.api |
High-level API commands (the porcelain of JGit).
|
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.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 | Method and Description |
---|---|
private RefUpdate |
StashDropCommand.createRefUpdate(Ref stashRef) |
Modifier and Type | Class and Description |
---|---|
(package private) class |
DfsRefUpdate |
Modifier and Type | Method and Description |
---|---|
RefUpdate |
DfsRefDatabase.newUpdate(java.lang.String refName,
boolean detach)
Create a new update command to create, modify or delete a reference.
|
Constructor and Description |
---|
DfsRefRename(RefUpdate src,
RefUpdate dst) |
Modifier and Type | Class and Description |
---|---|
(package private) class |
RefDirectoryUpdate
Updates any reference stored by
RefDirectory . |
Modifier and Type | Method and Description |
---|---|
private boolean |
RefDirectoryRename.linkHEAD(RefUpdate target) |
(package private) void |
RefDirectory.log(boolean force,
RefUpdate update,
java.lang.String msg,
boolean deref) |
ReflogWriter |
ReflogWriter.log(RefUpdate update,
java.lang.String msg,
boolean deref)
Write the given ref update to the ref's log.
|
private boolean |
RefDirectoryRename.renameLog(RefUpdate src,
RefUpdate dst) |
Modifier and Type | Class and Description |
---|---|
(package private) class |
AlwaysFailUpdate
Update that always rejects with
LOCK_FAILURE . |
(package private) class |
RefTreeUpdate
Single reference update to
RefTreeDatabase . |
Modifier and Type | Method and Description |
---|---|
RefUpdate |
RefTreeDatabase.newUpdate(java.lang.String name,
boolean detach)
Create a new update command to create, modify or delete a reference.
|
Constructor and Description |
---|
RefTreeRename(RefTreeDatabase refdb,
RefUpdate src,
RefUpdate dst) |
Modifier and Type | Field and Description |
---|---|
protected RefUpdate |
RefRename.destination
Update operation to create/overwrite the destination reference.
|
protected RefUpdate |
RefRename.source
Update operation to read and delete the source reference.
|
Modifier and Type | Method and Description |
---|---|
protected RefUpdate |
BatchRefUpdate.newUpdate(ReceiveCommand cmd)
Create a new RefUpdate copying the batch settings.
|
abstract RefUpdate |
RefDatabase.newUpdate(java.lang.String name,
boolean detach)
Create a new update command to create, modify or delete a reference.
|
RefUpdate |
Repository.updateRef(java.lang.String ref)
Create a command to update, create or delete a ref in this repository.
|
RefUpdate |
Repository.updateRef(java.lang.String ref,
boolean detach)
Create a command to update, create or delete a ref in this repository.
|
Constructor and Description |
---|
RefRename(RefUpdate src,
RefUpdate dst)
Initialize a new rename operation.
|
Modifier and Type | Field and Description |
---|---|
private RefUpdate |
RemoteRefUpdate.localUpdate |