Uses of Class
org.eclipse.jgit.transport.BasePackFetchConnection.FetchConfig
-
Packages that use BasePackFetchConnection.FetchConfig Package Description org.eclipse.jgit.transport Transport (fetch/push) for different protocols. -
-
Uses of BasePackFetchConnection.FetchConfig in org.eclipse.jgit.transport
Fields in org.eclipse.jgit.transport declared as BasePackFetchConnection.FetchConfig Modifier and Type Field Description private static BasePackFetchConnection.FetchConfig
TestProtocol. fetchConfig
Methods in org.eclipse.jgit.transport that return BasePackFetchConnection.FetchConfig Modifier and Type Method Description (package private) BasePackFetchConnection.FetchConfig
BasePackFetchConnection. getFetchConfig()
Methods in org.eclipse.jgit.transport with parameters of type BasePackFetchConnection.FetchConfig Modifier and Type Method Description (package private) static void
TestProtocol. setFetchConfig(BasePackFetchConnection.FetchConfig c)
-