| Package | Description |
|---|---|
| com.google.cloud.tools.jib.cache | |
| com.google.cloud.tools.jib.configuration | |
| com.google.cloud.tools.jib.frontend | |
| com.google.cloud.tools.jib.image |
| Modifier and Type | Method and Description |
|---|---|
Path |
CacheReader.getLayerFile(com.google.common.collect.ImmutableList<LayerEntry> layerEntries)
Finds the file that stores the content BLOB for an application layer.
|
CachedLayerWithMetadata |
CacheReader.getUpToDateLayerByLayerEntries(com.google.common.collect.ImmutableList<LayerEntry> layerEntries)
Gets an up-to-date layer that is built from the
sourceFiles. |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableList<LayerEntry> |
LayerConfiguration.getLayerEntries() |
| Modifier and Type | Method and Description |
|---|---|
LayerEntry |
JavaLayerConfigurations.getClassesLayerEntry() |
LayerEntry |
JavaLayerConfigurations.getDependenciesLayerEntry() |
LayerEntry |
JavaLayerConfigurations.getExtraFilesLayerEntry() |
LayerEntry |
JavaLayerConfigurations.getResourcesLayerEntry() |
LayerEntry |
JavaLayerConfigurations.getSnapshotDependenciesLayerEntry() |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableList<LayerEntry> |
ReproducibleLayerBuilder.getLayerEntries() |
Copyright © 2018. All rights reserved.