Uses of Class
org.arquillian.cube.docker.impl.client.config.ExposedPort
Packages that use ExposedPort
-
Uses of ExposedPort in org.arquillian.cube.docker.impl.client.config
Methods in org.arquillian.cube.docker.impl.client.config that return ExposedPortModifier and TypeMethodDescriptionPortBinding.getExposedPort()static ExposedPortExposedPort.valueOf(int port) static ExposedPortMethods in org.arquillian.cube.docker.impl.client.config that return types with arguments of type ExposedPortModifier and TypeMethodDescriptionCubeContainer.getExposedPorts()static Collection<ExposedPort> ExposedPort.valuesOf(Collection<String> ports) Methods in org.arquillian.cube.docker.impl.client.config with parameters of type ExposedPortMethod parameters in org.arquillian.cube.docker.impl.client.config with type arguments of type ExposedPortModifier and TypeMethodDescriptionvoidCubeContainer.setExposedPorts(Collection<ExposedPort> exposedPorts) Constructors in org.arquillian.cube.docker.impl.client.config with parameters of type ExposedPort