| Package | Description |
|---|---|
| com.google.cloud.tools.jib.configuration |
| Modifier and Type | Method and Description |
|---|---|
static PortsWithProtocol |
PortsWithProtocol.forRange(int minPort,
int maxPort,
PortsWithProtocol.Protocol protocol)
Creates a new
PortsWithProtocol with the specified range and protocol. |
static PortsWithProtocol |
PortsWithProtocol.forSingle(int port,
PortsWithProtocol.Protocol protocol)
Creates a new
PortsWithProtocol with the port number and protocol. |
Copyright © 2018. All rights reserved.