Class OsRelease


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

      • OsRelease

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

      • version

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

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

        public int hashCode()
        Overrides:
        hashCode in class Object