Class ContainerImage


  • public class ContainerImage
    extends java.lang.Object
    A container image.
    Author:
    mpolden
    • Constructor Summary

      Constructors 
      Constructor Description
      ContainerImage​(java.lang.String id, java.lang.String registry, java.lang.String repository, java.time.Instant createdAt, com.yahoo.component.Version version)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.time.Instant createdAt()
      The time this was created
      boolean equals​(java.lang.Object o)  
      int hashCode()  
      java.lang.String id()
      Unique identifier of this
      java.lang.String registry()
      The registry holding this image
      java.lang.String repository()
      Repository of this image
      java.lang.String toString()  
      com.yahoo.component.Version version()
      The version of this
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ContainerImage

        public ContainerImage​(java.lang.String id,
                              java.lang.String registry,
                              java.lang.String repository,
                              java.time.Instant createdAt,
                              com.yahoo.component.Version version)
    • Method Detail

      • id

        public java.lang.String id()
        Unique identifier of this
      • registry

        public java.lang.String registry()
        The registry holding this image
      • repository

        public java.lang.String repository()
        Repository of this image
      • createdAt

        public java.time.Instant createdAt()
        The time this was created
      • version

        public com.yahoo.component.Version version()
        The version of this
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object