Class 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 expose ContainerConfiguration, 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getFileEntriesLayers

        public 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.
        Returns:
        a List of FileEntriesLayers