public class SSHCredentials extends hudson.model.AbstractDescribableImpl<SSHCredentials> implements ClientWrapperFactory.Builder
| Modifier and Type | Class and Description |
|---|---|
static class |
SSHCredentials.DescriptorImpl |
| Constructor and Description |
|---|
SSHCredentials() |
| Modifier and Type | Method and Description |
|---|---|
ClientWrapperFactory |
buildClientWrapperFactory() |
String |
getHost() |
int |
getPort() |
com.cloudbees.plugins.credentials.common.StandardUsernameCredentials |
getSshCredentials() |
String |
getSshCredentialsId() |
String |
getSshServer() |
void |
setSshCredentialsId(String sshCredentialsId) |
void |
setSshServer(String sshServer) |
public String getSshServer()
@DataBoundSetter public void setSshServer(String sshServer)
public String getSshCredentialsId()
@DataBoundSetter public void setSshCredentialsId(String sshCredentialsId)
public com.cloudbees.plugins.credentials.common.StandardUsernameCredentials getSshCredentials()
public String getHost()
public int getPort()
public ClientWrapperFactory buildClientWrapperFactory()
buildClientWrapperFactory in interface ClientWrapperFactory.BuilderCopyright © 2016–2017. All rights reserved.