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 StringAbstractFetchCommand.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 TrackingRefUpdateRemoteRefUpdate.trackingRefUpdateFields in org.eclipse.jgit.transport with type parameters of type TrackingRefUpdateModifier and TypeFieldDescriptionprivate final ArrayList<TrackingRefUpdate>FetchProcess.localUpdatesUpdates to local tracking branches (if any).(package private) final SortedMap<String,TrackingRefUpdate> OperationResult.updatesMethods in org.eclipse.jgit.transport that return TrackingRefUpdateModifier and TypeMethodDescriptionprivate TrackingRefUpdateFetchProcess.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) voidOperationResult.add(TrackingRefUpdate u)