Uses of Enum Class
com.yahoo.vespa.hosted.controller.api.integration.deployment.OsRelease.Tag
Packages that use OsRelease.Tag
-
Uses of OsRelease.Tag in com.yahoo.vespa.hosted.controller.api.integration.deployment
Methods in com.yahoo.vespa.hosted.controller.api.integration.deployment that return OsRelease.TagModifier and TypeMethodDescriptionOsRelease.tag()The tag of thisstatic OsRelease.TagReturns the enum constant of this class with the specified name.static OsRelease.Tag[]OsRelease.Tag.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.yahoo.vespa.hosted.controller.api.integration.deployment with parameters of type OsRelease.TagModifier and TypeMethodDescriptionArtifactRepository.osRelease(int major, OsRelease.Tag tag) Returns the current OS release with the given major version and tagConstructors in com.yahoo.vespa.hosted.controller.api.integration.deployment with parameters of type OsRelease.TagModifierConstructorDescriptionOsRelease(com.yahoo.component.Version version, OsRelease.Tag tag, Instant taggedAt) Creates an instance of aOsReleaserecord class.