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 | Field and Description |
---|---|
private java.util.Map<java.lang.String,RefLeaseSpec> |
PushCommand.refLeaseSpecs |
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.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 |
---|---|
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 from
RefSpec form to
RemoteRefUpdate . |
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 from
RefSpec form to
RemoteRefUpdate . |