Uses of Class
com.yahoo.vespa.hosted.controller.api.integration.deployment.ApplicationVersion
Packages that use ApplicationVersion
-
Uses of ApplicationVersion in com.yahoo.vespa.hosted.controller.api.integration.deployment
Methods in com.yahoo.vespa.hosted.controller.api.integration.deployment that return ApplicationVersionModifier and TypeMethodDescriptionstatic ApplicationVersionApplicationVersion.forDevelopment(RevisionId id, Optional<com.yahoo.component.Version> compileVersion, Optional<Integer> allowedMajor) Creates a minimal version for a development build.static ApplicationVersionApplicationVersion.forProduction(RevisionId id, Optional<SourceRevision> source, Optional<String> authorEmail, Optional<com.yahoo.component.Version> compileVersion, Optional<Integer> allowedMajor, Optional<Instant> buildTime, Optional<String> sourceUrl, Optional<String> commit, Optional<String> bundleHash, Optional<String> description, Instant submittedAt, int risk) Creates a version from a completed build, an author email, and build metadata.ApplicationVersion.obsoleteAt(Instant now) Returns a copy of this which is obsolete now.ApplicationVersion.skipped()Returns a copy of this which will not be rolled out to production.ApplicationVersion.withoutPackage()Returns a copy of this without a package stored.Methods in com.yahoo.vespa.hosted.controller.api.integration.deployment with parameters of type ApplicationVersion