Class OsRelease
- 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
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classOsRelease.TagKnown release tags
-
Constructor Summary
Constructors Constructor Description OsRelease(com.yahoo.component.Version version, OsRelease.Tag tag, Instant taggedAt)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)inthashCode()OsRelease.Tagtag()The tag of thisInstanttaggedAt()Returns the time this was taggedStringtoString()com.yahoo.component.Versionversion()The version number
-
-
-
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
-
tag
public OsRelease.Tag tag()
The tag of this
-
taggedAt
public Instant taggedAt()
Returns the time this was tagged
-
-