Uses of Class
com.yahoo.vespa.hosted.controller.api.integration.deployment.SourceRevision
Packages that use SourceRevision
-
Uses of SourceRevision in com.yahoo.vespa.hosted.controller.api.integration.deployment
Methods in com.yahoo.vespa.hosted.controller.api.integration.deployment that return types with arguments of type SourceRevisionModifier and TypeMethodDescriptionApplicationVersion.source()Returns information about the source of this revision, or empty if the source is not know/defined (which is the case for command-line deployment from developers, but never for deployment jobs)Methods in com.yahoo.vespa.hosted.controller.api.integration.deployment with parameters of type SourceRevisionModifier and TypeMethodDescriptionstatic 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.Method parameters in com.yahoo.vespa.hosted.controller.api.integration.deployment with type arguments of type SourceRevisionModifier and TypeMethodDescriptionstatic 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.Constructor parameters in com.yahoo.vespa.hosted.controller.api.integration.deployment with type arguments of type SourceRevisionModifierConstructorDescriptionApplicationVersion(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, boolean hasPackage, boolean shouldSkip, Optional<String> description, int risk)