Uses of Class
org.arquillian.cube.docker.impl.client.containerobject.DockerContainerObjectBuilder
Packages that use DockerContainerObjectBuilder
-
Uses of DockerContainerObjectBuilder in org.arquillian.cube.docker.impl.client.containerobject
Methods in org.arquillian.cube.docker.impl.client.containerobject that return DockerContainerObjectBuilderModifier and TypeMethodDescriptionDockerContainerObjectBuilder.onCubeCreated(Consumer<DockerCube> cubeCreatedCallback) Specifies a consumer that will be executed after the cube object is created and after cube is created or started by the cube controller.DockerContainerObjectBuilder.withContainerObjectClass(Class<T> containerObjectClass) Specifies the container object class to be instantiatedDockerContainerObjectBuilder.withContainerObjectConfiguration(ContainerObjectConfiguration configuration) Specifies a configuration (can be partial) to be used to override the default configuration set using annotations on the container object.DockerContainerObjectBuilder.withContainerObjectContainer(Object containerObjectContainer) Specifies an optional object that has a strong reference to the object being created.DockerContainerObjectBuilder.withEnrichers(Collection<org.jboss.arquillian.test.spi.TestEnricher> enrichers) Specifies the list of enrichers that will be used to enrich the container object.