Class CloudFunctionsDeploymentBuildStep


  • public class CloudFunctionsDeploymentBuildStep
    extends Object
    • Constructor Detail

      • CloudFunctionsDeploymentBuildStep

        public CloudFunctionsDeploymentBuildStep()
    • Method Detail

      • forceUberJar

        public io.quarkus.deployment.pkg.builditem.UberJarRequiredBuildItem forceUberJar()
      • functionDeployment

        public io.quarkus.deployment.pkg.builditem.ArtifactResultBuildItem functionDeployment​(io.quarkus.deployment.pkg.builditem.OutputTargetBuildItem target,
                                                                                              io.quarkus.deployment.pkg.builditem.JarBuildItem jar)
                                                                                       throws io.quarkus.builder.BuildException,
                                                                                              IOException
        Creates a target/deployment dir and copy the uber jar in it. This facilitates the usage of the 'glcoud' command.
        Throws:
        io.quarkus.builder.BuildException
        IOException