Class CloudFunctionDeploymentBuildStep

java.lang.Object
io.quarkus.gcp.functions.deployment.CloudFunctionDeploymentBuildStep

public class CloudFunctionDeploymentBuildStep extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    (package private) void
    failForNativeSources(io.quarkus.deployment.annotations.BuildProducer<io.quarkus.deployment.pkg.builditem.ArtifactResultBuildItem> artifactResultProducer)
     
    io.quarkus.deployment.pkg.builditem.ArtifactResultBuildItem
    functionDeployment(io.quarkus.deployment.pkg.builditem.OutputTargetBuildItem target, io.quarkus.deployment.pkg.builditem.JarBuildItem jar)
    Creates a target/deployment dir and copy the uber jar in it.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • CloudFunctionDeploymentBuildStep

      public CloudFunctionDeploymentBuildStep()
  • Method Details

    • failForNativeSources

      void failForNativeSources(io.quarkus.deployment.annotations.BuildProducer<io.quarkus.deployment.pkg.builditem.ArtifactResultBuildItem> artifactResultProducer)
    • 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