| Package | Description |
|---|---|
| com.google.cloud.tools.jib.builder | |
| com.google.cloud.tools.jib.frontend | |
| com.google.cloud.tools.jib.image |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableList<Port> |
BuildConfiguration.getExposedPorts() |
| Modifier and Type | Method and Description |
|---|---|
BuildConfiguration.Builder |
BuildConfiguration.Builder.setExposedPorts(List<Port> exposedPorts) |
| Modifier and Type | Method and Description |
|---|---|
static com.google.common.collect.ImmutableList<Port> |
ExposedPortsParser.parse(List<String> ports)
Converts/validates a list of strings representing port ranges to an expanded list of
Ports. |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableList<Port> |
Image.getExposedPorts() |
| Modifier and Type | Method and Description |
|---|---|
Image.Builder<T> |
Image.Builder.setExposedPorts(com.google.common.collect.ImmutableList<Port> exposedPorts)
Sets the items in the "ExposedPorts" field in the container configuration.
|
Copyright © 2018. All rights reserved.