public class EnvExtensionInterpreter extends Object implements ExtensionInterpreter<Env>
| Constructor and Description |
|---|
EnvExtensionInterpreter() |
| Modifier and Type | Method and Description |
|---|---|
com.github.dockerjava.api.command.CreateContainerCmd |
build(ServiceDescriptor sd,
com.github.dockerjava.api.command.CreateContainerCmd cmd,
Env e)
Updates the CreateContainerCmd instance to reflect the value of the interpreted annotation.
|
public com.github.dockerjava.api.command.CreateContainerCmd build(ServiceDescriptor sd, com.github.dockerjava.api.command.CreateContainerCmd cmd, Env e)
ExtensionInterpreterbuild in interface ExtensionInterpreter<Env>sd - the whole configuration for this test including values from other annotations.cmd - the docker-java command that will instantiate the Docker container based on Dockerunit confige - the annotation that is interpreted by this classCopyright © 2021. All rights reserved.