Uses of Class
org.eclipse.jgit.transport.RemoteRefUpdate
Packages that use RemoteRefUpdate
Package
Description
Transport (fetch/push) for different protocols.
-
Uses of RemoteRefUpdate in org.eclipse.jgit.hooks
Method parameters in org.eclipse.jgit.hooks with type arguments of type RemoteRefUpdateModifier and TypeMethodDescriptionvoidPrePushHook.setRefs(Collection<RemoteRefUpdate> toRefs) Set Refs -
Uses of RemoteRefUpdate in org.eclipse.jgit.transport
Methods in org.eclipse.jgit.transport that return RemoteRefUpdateModifier and TypeMethodDescriptionPushResult.getRemoteUpdate(String refName) Get status of specific remote ref update by remote ref name.Methods in org.eclipse.jgit.transport that return types with arguments of type RemoteRefUpdateModifier and TypeMethodDescriptionTransport.findRemoteRefUpdatesFor(Collection<RefSpec> specs) Convert push remote refs update specification fromRefSpecform toRemoteRefUpdate.Transport.findRemoteRefUpdatesFor(Collection<RefSpec> specs, Map<String, RefLeaseSpec> leases) Convert push remote refs update specification fromRefSpecform toRemoteRefUpdate.static Collection<RemoteRefUpdate>Transport.findRemoteRefUpdatesFor(Repository db, Collection<RefSpec> specs, Collection<RefSpec> fetchSpecs) Convert push remote refs update specification fromRefSpecform toRemoteRefUpdate.static Collection<RemoteRefUpdate>Transport.findRemoteRefUpdatesFor(Repository db, Collection<RefSpec> specs, Map<String, RefLeaseSpec> leases, Collection<RefSpec> fetchSpecs) Convert push remote refs update specification fromRefSpecform toRemoteRefUpdate.PushResult.getRemoteUpdates()Get status of remote refs updates.Method parameters in org.eclipse.jgit.transport with type arguments of type RemoteRefUpdateModifier and TypeMethodDescriptionprotected voidBasePackPushConnection.doPush(ProgressMonitor monitor, Map<String, RemoteRefUpdate> refUpdates, OutputStream outputStream) Push one or more objects and update the remote repository.voidBasePackPushConnection.push(ProgressMonitor monitor, Map<String, RemoteRefUpdate> refUpdates) voidBasePackPushConnection.push(ProgressMonitor monitor, Map<String, RemoteRefUpdate> refUpdates, OutputStream outputStream) voidPushConnection.push(ProgressMonitor monitor, Map<String, RemoteRefUpdate> refUpdates) Pushes to the remote repository basing on provided specification.voidPushConnection.push(ProgressMonitor monitor, Map<String, RemoteRefUpdate> refUpdates, OutputStream out) Pushes to the remote repository basing on provided specification.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.Constructors in org.eclipse.jgit.transport with parameters of type RemoteRefUpdateModifierConstructorDescriptionRemoteRefUpdate(RemoteRefUpdate base, ObjectId newExpectedOldObjectId) Create a new instance of this object basing on existing instance for configuration.