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
Fields in org.eclipse.jgit.transport declared as ReceivedPackStatistics Modifier and Type Field Description private ReceivedPackStatistics
ReceivePack. stats
Methods in org.eclipse.jgit.transport that return ReceivedPackStatistics Modifier and Type Method Description (package private) ReceivedPackStatistics
ReceivedPackStatistics.Builder. build()
ReceivedPackStatistics
PackParser. getReceivedPackStatistics()
Returns the statistics of the parsed pack.ReceivedPackStatistics
ReceivePack. getReceivedPackStatistics()
Returns the statistics on the received pack if available.
-