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)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<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.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<Integer> allowedMajor, Optional<Instant> buildTime, Optional<String> sourceUrl, Optional<String> commit, Optional<String> bundleHash, Optional<Instant> obsoleteAt, boolean hasPackage, boolean shouldSkip, Optional<String> description, Optional<Instant> submittedAt, int risk)