Package com.google.cloud.tools.jib.api
Class JibContainerDescription
- java.lang.Object
-
- com.google.cloud.tools.jib.api.JibContainerDescription
-
public class JibContainerDescription extends java.lang.Object
A class containing the representation of the contents of a container. Currently only exposes "layers", but can be extended to exposeContainerConfiguration
,ImageReference
of the base image, or other informational classes.This class is immutable and thread-safe.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<com.google.cloud.tools.jib.api.buildplan.FileEntriesLayer>
getFileEntriesLayers()
Returns a list of "user configured" layers, does not include base layer information.
-