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 SshClientGsshBuilderWrapper. getSshClient()SshClientGsshBuilderWrapper.GsshDescriptorImpl. getSshClient(String groupName, String ip)SshClientServerGroup. getSshClient(String ip)SshClientServerGroup. 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 classAbstractSshClientclassDefaultSshClientThis is Ssh handler , user for handling SSH related event and requirmentsclassJenkinsSshClientMethods in jenkins.plugins.ssh2easy.gssh.client that return SshClient Modifier and Type Method Description static SshClientDefaultSshClient. newInstance(String ip, int port, String username, String password)static SshClientDefaultSshClient. newInstance(ServerGroup group, String ip)static SshClientJenkinsSshClient. newInstance(String ip, int port, String username, String password)static SshClientJenkinsSshClient. newInstance(ServerGroup group, String ip)
-