Uses of Class
org.eclipse.jgit.transport.TrackingRefUpdate
-
Packages that use TrackingRefUpdate Package Description org.eclipse.jgit.pgm org.eclipse.jgit.transport Transport (fetch/push) for different protocols. -
-
Uses of TrackingRefUpdate in org.eclipse.jgit.pgm
Methods in org.eclipse.jgit.pgm with parameters of type TrackingRefUpdate Modifier and Type Method Description private static java.lang.String
AbstractFetchCommand. longTypeOf(ObjectReader reader, TrackingRefUpdate u)
-
Uses of TrackingRefUpdate in org.eclipse.jgit.transport
Fields in org.eclipse.jgit.transport declared as TrackingRefUpdate Modifier and Type Field Description private TrackingRefUpdate
RemoteRefUpdate. trackingRefUpdate
Fields in org.eclipse.jgit.transport with type parameters of type TrackingRefUpdate Modifier and Type Field Description private java.util.ArrayList<TrackingRefUpdate>
FetchProcess. localUpdates
Updates to local tracking branches (if any).(package private) java.util.SortedMap<java.lang.String,TrackingRefUpdate>
OperationResult. updates
Methods in org.eclipse.jgit.transport that return TrackingRefUpdate Modifier and Type Method Description private TrackingRefUpdate
FetchProcess. createUpdate(RefSpec spec, ObjectId newId)
TrackingRefUpdate
OperationResult. getTrackingRefUpdate(java.lang.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 java.util.Collection<TrackingRefUpdate>
OperationResult. getTrackingRefUpdates()
Get the status of all local tracking refs that were updated.Methods in org.eclipse.jgit.transport with parameters of type TrackingRefUpdate Modifier and Type Method Description (package private) void
OperationResult. add(TrackingRefUpdate u)
-