| Package | Description |
|---|---|
| com.google.cloud.tools.jib.configuration |
| Modifier and Type | Method and Description |
|---|---|
PortsWithProtocol.Protocol |
PortsWithProtocol.getProtocol() |
static PortsWithProtocol.Protocol |
PortsWithProtocol.Protocol.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PortsWithProtocol.Protocol[] |
PortsWithProtocol.Protocol.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| 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.