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 ReceivedPackStatisticsReceivePack. statsMethods in org.eclipse.jgit.transport that return ReceivedPackStatistics Modifier and Type Method Description (package private) ReceivedPackStatisticsReceivedPackStatistics.Builder. build()ReceivedPackStatisticsPackParser. getReceivedPackStatistics()Returns the statistics of the parsed pack.ReceivedPackStatisticsReceivePack. getReceivedPackStatistics()Returns the statistics on the received pack if available.
-