Package | Description |
---|---|
org.eclipse.jgit.api |
High-level API commands (the porcelain of JGit).
|
org.eclipse.jgit.pgm | |
org.eclipse.jgit.transport |
Transport (fetch/push) for different protocols.
|
Modifier and Type | Field and Description |
---|---|
private FetchResult |
PullResult.fetchResult |
Modifier and Type | Method and Description |
---|---|
FetchResult |
FetchCommand.call() |
private FetchResult |
CloneCommand.fetch(Repository clonedRepo,
URIish u) |
FetchResult |
PullResult.getFetchResult()
Get fetch result
|
Modifier and Type | Method and Description |
---|---|
private void |
CloneCommand.checkout(Repository clonedRepo,
FetchResult result) |
private void |
FetchCommand.fetchSubmodules(FetchResult results) |
private Ref |
CloneCommand.findBranchToCheckout(FetchResult result) |
Constructor and Description |
---|
PullResult(FetchResult fetchResult,
java.lang.String fetchedFrom,
MergeResult mergeResult) |
PullResult(FetchResult fetchResult,
java.lang.String fetchedFrom,
RebaseResult rebaseResult) |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractFetchCommand.showFetchResult(FetchResult r)
Show fetch result.
|
Modifier and Type | Field and Description |
---|---|
private java.util.Map<java.lang.String,FetchResult> |
FetchResult.submodules |
Modifier and Type | Method and Description |
---|---|
FetchResult |
Transport.fetch(ProgressMonitor monitor,
java.util.Collection<RefSpec> toFetch)
Fetch objects and refs from the remote repository to the local one.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,FetchResult> |
FetchResult.submoduleResults()
Get fetch results for submodules.
|
Modifier and Type | Method and Description |
---|---|
void |
FetchResult.addSubmodule(java.lang.String path,
FetchResult result)
Add fetch results for a submodule.
|
private void |
FetchProcess.addUpdateBatchCommands(FetchResult result,
BatchRefUpdate batch) |
private void |
FetchProcess.closeConnection(FetchResult result) |
private void |
FetchProcess.deleteStaleTrackingRefs(FetchResult result,
BatchRefUpdate batch) |
private void |
FetchProcess.deleteTrackingRef(FetchResult result,
BatchRefUpdate batch,
RefSpec spec,
Ref localRef) |
(package private) void |
FetchProcess.execute(ProgressMonitor monitor,
FetchResult result) |
private void |
FetchProcess.executeImp(ProgressMonitor monitor,
FetchResult result) |
private void |
FetchProcess.updateFETCH_HEAD(FetchResult result) |