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) 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<Instant> buildTime, Optional<String> sourceUrl, Optional<String> commit, Optional<String> bundleHash, Optional<String> description, int risk) Creates a version from a completed build, an author email, and build metadata.static ApplicationVersionApplicationVersion.from(RevisionId id, SourceRevision source) Create an application package version from a completed build, without an author emailstatic ApplicationVersionApplicationVersion.from(RevisionId id, SourceRevision source, String authorEmail, com.yahoo.component.Version compileVersion, Instant buildTime) Creates a version from a completed build, an author email, and build metadata.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