Uses of Interface
org.eclipse.jgit.transport.SshConfigStore.HostConfig
Packages that use SshConfigStore.HostConfig
Package
Description
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.HostConfigModifier and TypeClassDescriptionstatic classA 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.HostConfigModifier and TypeFieldDescriptionstatic final SshConfigStore.HostConfigSshConfigStore.EMPTY_CONFIGAn emptySshConfigStore.HostConfig.Methods in org.eclipse.jgit.transport that return SshConfigStore.HostConfigModifier and TypeMethodDescriptionLocate the configuration for a specific host request.SshConfigStore.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