Package | Description |
---|---|
org.eclipse.jgit.junit.http | |
org.eclipse.jgit.transport |
Transport (fetch/push) for different protocols.
|
Modifier and Type | Method and Description |
---|---|
protected static Collection<RemoteRefUpdate> |
HttpTestCase.push(TestRepository from,
RevCommit q) |
Modifier and Type | Method and Description |
---|---|
RemoteRefUpdate |
PushResult.getRemoteUpdate(String refName)
Get status of specific remote ref update by remote ref name.
|
Modifier and Type | Method and 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 and Description |
---|---|
protected void |
BasePackPushConnection.doPush(ProgressMonitor monitor,
Map<String,RemoteRefUpdate> refUpdates,
OutputStream outputStream)
Push one or more objects and update the remote repository.
|
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.
|
void |
PushConnection.push(ProgressMonitor monitor,
Map<String,RemoteRefUpdate> refUpdates)
Pushes to the remote repository basing on provided specification.
|
void |
BasePackPushConnection.push(ProgressMonitor monitor,
Map<String,RemoteRefUpdate> refUpdates) |
void |
PushConnection.push(ProgressMonitor monitor,
Map<String,RemoteRefUpdate> refUpdates,
OutputStream out)
Pushes to the remote repository basing on provided specification.
|
void |
BasePackPushConnection.push(ProgressMonitor monitor,
Map<String,RemoteRefUpdate> refUpdates,
OutputStream outputStream) |
Constructor and Description |
---|
RemoteRefUpdate(RemoteRefUpdate base,
ObjectId newExpectedOldObjectId)
Create a new instance of this object basing on existing instance for
configuration.
|
Copyright © 2015 Eclipse JGit Project. All rights reserved.