public class CommandExtensionInterpreter extends Object implements ExtensionInterpreter<Command>
| Constructor and Description |
|---|
CommandExtensionInterpreter() |
| Modifier and Type | Method and Description |
|---|---|
com.github.dockerjava.api.command.CreateContainerCmd |
build(ServiceDescriptor sd,
com.github.dockerjava.api.command.CreateContainerCmd cmd,
Command c)
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, Command c)
ExtensionInterpreterbuild in interface ExtensionInterpreter<Command>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 configc - the annotation that is interpreted by this classCopyright © 2021. All rights reserved.