Package | Description |
---|---|
org.eclipse.jgit.transport |
Transport (fetch/push) for different protocols.
|
Modifier and Type | Field and Description |
---|---|
private ReceivedPackStatistics |
BaseReceivePack.stats |
Modifier and Type | Method and Description |
---|---|
(package private) ReceivedPackStatistics |
ReceivedPackStatistics.Builder.build() |
ReceivedPackStatistics |
BaseReceivePack.getReceivedPackStatistics()
Returns the statistics on the received pack if available.
|
ReceivedPackStatistics |
PackParser.getReceivedPackStatistics()
Returns the statistics of the parsed pack.
|