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 String
AgentSshKnownHostsManagerImpl. 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 class
AgentSshKnownHostsContext
Context provided to theSshKnownHostsManager
on 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 String
ServerSshKnownHostsManagerImpl. 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 class
ServerSshKnownHostsContext
Context provided to theSshKnownHostsManager
on the server side to retrive known hosts settingsMethods in jetbrains.buildServer.ssh with parameters of type SshKnownHostsContext Modifier and Type Method Description String
SshKnownHostsManager. getKnownHosts(SshKnownHostsContext context)
Collection<String>
SshKnownHostsManager. getKnownHostsLines(SshKnownHostsContext context)
-