java.lang.Object
com.yahoo.vespa.hosted.controller.api.integration.artifact.Artifact

public class Artifact extends Object
A registry artifact (e.g. container image or RPM)
Author:
mpolden
  • Constructor Details

  • Method Details

    • id

      public String id()
      Unique identifier of this
    • registry

      public String registry()
      The registry holding this artifact
    • repository

      public String repository()
      Repository of this artifact
    • tag

      public String tag()
      Tag of this artifact
    • createdAt

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

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

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

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

      public String toString()
      Overrides:
      toString in class Object