Uses of Class
org.eclipse.jgit.transport.PushResult
Packages that use PushResult
Package
Description
High-level API commands (the porcelain of JGit).
Transport (fetch/push) for different protocols.
-
Uses of PushResult in org.eclipse.jgit.api
Methods in org.eclipse.jgit.api that return types with arguments of type PushResult -
Uses of PushResult in org.eclipse.jgit.pgm
Methods in org.eclipse.jgit.pgm with parameters of type PushResultModifier and TypeMethodDescriptionprivate void
Push.printPushResult
(ObjectReader reader, URIish uri, PushResult result) private void
Push.printRefUpdateResult
(ObjectReader reader, URIish uri, PushResult result, RemoteRefUpdate rru) -
Uses of PushResult in org.eclipse.jgit.transport
Methods in org.eclipse.jgit.transport that return PushResultModifier and TypeMethodDescription(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.Transport.push
(ProgressMonitor monitor, Collection<RemoteRefUpdate> toPush) Push objects and refs from the local repository to the remote one.Transport.push
(ProgressMonitor monitor, Collection<RemoteRefUpdate> toPush, OutputStream out) Push objects and refs from the local repository to the remote one.