| Package | Description |
|---|---|
| com.google.cloud.tools.jib.cache | |
| com.google.cloud.tools.jib.image |
| Modifier and Type | Class and Description |
|---|---|
class |
CachedLayer
A
Layer that has been written out to a cache and has its file-backed content BLOB,
digest, size, and diff ID. |
| Modifier and Type | Class and Description |
|---|---|
class |
ImageLayers<T extends Layer>
Holds the layers for an image.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DigestOnlyLayer
A
Layer reference that only has its DescriptorDigest. |
class |
ReferenceLayer
A
Layer reference that does not have the underlying content. |
class |
ReferenceNoDiffIdLayer
A
Layer reference that does not have the underlying content. |
class |
UnwrittenLayer
A layer that has not been written out and only has the unwritten content
Blob. |
| Modifier and Type | Method and Description |
|---|---|
<T extends Layer> |
Image.addLayers(ImageLayers<T> layers) |
| Modifier and Type | Method and Description |
|---|---|
List<Layer> |
Image.getLayers() |
| Modifier and Type | Method and Description |
|---|---|
Image |
Image.addLayer(Layer layer) |
Copyright © 2018. All rights reserved.