| 程序包 | 说明 |
|---|---|
| jenkins.plugins.ssh2easy.gssh | |
| jenkins.plugins.ssh2easy.gssh.client |
| 限定符和类型 | 方法和说明 |
|---|---|
SshClient |
GsshBuilderWrapper.getSshClient() |
SshClient |
ServerGroup.getSshClient(Server server) |
SshClient |
ServerGroup.getSshClient(String ip) |
SshClient |
GsshBuilderWrapper.GsshDescriptorImpl.getSshClient(String groupName,
String ip) |
| 限定符和类型 | 类和说明 |
|---|---|
class |
AbstractSshClient |
class |
DefaultSshClient
This is Ssh handler , user for handling SSH related event and requirments
|
class |
JenkinsSshClient |
| 限定符和类型 | 方法和说明 |
|---|---|
static SshClient |
JenkinsSshClient.newInstance(ServerGroup group,
String ip) |
static SshClient |
DefaultSshClient.newInstance(ServerGroup group,
String ip) |
static SshClient |
JenkinsSshClient.newInstance(String ip,
int port,
String username,
String password) |
static SshClient |
DefaultSshClient.newInstance(String ip,
int port,
String username,
String password) |
Copyright © 2004-2016. All Rights Reserved.