public interface SshConnector extends ConfigBeanProxy
ConfigBeanProxy.Duck| Modifier and Type | Method and Description |
|---|---|
SshAuth |
getSshAuth() |
String |
getSshHost()
Gets the value of the sshhost property.
|
String |
getSshPort()
Gets the value of the sshport property.
|
void |
setSshAuth(SshAuth auth) |
void |
setSshHost(String value)
Sets the value of the sshhost property.
|
void |
setSshPort(String value)
Sets the value of the sshport property.
|
createChild, deepCopy, getParent, getParentString getSshPort()
Stringvoid setSshPort(String value) throws PropertyVetoException
value - allowed object is StringPropertyVetoExceptionString getSshHost()
Stringvoid setSshHost(String value) throws PropertyVetoException
value - allowed object is StringPropertyVetoExceptionSshAuth getSshAuth()
void setSshAuth(SshAuth auth)
Copyright © 2019. All rights reserved.