Uses of Interface
org.eclipse.jgit.transport.SshConfigStore.HostConfig
-
Packages that use SshConfigStore.HostConfig Package Description org.eclipse.jgit.internal.transport.ssh org.eclipse.jgit.transport Transport (fetch/push) for different protocols. -
-
Uses of SshConfigStore.HostConfig in org.eclipse.jgit.internal.transport.ssh
Classes in org.eclipse.jgit.internal.transport.ssh that implement SshConfigStore.HostConfig Modifier and Type Class Description static classOpenSshConfigFile.HostEntryA host entry from the ssh config file. -
Uses of SshConfigStore.HostConfig in org.eclipse.jgit.transport
Fields in org.eclipse.jgit.transport declared as SshConfigStore.HostConfig Modifier and Type Field Description static SshConfigStore.HostConfigSshConfigStore. EMPTY_CONFIGAn emptySshConfigStore.HostConfig.Methods in org.eclipse.jgit.transport that return SshConfigStore.HostConfig Modifier and Type Method Description SshConfigStore.HostConfigSshConfigStore. lookup(String hostName, int port, String userName)Locate the configuration for a specific host request.SshConfigStore.HostConfigSshConfigStore. lookupDefault(String hostName, int port, String userName)Locate the configuration for a specific host request and if the configuration has no values forSshConstants.HOST_NAME,SshConstants.PORT,SshConstants.USER, orSshConstants.CONNECTION_ATTEMPTS, fill those values with defaults from the arguments: ssh config key value from argumentHostNamehostNamePortport > 0 ? port : 22UseruserNameConnectionAttempts1
-