Package | Description |
---|---|
org.eclipse.jgit.pgm | |
org.eclipse.jgit.transport |
Transport (fetch/push) for different protocols.
|
Modifier and Type | Method and Description |
---|---|
private static java.lang.String |
AbstractFetchCommand.longTypeOf(ObjectReader reader,
TrackingRefUpdate u) |
Modifier and Type | Field and Description |
---|---|
private TrackingRefUpdate |
RemoteRefUpdate.trackingRefUpdate |
Modifier and Type | Field and Description |
---|---|
private java.util.ArrayList<TrackingRefUpdate> |
FetchProcess.localUpdates
Updates to local tracking branches (if any).
|
(package private) java.util.SortedMap<java.lang.String,TrackingRefUpdate> |
OperationResult.updates |
Modifier and Type | Method and Description |
---|---|
private TrackingRefUpdate |
FetchProcess.createUpdate(RefSpec spec,
ObjectId newId) |
TrackingRefUpdate |
RemoteRefUpdate.getTrackingRefUpdate()
Get tracking branch update if localName was set in constructor.
|
TrackingRefUpdate |
OperationResult.getTrackingRefUpdate(java.lang.String localName)
Get the status for a specific local tracking ref update.
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<TrackingRefUpdate> |
OperationResult.getTrackingRefUpdates()
Get the status of all local tracking refs that were updated.
|
Modifier and Type | Method and Description |
---|---|
(package private) void |
OperationResult.add(TrackingRefUpdate u) |