Uses of Enum
org.arquillian.cube.docker.impl.client.containerobject.dsl.BindMode
Packages that use BindMode
-
Uses of BindMode in org.arquillian.cube.docker.impl.client.containerobject.dsl
Methods in org.arquillian.cube.docker.impl.client.containerobject.dsl that return BindModeModifier and TypeMethodDescriptionstatic BindModeReturns the enum constant of this type with the specified name.static BindMode[]BindMode.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.arquillian.cube.docker.impl.client.containerobject.dsl with parameters of type BindModeModifier and TypeMethodDescriptionContainerBuilder.ContainerOptionsBuilder.withVolume(String hostPath, String containerPath, BindMode bindMode)