| Package | Description |
|---|---|
| com.google.cloud.tools.jib.configuration |
| Modifier and Type | Method and Description |
|---|---|
static Port.Protocol |
Port.Protocol.getFromString(String protocolString)
Returns the
Port.Protocol given its string representation. |
Port.Protocol |
Port.getProtocol() |
static Port.Protocol |
Port.Protocol.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Port.Protocol[] |
Port.Protocol.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Port(int port,
Port.Protocol protocol) |
Copyright © 2018. All rights reserved.