Uses of Class
org.citrusframework.ssh.client.SshClientBuilder
Packages that use SshClientBuilder
-
Uses of SshClientBuilder in org.citrusframework.ssh.client
Methods in org.citrusframework.ssh.client that return SshClientBuilderModifier and TypeMethodDescriptionSshClientBuilder.commandTimeout(long commandTimeout) Sets the commandTimeout property.SshClientBuilder.connectionTimeout(int connectionTimeout) Sets the connectionTimeout property.SshClientBuilder.correlator(MessageCorrelator correlator) Sets the message correlator.Sets the host property.SshClientBuilder.knownHosts(String knownHosts) Sets the knownHosts property.SshClientBuilder.messageConverter(SshMessageConverter messageConverter) Sets the message converter.Sets the client password.SshClientBuilder.pollingInterval(int pollingInterval) Sets the polling interval.SshClientBuilder.port(int port) Sets the port property.SshClientBuilder.privateKeyPassword(String privateKeyPassword) Sets the privateKeyPassword property.SshClientBuilder.privateKeyPath(String privateKeyPath) Sets the privateKeyPath property.SshClientBuilder.strictHostChecking(boolean strictHostChecking) Sets the strictHostChecking property.SshClientBuilder.timeout(long timeout) Sets the default timeout.Sets the user property.