Uses of Class
org.eclipse.jgit.transport.RemoteConfig
Packages that use RemoteConfig
Package
Description
High-level API commands (the porcelain of JGit).
Transport (fetch/push) for different protocols.
-
Uses of RemoteConfig in org.eclipse.jgit.api
Methods in org.eclipse.jgit.api that return RemoteConfigModifier and TypeMethodDescriptionRemoteAddCommand.call()
RemoteRemoveCommand.call()
RemoteSetUrlCommand.call()
Methods in org.eclipse.jgit.api that return types with arguments of type RemoteConfig -
Uses of RemoteConfig in org.eclipse.jgit.pgm
Method parameters in org.eclipse.jgit.pgm with type arguments of type RemoteConfig -
Uses of RemoteConfig in org.eclipse.jgit.transport
Methods in org.eclipse.jgit.transport that return types with arguments of type RemoteConfigModifier and TypeMethodDescriptionstatic 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 RemoteConfigModifier and TypeMethodDescriptionvoid
Transport.applyConfig
(RemoteConfig cfg) Apply provided remote configuration on this transport.private static boolean
Transport.doesNotExist
(RemoteConfig cfg) Transport.getURIs
(RemoteConfig cfg, Transport.Operation op) 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.Transport.openAll
(Repository local, RemoteConfig cfg) Open new transport instances to connect two repositories.Transport.openAll
(Repository local, RemoteConfig cfg, Transport.Operation op) Open new transport instances to connect two repositories.