Class AbstractOcpApicurioDeployer.RegistryBuilder<B extends AbstractOcpApicurioDeployer.RegistryBuilder<B,D>,D extends AbstractOcpApicurioDeployer<?>>
java.lang.Object
io.debezium.testing.system.tools.registry.AbstractOcpApicurioDeployer.RegistryBuilder<B,D>
- All Implemented Interfaces:
Deployer.Builder<B,D>
- Direct Known Subclasses:
OcpApicurioDeployer.Builder
- Enclosing class:
- AbstractOcpApicurioDeployer<C extends RegistryController>
public abstract static class AbstractOcpApicurioDeployer.RegistryBuilder<B extends AbstractOcpApicurioDeployer.RegistryBuilder<B,D>,D extends AbstractOcpApicurioDeployer<?>>
extends Object
implements Deployer.Builder<B,D>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionwithHttpClient(okhttp3.OkHttpClient httpClient) withOcpClient(io.fabric8.openshift.client.OpenShiftClient ocpClient) withProject(String project) withYamlPath(String yamlPath) Methods 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
build, self
-
Field Details
-
project
-
ocpClient
protected io.fabric8.openshift.client.OpenShiftClient ocpClient -
httpClient
protected okhttp3.OkHttpClient httpClient -
yamlPath
-
-
Constructor Details
-
RegistryBuilder
public RegistryBuilder()
-
-
Method Details
-
withProject
-
withOcpClient
-
withHttpClient
-
withYamlPath
-