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, getParent
String getSshPort()
String
void setSshPort(String value) throws PropertyVetoException
value
- allowed object is String
PropertyVetoException
String getSshHost()
String
void setSshHost(String value) throws PropertyVetoException
value
- allowed object is String
PropertyVetoException
SshAuth getSshAuth()
void setSshAuth(SshAuth auth)
Copyright © 2019. All rights reserved.