Package | Description |
---|---|
org.eclipse.jgit.api | |
org.eclipse.jgit.transport |
Modifier and Type | Method and Description |
---|---|
java.lang.Iterable<PushResult> |
PushCommand.call()
Executes the
push command with all the options and parameters
collected by the setter methods of this class. |
Modifier and Type | Method and Description |
---|---|
PushResult |
Transport.push(ProgressMonitor monitor,
java.util.Collection<RemoteRefUpdate> toPush)
Push objects and refs from the local repository to the remote one.
|
Copyright © 2012. All Rights Reserved.