Uses of Class
org.eclipse.jgit.transport.FetchHeadRecord
-
Packages that use FetchHeadRecord Package Description org.eclipse.jgit.transport Transport (fetch/push) for different protocols. -
-
Uses of FetchHeadRecord in org.eclipse.jgit.transport
Fields in org.eclipse.jgit.transport with type parameters of type FetchHeadRecord Modifier and Type Field Description private java.util.ArrayList<FetchHeadRecord>
FetchProcess. fetchHeadUpdates
Records to be recorded into FETCH_HEAD.private java.util.List<FetchHeadRecord>
FetchResult. forMerge
Methods in org.eclipse.jgit.transport with parameters of type FetchHeadRecord Modifier and Type Method Description (package private) void
FetchResult. add(FetchHeadRecord r)
-