Uses of Class
org.eclipse.jgit.transport.RemoteRefUpdate
-
Packages that use RemoteRefUpdate Package Description org.eclipse.jgit.hooks 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 voidPrePushHook. setRefs(java.util.Collection<RemoteRefUpdate> toRefs)Set Refs -
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. refsMethod parameters in org.eclipse.jgit.lfs with type arguments of type RemoteRefUpdate Modifier and Type Method Description voidLfsPrePushHook. 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 voidPush. 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. packedRefUpdatesUpdates which require altering the packed-refs file to complete.private java.util.Map<java.lang.String,RemoteRefUpdate>PushResult. remoteUpdatesprivate java.util.Map<java.lang.String,RemoteRefUpdate>PushProcess. toPushRefs to update on remote side.Methods in org.eclipse.jgit.transport that return RemoteRefUpdate Modifier and Type Method Description RemoteRefUpdatePushResult. 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 fromRefSpecform 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 fromRefSpecform 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 fromRefSpecform 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 fromRefSpecform 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 voidWalkPushConnection. deleteCommand(RemoteRefUpdate u)private voidWalkPushConnection. updateCommand(RemoteRefUpdate u)Method parameters in org.eclipse.jgit.transport with type arguments of type RemoteRefUpdate Modifier and Type Method Description private voidWalkPushConnection. createNewRepository(java.util.List<RemoteRefUpdate> updates)protected voidBasePackPushConnection. 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 voidTransportHttp.SmartHttpPushConnection. doPush(ProgressMonitor monitor, java.util.Map<java.lang.String,RemoteRefUpdate> refUpdates, java.io.OutputStream outputStream)private static java.lang.StringWalkPushConnection. pickHEAD(java.util.List<RemoteRefUpdate> updates)voidBasePackPushConnection. push(ProgressMonitor monitor, java.util.Map<java.lang.String,RemoteRefUpdate> refUpdates)Pushes to the remote repository basing on provided specification.voidBasePackPushConnection. push(ProgressMonitor monitor, java.util.Map<java.lang.String,RemoteRefUpdate> refUpdates, java.io.OutputStream outputStream)Pushes to the remote repository basing on provided specification.voidPushConnection. push(ProgressMonitor monitor, java.util.Map<java.lang.String,RemoteRefUpdate> refUpdates)Pushes to the remote repository basing on provided specification.voidPushConnection. push(ProgressMonitor monitor, java.util.Map<java.lang.String,RemoteRefUpdate> refUpdates, java.io.OutputStream out)Pushes to the remote repository basing on provided specification.PushResultTransport. push(ProgressMonitor monitor, java.util.Collection<RemoteRefUpdate> toPush)Push objects and refs from the local repository to the remote one.PushResultTransport. push(ProgressMonitor monitor, java.util.Collection<RemoteRefUpdate> toPush, java.io.OutputStream out)Push objects and refs from the local repository to the remote one.voidWalkPushConnection. push(ProgressMonitor monitor, java.util.Map<java.lang.String,RemoteRefUpdate> refUpdates)Pushes to the remote repository basing on provided specification.voidWalkPushConnection. 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 voidBasePackPushConnection. readStatusReport(java.util.Map<java.lang.String,RemoteRefUpdate> refUpdates)private voidWalkPushConnection. sendpack(java.util.List<RemoteRefUpdate> updates, ProgressMonitor monitor)(package private) voidPushResult. setRemoteUpdates(java.util.Map<java.lang.String,RemoteRefUpdate> remoteUpdates)private voidBasePackPushConnection. writeCommands(java.util.Collection<RemoteRefUpdate> refUpdates, ProgressMonitor monitor, java.io.OutputStream outputStream)private voidBasePackPushConnection. 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.
-