| Package | Description |
|---|---|
| com.google.cloud.tools.jib.api | |
| com.google.cloud.tools.jib.cache | |
| com.google.cloud.tools.jib.image |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableList<LayerEntry> |
LayerConfiguration.getLayerEntries()
Gets the list of layer entries.
|
| Modifier and Type | Method and Description |
|---|---|
LayerConfiguration.Builder |
LayerConfiguration.Builder.addEntry(LayerEntry entry)
Adds an entry to the layer.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<CachedLayer> |
Cache.retrieve(com.google.common.collect.ImmutableList<LayerEntry> layerEntries)
Retrieves the
CachedLayer that was built from the layerEntries. |
CachedLayer |
Cache.writeUncompressedLayer(Blob uncompressedLayerBlob,
com.google.common.collect.ImmutableList<LayerEntry> layerEntries)
Saves a cache entry with an uncompressed layer
Blob and an additional selector digest. |
| Constructor and Description |
|---|
ReproducibleLayerBuilder(com.google.common.collect.ImmutableList<LayerEntry> layerEntries) |
Copyright © 2019. All rights reserved.