Uses of Class
com.yahoo.vespa.hosted.controller.api.integration.deployment.SourceRevision
-
Packages that use SourceRevision Package Description com.yahoo.vespa.hosted.controller.api.integration.deployment -
-
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 SourceRevision Modifier and Type Method Description Optional<SourceRevision>ApplicationVersion. 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 SourceRevision Modifier and Type Method Description static ApplicationVersionApplicationVersion. from(SourceRevision source, long buildNumber)Create an application package version from a completed build, without an author emailstatic ApplicationVersionApplicationVersion. from(SourceRevision source, long buildNumber, String authorEmail, com.yahoo.component.Version compileVersion, Instant buildTime)Creates a version from a completed build, an author email, and build meta data.Method parameters in com.yahoo.vespa.hosted.controller.api.integration.deployment with type arguments of type SourceRevision Modifier and Type Method Description static ApplicationVersionApplicationVersion. from(Optional<SourceRevision> source, long buildNumber, Optional<String> authorEmail, Optional<com.yahoo.component.Version> compileVersion, Optional<Instant> buildTime, Optional<String> sourceUrl, Optional<String> commit, boolean deployedDirectly)Creates a version from a completed build, an author email, and build meta data.Constructor parameters in com.yahoo.vespa.hosted.controller.api.integration.deployment with type arguments of type SourceRevision Constructor Description ApplicationVersion(Optional<SourceRevision> source, OptionalLong buildNumber, Optional<String> authorEmail, Optional<com.yahoo.component.Version> compileVersion, Optional<Instant> buildTime, Optional<String> sourceUrl, Optional<String> commit, boolean deployedDirectly)Public for serialisation only.
-