Uses of Class
org.eclipse.jgit.transport.ReceivedPackStatistics
-
Packages that use ReceivedPackStatistics Package Description org.eclipse.jgit.transport Transport (fetch/push) for different protocols. -
-
Uses of ReceivedPackStatistics in org.eclipse.jgit.transport
Methods in org.eclipse.jgit.transport that return ReceivedPackStatistics Modifier and Type Method Description ReceivedPackStatistics
PackParser. getReceivedPackStatistics()
Returns the statistics of the parsed pack.ReceivedPackStatistics
ReceivePack. getReceivedPackStatistics()
Returns the statistics on the received pack if available.
-