Package | Description |
---|---|
org.eclipse.jgit.transport |
Transport (fetch/push) for different protocols.
|
Modifier and Type | Method | Description |
---|---|---|
RemoteRefUpdate |
PushResult.getRemoteUpdate(String refName) |
Get status of specific remote ref update by remote ref name.
|
Modifier and Type | Method | Description |
---|---|---|
Collection<RemoteRefUpdate> |
Transport.findRemoteRefUpdatesFor(Collection<RefSpec> specs) |
Convert push remote refs update specification from
RefSpec form
to RemoteRefUpdate . |
static Collection<RemoteRefUpdate> |
Transport.findRemoteRefUpdatesFor(Repository db,
Collection<RefSpec> specs,
Collection<RefSpec> fetchSpecs) |
Convert push remote refs update specification from
RefSpec form
to RemoteRefUpdate . |
Collection<RemoteRefUpdate> |
PushResult.getRemoteUpdates() |
Get status of remote refs updates.
|
Modifier and Type | Method | Description |
---|---|---|
protected void |
BasePackPushConnection.doPush(ProgressMonitor monitor,
Map<String,RemoteRefUpdate> refUpdates,
OutputStream outputStream) |
Push one or more objects and update the remote repository.
|
void |
BasePackPushConnection.push(ProgressMonitor monitor,
Map<String,RemoteRefUpdate> refUpdates) |
|
void |
BasePackPushConnection.push(ProgressMonitor monitor,
Map<String,RemoteRefUpdate> refUpdates,
OutputStream outputStream) |
|
void |
PushConnection.push(ProgressMonitor monitor,
Map<String,RemoteRefUpdate> refUpdates) |
Pushes to the remote repository basing on provided specification.
|
void |
PushConnection.push(ProgressMonitor monitor,
Map<String,RemoteRefUpdate> refUpdates,
OutputStream out) |
Pushes to the remote repository basing on provided specification.
|
PushResult |
Transport.push(ProgressMonitor monitor,
Collection<RemoteRefUpdate> toPush) |
Push objects and refs from the local repository to the remote one.
|
PushResult |
Transport.push(ProgressMonitor monitor,
Collection<RemoteRefUpdate> toPush,
OutputStream out) |
Push objects and refs from the local repository to the remote one.
|
Constructor | Description |
---|---|
RemoteRefUpdate(RemoteRefUpdate base,
ObjectId newExpectedOldObjectId) |
Create a new instance of this object basing on existing instance for
configuration.
|
Copyright © 2018. All rights reserved.