Uses of Class
com.yahoo.vespa.hosted.controller.api.integration.deployment.OsRelease.Tag
-
Packages that use OsRelease.Tag Package Description com.yahoo.vespa.hosted.controller.api.integration.deployment -
-
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.Tag Modifier and Type Method Description OsRelease.TagOsRelease. tag()The tag of thisstatic OsRelease.TagOsRelease.Tag. valueOf(String name)Returns the enum constant of this type with the specified name.static OsRelease.Tag[]OsRelease.Tag. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.yahoo.vespa.hosted.controller.api.integration.deployment with parameters of type OsRelease.Tag Modifier and Type Method Description OsReleaseArtifactRepository. 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.Tag Constructor Description OsRelease(com.yahoo.component.Version version, OsRelease.Tag tag, Instant taggedAt)
-