Class DockerEndpointCatalog
- java.lang.Object
-
- com.consol.citrus.dsl.endpoint.docker.DockerEndpointCatalog
-
public class DockerEndpointCatalog extends Object
- Author:
- Christoph Deppisch
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description DockerClientBuilderclient()Gets the client builder.static DockerEndpointCatalogdocker()DockerClientBuilderserver()Gets the client builder.
-
-
-
Method Detail
-
docker
public static DockerEndpointCatalog docker()
-
client
public DockerClientBuilder client()
Gets the client builder.- Returns:
-
server
public DockerClientBuilder server()
Gets the client builder.- Returns:
-
-