Uses of Class
org.eclipse.jgit.transport.RemoteRefUpdate
-
Packages that use RemoteRefUpdate Package Description org.eclipse.jgit.hooks org.eclipse.jgit.internal.ketch Distributed consensus system built on Git.org.eclipse.jgit.junit.http org.eclipse.jgit.lfs org.eclipse.jgit.pgm org.eclipse.jgit.transport 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 RemoteRefUpdate Modifier and Type Method Description void
PrePushHook. setRefs(java.util.Collection<RemoteRefUpdate> toRefs)
Set Refs -
Uses of RemoteRefUpdate in org.eclipse.jgit.internal.ketch
Subclasses of RemoteRefUpdate in org.eclipse.jgit.internal.ketch Modifier and Type Class Description (package private) static class
RemoteGitReplica.RemoteCommand
Methods in org.eclipse.jgit.internal.ketch that return types with arguments of type RemoteRefUpdate Modifier and Type Method Description private static java.util.Map<java.lang.String,RemoteRefUpdate>
RemoteGitReplica. asUpdateMap(java.util.List<RemoteGitReplica.RemoteCommand> cmds)
Methods in org.eclipse.jgit.internal.ketch with parameters of type RemoteRefUpdate Modifier and Type Method Description private static boolean
RemoteGitReplica. isExpectedValue(java.util.Map<java.lang.String,Ref> adv, RemoteRefUpdate u)
Method parameters in org.eclipse.jgit.internal.ketch with type arguments of type RemoteRefUpdate Modifier and Type Method Description private void
RemoteGitReplica. prepareCommit(Repository git, java.util.List<RemoteGitReplica.RemoteCommand> cmds, java.util.Map<java.lang.String,RemoteRefUpdate> updates, java.util.Map<java.lang.String,Ref> adv, ObjectId committed)
-
Uses of RemoteRefUpdate in org.eclipse.jgit.junit.http
Methods in org.eclipse.jgit.junit.http that return types with arguments of type RemoteRefUpdate Modifier and Type Method Description protected static java.util.Collection<RemoteRefUpdate>
HttpTestCase. push(TestRepository from, RevCommit q)
Push a commit -
Uses of RemoteRefUpdate in org.eclipse.jgit.lfs
Fields in org.eclipse.jgit.lfs with type parameters of type RemoteRefUpdate Modifier and Type Field Description private java.util.Collection<RemoteRefUpdate>
LfsPrePushHook. refs
Method parameters in org.eclipse.jgit.lfs with type arguments of type RemoteRefUpdate Modifier and Type Method Description void
LfsPrePushHook. setRefs(java.util.Collection<RemoteRefUpdate> toRefs)
-
Uses of RemoteRefUpdate in org.eclipse.jgit.pgm
Methods in org.eclipse.jgit.pgm with parameters of type RemoteRefUpdate Modifier and Type Method Description private void
Push. printRefUpdateResult(ObjectReader reader, URIish uri, PushResult result, RemoteRefUpdate rru)
-
Uses of RemoteRefUpdate in org.eclipse.jgit.transport
Fields in org.eclipse.jgit.transport with type parameters of type RemoteRefUpdate Modifier and Type Field Description private java.util.Collection<RemoteRefUpdate>
WalkPushConnection. packedRefUpdates
Updates which require altering the packed-refs file to complete.private java.util.Map<java.lang.String,RemoteRefUpdate>
PushResult. remoteUpdates
private java.util.Map<java.lang.String,RemoteRefUpdate>
PushProcess. toPush
Refs to update on remote side.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
.java.util.Collection<RemoteRefUpdate>
Transport. findRemoteRefUpdatesFor(java.util.Collection<RefSpec> specs, java.util.Map<java.lang.String,RefLeaseSpec> leases)
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
.static java.util.Collection<RemoteRefUpdate>
Transport. findRemoteRefUpdatesFor(Repository db, java.util.Collection<RefSpec> specs, java.util.Map<java.lang.String,RefLeaseSpec> leases, 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.private java.util.Map<java.lang.String,RemoteRefUpdate>
PushProcess. prepareRemoteUpdates()
private java.util.Map<java.lang.String,RemoteRefUpdate>
PushProcess. rejectAll()
Methods in org.eclipse.jgit.transport with parameters of type RemoteRefUpdate Modifier and Type Method Description private void
WalkPushConnection. deleteCommand(RemoteRefUpdate u)
private void
WalkPushConnection. updateCommand(RemoteRefUpdate u)
Method parameters in org.eclipse.jgit.transport with type arguments of type RemoteRefUpdate Modifier and Type Method Description private void
WalkPushConnection. createNewRepository(java.util.List<RemoteRefUpdate> updates)
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.protected void
TransportHttp.SmartHttpPushConnection. doPush(ProgressMonitor monitor, java.util.Map<java.lang.String,RemoteRefUpdate> refUpdates, java.io.OutputStream outputStream)
private static java.lang.String
WalkPushConnection. pickHEAD(java.util.List<RemoteRefUpdate> updates)
void
BasePackPushConnection. push(ProgressMonitor monitor, java.util.Map<java.lang.String,RemoteRefUpdate> refUpdates)
Pushes to the remote repository basing on provided specification.void
BasePackPushConnection. push(ProgressMonitor monitor, java.util.Map<java.lang.String,RemoteRefUpdate> refUpdates, java.io.OutputStream outputStream)
Pushes to the remote repository basing on provided specification.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.void
WalkPushConnection. push(ProgressMonitor monitor, java.util.Map<java.lang.String,RemoteRefUpdate> refUpdates)
Pushes to the remote repository basing on provided specification.void
WalkPushConnection. push(ProgressMonitor monitor, java.util.Map<java.lang.String,RemoteRefUpdate> refUpdates, java.io.OutputStream out)
Pushes to the remote repository basing on provided specification.private void
BasePackPushConnection. readStatusReport(java.util.Map<java.lang.String,RemoteRefUpdate> refUpdates)
private void
WalkPushConnection. sendpack(java.util.List<RemoteRefUpdate> updates, ProgressMonitor monitor)
(package private) void
PushResult. setRemoteUpdates(java.util.Map<java.lang.String,RemoteRefUpdate> remoteUpdates)
private void
BasePackPushConnection. writeCommands(java.util.Collection<RemoteRefUpdate> refUpdates, ProgressMonitor monitor, java.io.OutputStream outputStream)
private void
BasePackPushConnection. writePack(java.util.Map<java.lang.String,RemoteRefUpdate> refUpdates, ProgressMonitor monitor)
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.Constructor parameters in org.eclipse.jgit.transport with type arguments of type RemoteRefUpdate Constructor Description PushProcess(Transport transport, java.util.Collection<RemoteRefUpdate> toPush)
Create process for specified transport and refs updates specification.PushProcess(Transport transport, java.util.Collection<RemoteRefUpdate> toPush, java.io.OutputStream out)
Create process for specified transport and refs updates specification.
-