| Package | Description |
|---|---|
| com.google.cloud.tools.jib.api | |
| com.google.cloud.tools.jib.configuration | |
| com.google.cloud.tools.jib.plugins.common |
| Modifier and Type | Method and Description |
|---|---|
static ImageFormat |
ImageFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImageFormat[] |
ImageFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
JibContainerBuilder |
JibContainerBuilder.setFormat(ImageFormat imageFormat)
Sets the format to build the container image as.
|
| Modifier and Type | Method and Description |
|---|---|
BuildConfiguration.Builder |
BuildConfiguration.Builder.setTargetFormat(ImageFormat targetFormat)
Sets the target format of the container image.
|
| Modifier and Type | Method and Description |
|---|---|
ImageFormat |
RawConfiguration.getImageFormat() |
Copyright © 2019. All rights reserved.