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
Fields in org.eclipse.jgit.api with type parameters of type RefLeaseSpec Modifier and Type Field Description private java.util.Map<java.lang.String,RefLeaseSpec>
PushCommand. refLeaseSpecs
Methods in org.eclipse.jgit.api that return types with arguments of type RefLeaseSpec Modifier and Type Method Description java.util.List<RefLeaseSpec>
PushCommand. getRefLeaseSpecs()
Get theRefLeaseSpec
s.Methods in org.eclipse.jgit.api with parameters of type RefLeaseSpec Modifier and Type Method Description PushCommand
PushCommand. 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 PushCommand
PushCommand. setRefLeaseSpecs(java.util.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 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.Map<java.lang.String,RefLeaseSpec> leases, java.util.Collection<RefSpec> fetchSpecs)
Convert push remote refs update specification fromRefSpec
form toRemoteRefUpdate
.
-