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 TrackingRefUpdateOperationResult. getTrackingRefUpdate(String localName)Get the status for a specific local tracking ref update.TrackingRefUpdateRemoteRefUpdate. getTrackingRefUpdate()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.
-