Uses of Interface
jetbrains.buildServer.ssh.SshKnownHostsContext
-
Packages that use SshKnownHostsContext Package Description jetbrains.buildServer.agent.impl.ssh jetbrains.buildServer.agent.ssh jetbrains.buildServer.serverSide.impl.ssh jetbrains.buildServer.ssh -
-
Uses of SshKnownHostsContext in jetbrains.buildServer.agent.impl.ssh
Methods in jetbrains.buildServer.agent.impl.ssh with parameters of type SshKnownHostsContext Modifier and Type Method Description StringAgentSshKnownHostsManagerImpl. getKnownHosts(SshKnownHostsContext context)Collection<String>AgentSshKnownHostsManagerImpl. getKnownHostsLines(SshKnownHostsContext context) -
Uses of SshKnownHostsContext in jetbrains.buildServer.agent.ssh
Classes in jetbrains.buildServer.agent.ssh that implement SshKnownHostsContext Modifier and Type Class Description classAgentSshKnownHostsContextContext provided to theSshKnownHostsManageron the agent side to retrive known hosts settings -
Uses of SshKnownHostsContext in jetbrains.buildServer.serverSide.impl.ssh
Methods in jetbrains.buildServer.serverSide.impl.ssh with parameters of type SshKnownHostsContext Modifier and Type Method Description StringServerSshKnownHostsManagerImpl. getKnownHosts(SshKnownHostsContext context)Collection<String>ServerSshKnownHostsManagerImpl. getKnownHostsLines(SshKnownHostsContext context) -
Uses of SshKnownHostsContext in jetbrains.buildServer.ssh
Classes in jetbrains.buildServer.ssh that implement SshKnownHostsContext Modifier and Type Class Description classServerSshKnownHostsContextContext provided to theSshKnownHostsManageron the server side to retrive known hosts settingsMethods in jetbrains.buildServer.ssh with parameters of type SshKnownHostsContext Modifier and Type Method Description StringSshKnownHostsManager. getKnownHosts(SshKnownHostsContext context)Collection<String>SshKnownHostsManager. getKnownHostsLines(SshKnownHostsContext context)
-