Package | Description |
---|---|
org.eclipse.jgit.transport |
Transport (fetch/push) for different protocols.
|
Modifier and Type | Method and Description |
---|---|
TrackingRefUpdate |
RemoteRefUpdate.getTrackingRefUpdate()
Get tracking branch update if localName was set in constructor.
|
TrackingRefUpdate |
OperationResult.getTrackingRefUpdate(String localName)
Get the status for a specific local tracking ref update.
|
Modifier and Type | Method and Description |
---|---|
Collection<TrackingRefUpdate> |
OperationResult.getTrackingRefUpdates()
Get the status of all local tracking refs that were updated.
|
Copyright © 2021 Eclipse JGit Project. All rights reserved.