Uses of Class
org.eclipse.jgit.transport.TrackingRefUpdate
-
Packages that use TrackingRefUpdate Package Description org.eclipse.jgit.transport Transport (fetch/push) for different protocols. -
-
Uses of TrackingRefUpdate in org.eclipse.jgit.transport
Methods in org.eclipse.jgit.transport that return TrackingRefUpdate Modifier and Type Method Description TrackingRefUpdate
OperationResult. getTrackingRefUpdate(String localName)
Get the status for a specific local tracking ref update.TrackingRefUpdate
RemoteRefUpdate. getTrackingRefUpdate()
Get tracking branch update if localName was set in constructor.Methods in org.eclipse.jgit.transport that return types with arguments of type TrackingRefUpdate Modifier and Type Method Description Collection<TrackingRefUpdate>
OperationResult. getTrackingRefUpdates()
Get the status of all local tracking refs that were updated.
-