public class RepeatablePublishPortExtensionInterpreter extends Object implements ExtensionInterpreter<RepeatablePublishPort>
| Constructor and Description |
|---|
RepeatablePublishPortExtensionInterpreter() |
| Modifier and Type | Method and Description |
|---|---|
com.github.dockerjava.api.command.CreateContainerCmd |
build(ServiceDescriptor sd,
com.github.dockerjava.api.command.CreateContainerCmd cmd,
RepeatablePublishPort pbs)
Updates the CreateContainerCmd instance to reflect the value of the interpreted annotation.
|
public RepeatablePublishPortExtensionInterpreter()
public com.github.dockerjava.api.command.CreateContainerCmd build(ServiceDescriptor sd, com.github.dockerjava.api.command.CreateContainerCmd cmd, RepeatablePublishPort pbs)
ExtensionInterpreterbuild in interface ExtensionInterpreter<RepeatablePublishPort>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 configpbs - the annotation that is interpreted by this classCopyright © 2021. All rights reserved.