Class OcpMySqlDeployer.Deployer
- java.lang.Object
-
- io.debezium.testing.system.tools.databases.AbstractOcpDatabaseDeployer.DatabaseBuilder<OcpMySqlDeployer.Deployer,OcpMySqlDeployer>
-
- io.debezium.testing.system.tools.databases.mysql.OcpMySqlDeployer.Deployer
-
- All Implemented Interfaces:
Deployer.Builder<OcpMySqlDeployer.Deployer,OcpMySqlDeployer>
- Enclosing class:
- OcpMySqlDeployer
public static class OcpMySqlDeployer.Deployer extends AbstractOcpDatabaseDeployer.DatabaseBuilder<OcpMySqlDeployer.Deployer,OcpMySqlDeployer>
-
-
Field Summary
-
Fields inherited from class io.debezium.testing.system.tools.databases.AbstractOcpDatabaseDeployer.DatabaseBuilder
deployment, ocpClient, project, services
-
-
Constructor Summary
Constructors Constructor Description Deployer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OcpMySqlDeployerbuild()-
Methods inherited from class io.debezium.testing.system.tools.databases.AbstractOcpDatabaseDeployer.DatabaseBuilder
withDeployment, withOcpClient, withProject, withServices, withServices
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.debezium.testing.system.tools.Deployer.Builder
self
-
-
-
-
Method Detail
-
build
public OcpMySqlDeployer build()
-
-