Uses of Class
org.eclipse.jgit.transport.TrackingRefUpdate
Packages that use TrackingRefUpdate
Package
Description
Transport (fetch/push) for different protocols.
-
Uses of TrackingRefUpdate in org.eclipse.jgit.pgm
Methods in org.eclipse.jgit.pgm with parameters of type TrackingRefUpdateModifier and TypeMethodDescriptionprivate static String
AbstractFetchCommand.longTypeOf
(ObjectReader reader, TrackingRefUpdate u) -
Uses of TrackingRefUpdate in org.eclipse.jgit.transport
Fields in org.eclipse.jgit.transport declared as TrackingRefUpdateModifier and TypeFieldDescriptionprivate final TrackingRefUpdate
RemoteRefUpdate.trackingRefUpdate
Fields in org.eclipse.jgit.transport with type parameters of type TrackingRefUpdateModifier and TypeFieldDescriptionprivate final ArrayList<TrackingRefUpdate>
FetchProcess.localUpdates
Updates to local tracking branches (if any).(package private) final SortedMap<String,
TrackingRefUpdate> OperationResult.updates
Methods in org.eclipse.jgit.transport that return TrackingRefUpdateModifier and TypeMethodDescriptionprivate TrackingRefUpdate
FetchProcess.createUpdate
(RefSpec spec, ObjectId newId) OperationResult.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.Methods in org.eclipse.jgit.transport with parameters of type TrackingRefUpdateModifier and TypeMethodDescription(package private) void
OperationResult.add
(TrackingRefUpdate u)