Class CloudFunctionsDeploymentBuildStep

java.lang.Object
io.quarkus.gcp.functions.http.deployment.CloudFunctionsDeploymentBuildStep

public class CloudFunctionsDeploymentBuildStep extends Object
  • Constructor Details

    • CloudFunctionsDeploymentBuildStep

      public CloudFunctionsDeploymentBuildStep()
  • Method Details

    • 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 'gcloud' command.
      Throws:
      io.quarkus.builder.BuildException
      IOException