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 | Method and Description |
---|---|
java.lang.Iterable<PushResult> |
PushCommand.call() |
Modifier and Type | Method and Description |
---|---|
private void |
Push.printPushResult(ObjectReader reader,
URIish uri,
PushResult result) |
private void |
Push.printRefUpdateResult(ObjectReader reader,
URIish uri,
PushResult result,
RemoteRefUpdate rru) |
Modifier and Type | Method and Description |
---|---|
(package private) PushResult |
PushProcess.execute(ProgressMonitor monitor)
Perform push operation between local and remote repository - set remote
refs appropriately, send needed objects and update local tracking refs.
|
PushResult |
Transport.push(ProgressMonitor monitor,
java.util.Collection<RemoteRefUpdate> toPush)
Push objects and refs from the local repository to the remote one.
|
PushResult |
Transport.push(ProgressMonitor monitor,
java.util.Collection<RemoteRefUpdate> toPush,
java.io.OutputStream out)
Push objects and refs from the local repository to the remote one.
|