Uses of Class
org.eclipse.jgit.transport.RemoteConfig
-
Packages that use RemoteConfig Package Description org.eclipse.jgit.api High-level API commands (the porcelain of JGit).org.eclipse.jgit.transport Transport (fetch/push) for different protocols. -
-
Uses of RemoteConfig in org.eclipse.jgit.api
Methods in org.eclipse.jgit.api that return RemoteConfig Modifier and Type Method Description RemoteConfig
RemoteAddCommand. call()
RemoteConfig
RemoteRemoveCommand. call()
RemoteConfig
RemoteSetUrlCommand. call()
Methods in org.eclipse.jgit.api that return types with arguments of type RemoteConfig Modifier and Type Method Description List<RemoteConfig>
RemoteListCommand. call()
-
Uses of RemoteConfig in org.eclipse.jgit.transport
Methods in org.eclipse.jgit.transport that return types with arguments of type RemoteConfig Modifier and Type Method Description static List<RemoteConfig>
RemoteConfig. getAllRemoteConfigs(Config rc)
Parse all remote blocks in an existing configuration file, looking for remotes configuration.Methods in org.eclipse.jgit.transport with parameters of type RemoteConfig Modifier and Type Method Description void
Transport. applyConfig(RemoteConfig cfg)
Apply provided remote configuration on this transport.static Transport
Transport. open(Repository local, RemoteConfig cfg)
Open a new transport instance to connect two repositories.static Transport
Transport. open(Repository local, RemoteConfig cfg, Transport.Operation op)
Open a new transport instance to connect two repositories.static List<Transport>
Transport. openAll(Repository local, RemoteConfig cfg)
Open new transport instances to connect two repositories.static List<Transport>
Transport. openAll(Repository local, RemoteConfig cfg, Transport.Operation op)
Open new transport instances to connect two repositories.
-