Class DockerSqlServerDeployer.Builder
java.lang.Object
io.debezium.testing.system.tools.AbstractDockerDeployer.DockerBuilder<DockerSqlServerDeployer.Builder,org.testcontainers.containers.MSSQLServerContainer<?>,DockerSqlServerDeployer>
io.debezium.testing.system.tools.databases.sqlserver.DockerSqlServerDeployer.Builder
- All Implemented Interfaces:
Deployer.Builder<DockerSqlServerDeployer.Builder,DockerSqlServerDeployer>
- Enclosing class:
- DockerSqlServerDeployer
public static class DockerSqlServerDeployer.Builder
extends AbstractDockerDeployer.DockerBuilder<DockerSqlServerDeployer.Builder,org.testcontainers.containers.MSSQLServerContainer<?>,DockerSqlServerDeployer>
-
Field Summary
Fields inherited from class io.debezium.testing.system.tools.AbstractDockerDeployer.DockerBuilder
container -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.debezium.testing.system.tools.AbstractDockerDeployer.DockerBuilder
image, withContainerConfig, withNetworkMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.debezium.testing.system.tools.Deployer.Builder
self
-
Constructor Details
-
Builder
public Builder() -
Builder
public Builder(org.testcontainers.containers.MSSQLServerContainer<?> container)
-
-
Method Details
-
build
-