Class SshEndpointCatalog
- java.lang.Object
-
- com.consol.citrus.dsl.endpoint.ssh.SshEndpointCatalog
-
public class SshEndpointCatalog extends Object
- Author:
- Christoph Deppisch
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description com.consol.citrus.ssh.client.SshClientBuilderclient()Gets the client builder.com.consol.citrus.ssh.server.SshServerBuilderserver()Gets the client builder.static SshEndpointCatalogssh()
-
-
-
Method Detail
-
ssh
public static SshEndpointCatalog ssh()
-
client
public com.consol.citrus.ssh.client.SshClientBuilder client()
Gets the client builder.- Returns:
-
server
public com.consol.citrus.ssh.server.SshServerBuilder server()
Gets the client builder.- Returns:
-
-