| 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 |
|---|---|
LayerConfiguration |
LayerConfiguration.Builder.build()
Returns the built
LayerConfiguration. |
| Modifier and Type | Method and Description |
|---|---|
JibContainerBuilder |
JibContainerBuilder.addLayer(LayerConfiguration layerConfiguration)
Adds a layer (defined by a
LayerConfiguration). |
JibContainerBuilder |
JibContainerBuilder.setLayers(LayerConfiguration... layerConfigurations)
Sets the layers.
|
| Modifier and Type | Method and Description |
|---|---|
JibContainerBuilder |
JibContainerBuilder.setLayers(List<LayerConfiguration> layerConfigurations)
Sets the layers (defined by a list of
LayerConfigurations). |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableList<LayerConfiguration> |
BuildConfiguration.getLayerConfigurations()
Gets the configurations for building the layers.
|
| Modifier and Type | Method and Description |
|---|---|
BuildConfiguration.Builder |
BuildConfiguration.Builder.setLayerConfigurations(List<LayerConfiguration> layerConfigurations)
Sets the layers to build.
|
| Modifier and Type | Method and Description |
|---|---|
static LayerConfiguration |
JavaContainerBuilderHelper.extraDirectoryLayerConfiguration(Path extraDirectory,
Map<AbsoluteUnixPath,FilePermissions> extraDirectoryPermissions,
BiFunction<Path,AbsoluteUnixPath,Instant> modificationTimeProvider)
Returns a
LayerConfiguration for adding the extra directory to the container. |
Copyright © 2019. All rights reserved.