Package | Description |
---|---|
org.eclipse.jgit.api |
High-level API commands (the porcelain of JGit).
|
org.eclipse.jgit.transport |
Transport (fetch/push) for different protocols.
|
Modifier and Type | Method and Description |
---|---|
List<RefLeaseSpec> |
PushCommand.getRefLeaseSpecs()
Get the
RefLeaseSpec s. |
Modifier and Type | Method and Description |
---|---|
PushCommand |
PushCommand.setRefLeaseSpecs(RefLeaseSpec... specs)
The ref lease specs to be used in the push operation, for a
force-with-lease push operation.
|
Modifier and Type | Method and Description |
---|---|
PushCommand |
PushCommand.setRefLeaseSpecs(List<RefLeaseSpec> specs)
The ref lease specs to be used in the push operation, for a
force-with-lease push operation.
|
Modifier and Type | Method and Description |
---|---|
Collection<RemoteRefUpdate> |
Transport.findRemoteRefUpdatesFor(Collection<RefSpec> specs,
Map<String,RefLeaseSpec> leases)
Convert push remote refs update specification from
RefSpec form to
RemoteRefUpdate . |
static Collection<RemoteRefUpdate> |
Transport.findRemoteRefUpdatesFor(Repository db,
Collection<RefSpec> specs,
Map<String,RefLeaseSpec> leases,
Collection<RefSpec> fetchSpecs)
Convert push remote refs update specification from
RefSpec form to
RemoteRefUpdate . |
Copyright © 2019 Eclipse JGit Project. All rights reserved.