| Package | Description |
|---|---|
| org.arquillian.cube.docker.impl.client.config |
| Modifier and Type | Method and Description |
|---|---|
ExposedPort |
PortBinding.getExposedPort() |
static ExposedPort |
ExposedPort.valueOf(int port) |
static ExposedPort |
ExposedPort.valueOf(String exp) |
| Modifier and Type | Method and Description |
|---|---|
Collection<ExposedPort> |
CubeContainer.getExposedPorts() |
static Collection<ExposedPort> |
ExposedPort.valuesOf(Collection<String> ports) |
| Modifier and Type | Method and Description |
|---|---|
void |
PortBinding.setExposedPort(ExposedPort exposed) |
| Modifier and Type | Method and Description |
|---|---|
void |
CubeContainer.setExposedPorts(Collection<ExposedPort> exposedPorts) |
| Constructor and Description |
|---|
PortBinding(String host,
int bound,
ExposedPort exposed) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.