Class StableOsVersion
- java.lang.Object
-
- com.yahoo.vespa.hosted.controller.api.integration.deployment.StableOsVersion
-
public class StableOsVersion extends Object
A stable OS version.- Author:
- mpolden
-
-
Constructor Summary
Constructors Constructor Description StableOsVersion(com.yahoo.component.Version version, Instant promotedAt)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)inthashCode()InstantpromotedAt()Returns the time this was promoted to stableStringtoString()com.yahoo.component.Versionversion()The version number
-