Uses of Interface
jenkins.plugins.ssh2easy.gssh.client.SshClient
-
Packages that use SshClient Package Description jenkins.plugins.ssh2easy.gssh jenkins.plugins.ssh2easy.gssh.client -
-
Uses of SshClient in jenkins.plugins.ssh2easy.gssh
Methods in jenkins.plugins.ssh2easy.gssh that return SshClient Modifier and Type Method Description SshClient
GsshBuilderWrapper. getSshClient()
SshClient
GsshBuilderWrapper.GsshDescriptorImpl. getSshClient(String groupName, String ip)
SshClient
ServerGroup. getSshClient(String ip)
SshClient
ServerGroup. getSshClient(Server server)
-
Uses of SshClient in jenkins.plugins.ssh2easy.gssh.client
Classes in jenkins.plugins.ssh2easy.gssh.client that implement SshClient Modifier and Type Class Description class
AbstractSshClient
class
DefaultSshClient
This is Ssh handler , user for handling SSH related event and requirmentsclass
JenkinsSshClient
Methods in jenkins.plugins.ssh2easy.gssh.client that return SshClient Modifier and Type Method Description static SshClient
DefaultSshClient. newInstance(String ip, int port, String username, String password)
static SshClient
DefaultSshClient. newInstance(ServerGroup group, String ip)
static SshClient
JenkinsSshClient. newInstance(String ip, int port, String username, String password)
static SshClient
JenkinsSshClient. newInstance(ServerGroup group, String ip)
-