java.lang.Object
com.yahoo.vespa.hosted.controller.api.integration.deployment.OsRelease

public class OsRelease extends Object
An OS release and its tag.
Author:
mpolden
  • Constructor Details

    • OsRelease

      public OsRelease(com.yahoo.component.Version version, OsRelease.Tag tag, Instant taggedAt)
  • Method Details

    • version

      public com.yahoo.component.Version version()
      The version number
    • tag

      public OsRelease.Tag tag()
      The tag of this
    • taggedAt

      public Instant taggedAt()
      Returns the time this was tagged
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class Object