Uses of Class
org.eclipse.jgit.transport.TrackingRefUpdate
Packages that use TrackingRefUpdate
-
Uses of TrackingRefUpdate in org.eclipse.jgit.transport
Methods in org.eclipse.jgit.transport that return TrackingRefUpdateModifier and TypeMethodDescriptionOperationResult.getTrackingRefUpdate
(String localName) Get the status for a specific local tracking ref update.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 TrackingRefUpdateModifier and TypeMethodDescriptionOperationResult.getTrackingRefUpdates()
Get the status of all local tracking refs that were updated.