Uses of Class
org.eclipse.jgit.transport.RemoteRefUpdate
-
Packages that use RemoteRefUpdate Package Description org.eclipse.jgit.transport Transport (fetch/push) for different protocols. -
-
Uses of RemoteRefUpdate in org.eclipse.jgit.transport
Methods in org.eclipse.jgit.transport that return RemoteRefUpdate Modifier and Type Method Description RemoteRefUpdate
PushResult. getRemoteUpdate(java.lang.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 RemoteRefUpdate Modifier and Type Method Description java.util.Collection<RemoteRefUpdate>
Transport. findRemoteRefUpdatesFor(java.util.Collection<RefSpec> specs)
Convert push remote refs update specification fromRefSpec
form toRemoteRefUpdate
.static java.util.Collection<RemoteRefUpdate>
Transport. findRemoteRefUpdatesFor(Repository db, java.util.Collection<RefSpec> specs, java.util.Collection<RefSpec> fetchSpecs)
Convert push remote refs update specification fromRefSpec
form toRemoteRefUpdate
.java.util.Collection<RemoteRefUpdate>
PushResult. getRemoteUpdates()
Get status of remote refs updates.Method parameters in org.eclipse.jgit.transport with type arguments of type RemoteRefUpdate Modifier and Type Method Description protected void
BasePackPushConnection. doPush(ProgressMonitor monitor, java.util.Map<java.lang.String,RemoteRefUpdate> refUpdates, java.io.OutputStream outputStream)
Push one or more objects and update the remote repository.void
BasePackPushConnection. push(ProgressMonitor monitor, java.util.Map<java.lang.String,RemoteRefUpdate> refUpdates)
void
BasePackPushConnection. push(ProgressMonitor monitor, java.util.Map<java.lang.String,RemoteRefUpdate> refUpdates, java.io.OutputStream outputStream)
void
PushConnection. push(ProgressMonitor monitor, java.util.Map<java.lang.String,RemoteRefUpdate> refUpdates)
Pushes to the remote repository basing on provided specification.void
PushConnection. push(ProgressMonitor monitor, java.util.Map<java.lang.String,RemoteRefUpdate> refUpdates, java.io.OutputStream out)
Pushes to the remote repository basing on provided specification.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.Constructors in org.eclipse.jgit.transport with parameters of type RemoteRefUpdate Constructor Description RemoteRefUpdate(RemoteRefUpdate base, ObjectId newExpectedOldObjectId)
Create a new instance of this object basing on existing instance for configuration.
-