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 java.util.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, java.lang.String authorEmail)Creates an version from a completed build and an author email.static ApplicationVersionApplicationVersion. from(SourceRevision source, long buildNumber, java.lang.String authorEmail, com.yahoo.component.Version compileVersion, java.time.Instant buildTime)Creates an 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(java.util.Optional<SourceRevision> source, long buildNumber, java.util.Optional<java.lang.String> authorEmail, java.util.Optional<com.yahoo.component.Version> compileVersion, java.util.Optional<java.time.Instant> buildTime, java.util.Optional<java.lang.String> sourceUrl, java.util.Optional<java.lang.String> commit)Creates an 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(java.util.Optional<SourceRevision> source, java.util.OptionalLong buildNumber, java.util.Optional<java.lang.String> authorEmail, java.util.Optional<com.yahoo.component.Version> compileVersion, java.util.Optional<java.time.Instant> buildTime, java.util.Optional<java.lang.String> sourceUrl, java.util.Optional<java.lang.String> commit)Public for serialisation only.
-