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 SshClientBuilderclient()Gets the client builder.SshServerBuilderserver()Gets the client builder.static SshEndpointCatalogssh()
-
-
-
Method Detail
-
ssh
public static SshEndpointCatalog ssh()
-
client
public SshClientBuilder client()
Gets the client builder.- Returns:
-
server
public SshServerBuilder server()
Gets the client builder.- Returns:
-
-