Package | Description |
---|---|
org.eclipse.jgit.transport |
Modifier and Type | Method and Description |
---|---|
RemoteRefUpdate |
PushResult.getRemoteUpdate(java.lang.String refName)
Get status of specific remote ref update by remote ref name.
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<RemoteRefUpdate> |
Transport.findRemoteRefUpdatesFor(java.util.Collection<RefSpec> specs)
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.Collection<RefSpec> fetchSpecs)
Convert push remote refs update specification from
RefSpec form
to RemoteRefUpdate . |
java.util.Collection<RemoteRefUpdate> |
PushResult.getRemoteUpdates()
Get status of remote refs updates.
|
Modifier and Type | Method and Description |
---|---|
protected void |
BasePackPushConnection.doPush(ProgressMonitor monitor,
java.util.Map<java.lang.String,RemoteRefUpdate> refUpdates)
Push one or more objects and update the remote repository.
|
PushResult |
Transport.push(ProgressMonitor monitor,
java.util.Collection<RemoteRefUpdate> toPush)
Push objects and refs from the local repository to the remote one.
|
void |
PushConnection.push(ProgressMonitor monitor,
java.util.Map<java.lang.String,RemoteRefUpdate> refUpdates)
Pushes to the remote repository basing on provided specification.
|
void |
BasePackPushConnection.push(ProgressMonitor monitor,
java.util.Map<java.lang.String,RemoteRefUpdate> refUpdates) |
Constructor and Description |
---|
RemoteRefUpdate(RemoteRefUpdate base,
ObjectId newExpectedOldObjectId)
Create a new instance of this object basing on existing instance for
configuration.
|
Copyright © 2012. All Rights Reserved.