Class OcpApicurioV1Deployer.Builder
- java.lang.Object
-
- io.debezium.testing.system.tools.registry.AbstractOcpApicurioDeployer.RegistryBuilder<OcpApicurioV1Deployer.Builder,OcpApicurioV1Deployer>
-
- io.debezium.testing.system.tools.registry.OcpApicurioV1Deployer.Builder
-
- All Implemented Interfaces:
Deployer.Builder<OcpApicurioV1Deployer.Builder,OcpApicurioV1Deployer>
- Enclosing class:
- OcpApicurioV1Deployer
public static class OcpApicurioV1Deployer.Builder extends AbstractOcpApicurioDeployer.RegistryBuilder<OcpApicurioV1Deployer.Builder,OcpApicurioV1Deployer>
-
-
Field Summary
Fields Modifier and Type Field Description private StringidTopicYamlPathprivate KafkaControllerkafkaControllerprivate StringstorageTopicYamlPath-
Fields inherited from class io.debezium.testing.system.tools.registry.AbstractOcpApicurioDeployer.RegistryBuilder
httpClient, ocpClient, project, yamlPath
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OcpApicurioV1Deployerbuild()OcpApicurioV1Deployer.BuilderwithKafkaController(KafkaController kafkaController)OcpApicurioV1Deployer.BuilderwithTopicsYamlPath(String storageTopicYamlPath, String idTopicYamlPath)-
Methods inherited from class io.debezium.testing.system.tools.registry.AbstractOcpApicurioDeployer.RegistryBuilder
withHttpClient, withOcpClient, withProject, withYamlPath
-
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
-
-
-
-
Field Detail
-
storageTopicYamlPath
private String storageTopicYamlPath
-
idTopicYamlPath
private String idTopicYamlPath
-
kafkaController
private KafkaController kafkaController
-
-
Method Detail
-
withTopicsYamlPath
public OcpApicurioV1Deployer.Builder withTopicsYamlPath(String storageTopicYamlPath, String idTopicYamlPath)
-
withKafkaController
public OcpApicurioV1Deployer.Builder withKafkaController(KafkaController kafkaController)
-
build
public OcpApicurioV1Deployer build()
-
-