Uses of Class
org.eclipse.jgit.transport.RefLeaseSpec
Packages that use RefLeaseSpec
Package
Description
High-level API commands (the porcelain of JGit).
Transport (fetch/push) for different protocols.
-
Uses of RefLeaseSpec in org.eclipse.jgit.api
Fields in org.eclipse.jgit.api with type parameters of type RefLeaseSpecModifier and TypeFieldDescriptionprivate final Map
<String, RefLeaseSpec> PushCommand.refLeaseSpecs
Methods in org.eclipse.jgit.api that return types with arguments of type RefLeaseSpecMethods in org.eclipse.jgit.api with parameters of type RefLeaseSpecModifier and TypeMethodDescriptionPushCommand.setRefLeaseSpecs
(RefLeaseSpec... specs) The ref lease specs to be used in the push operation, for a force-with-lease push operation.Method parameters in org.eclipse.jgit.api with type arguments of type RefLeaseSpecModifier and TypeMethodDescriptionPushCommand.setRefLeaseSpecs
(List<RefLeaseSpec> specs) The ref lease specs to be used in the push operation, for a force-with-lease push operation. -
Uses of RefLeaseSpec in org.eclipse.jgit.transport
Method parameters in org.eclipse.jgit.transport with type arguments of type RefLeaseSpecModifier and TypeMethodDescriptionTransport.findRemoteRefUpdatesFor
(Collection<RefSpec> specs, Map<String, RefLeaseSpec> leases) Convert push remote refs update specification fromRefSpec
form toRemoteRefUpdate
.static Collection
<RemoteRefUpdate> Transport.findRemoteRefUpdatesFor
(Repository db, Collection<RefSpec> specs, Map<String, RefLeaseSpec> leases, Collection<RefSpec> fetchSpecs) Convert push remote refs update specification fromRefSpec
form toRemoteRefUpdate
.