Uses of Class
org.eclipse.jgit.transport.RefLeaseSpec
-
Packages that use RefLeaseSpec Package Description org.eclipse.jgit.api High-level API commands (the porcelain of JGit).org.eclipse.jgit.transport Transport (fetch/push) for different protocols. -
-
Uses of RefLeaseSpec in org.eclipse.jgit.api
Methods in org.eclipse.jgit.api that return types with arguments of type RefLeaseSpec Modifier and Type Method Description List<RefLeaseSpec>PushCommand. getRefLeaseSpecs()Get theRefLeaseSpecs.Methods in org.eclipse.jgit.api with parameters of type RefLeaseSpec Modifier and Type Method Description PushCommandPushCommand. 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 RefLeaseSpec Modifier and Type Method Description PushCommandPushCommand. 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 RefLeaseSpec Modifier and Type Method Description Collection<RemoteRefUpdate>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, Map<String,RefLeaseSpec> leases, Collection<RefSpec> fetchSpecs)Convert push remote refs update specification fromRefSpecform toRemoteRefUpdate.
-