Package com.consol.citrus.ssh.client
Class SshEndpointComponent
- java.lang.Object
-
- com.consol.citrus.endpoint.AbstractEndpointComponent
-
- com.consol.citrus.ssh.client.SshEndpointComponent
-
- All Implemented Interfaces:
com.consol.citrus.endpoint.EndpointComponent
public class SshEndpointComponent extends com.consol.citrus.endpoint.AbstractEndpointComponentComponent creates proper ssh client from endpoint uri resource and parameters.- Since:
- 1.4.1
- Author:
- Christoph Deppisch
-
-
Constructor Summary
Constructors Constructor Description SshEndpointComponent()Default constructor using the name for this component.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected com.consol.citrus.endpoint.EndpointcreateEndpoint(String resourcePath, Map<String,String> parameters, com.consol.citrus.context.TestContext context)
-