| Package | Description |
|---|---|
| com.google.cloud.tools.jib.builder.steps | |
| com.google.cloud.tools.jib.cache |
| Modifier and Type | Method and Description |
|---|---|
List<CachedLayerWithMetadata> |
StepsRunner.getCachedApplicationLayers() |
| Modifier and Type | Method and Description |
|---|---|
CachedLayerWithMetadata |
CacheReader.getUpToDateLayerByLayerEntries(com.google.common.collect.ImmutableList<LayerEntry> layerEntries)
Gets an up-to-date layer that is built from the
sourceFiles. |
CachedLayerWithMetadata |
CacheWriter.writeLayer(ReproducibleLayerBuilder reproducibleLayerBuilder)
Builds an
UnwrittenLayer from a ReproducibleLayerBuilder and compresses and
writes the UnwrittenLayer's uncompressed layer content BLOB to cache. |
| Modifier and Type | Method and Description |
|---|---|
void |
Cache.addCachedLayersWithMetadataToMetadata(List<CachedLayerWithMetadata> cachedLayersWithMetadata)
Adds the cached layer to the cache metadata.
|
Copyright © 2018. All rights reserved.