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.StringAbstractFetchCommand. 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 TrackingRefUpdateRemoteRefUpdate. trackingRefUpdateFields in org.eclipse.jgit.transport with type parameters of type TrackingRefUpdate Modifier and Type Field Description private java.util.ArrayList<TrackingRefUpdate>FetchProcess. localUpdatesUpdates to local tracking branches (if any).(package private) java.util.SortedMap<java.lang.String,TrackingRefUpdate>OperationResult. updatesMethods in org.eclipse.jgit.transport that return TrackingRefUpdate Modifier and Type Method Description private TrackingRefUpdateFetchProcess. createUpdate(RefSpec spec, ObjectId newId)TrackingRefUpdateOperationResult. getTrackingRefUpdate(java.lang.String localName)Get the status for a specific local tracking ref update.TrackingRefUpdateRemoteRefUpdate. 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) voidOperationResult. add(TrackingRefUpdate u)
-