Uses of Class
org.eclipse.jgit.transport.RemoteConfig

Packages that use RemoteConfig
org.eclipse.jgit.transport Transport (fetch/push) for different protocols. 
 

Uses of RemoteConfig in org.eclipse.jgit.transport
 

Methods in org.eclipse.jgit.transport that return types with arguments of type RemoteConfig
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
 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.
 



Copyright © 2013. All Rights Reserved.