| Package | Description |
|---|---|
| org.arquillian.cube.docker.impl.client.containerobject |
| Modifier and Type | Method and Description |
|---|---|
DockerContainerObjectBuilder<T> |
DockerContainerObjectBuilder.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<T> |
DockerContainerObjectBuilder.withContainerObjectClass(Class<T> containerObjectClass)
Specifies the container object class to be instantiated
|
DockerContainerObjectBuilder<T> |
DockerContainerObjectBuilder.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<T> |
DockerContainerObjectBuilder.withContainerObjectContainer(Object containerObjectContainer)
Specifies an optional object that has a strong reference to the object being created.
|
DockerContainerObjectBuilder<T> |
DockerContainerObjectBuilder.withEnrichers(Collection<org.jboss.arquillian.test.spi.TestEnricher> enrichers)
Specifies the list of enrichers that will be used to enrich the container object.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.