Class CloudFunctionsDeploymentBuildStep
- java.lang.Object
-
- io.quarkus.gcp.functions.http.deployment.CloudFunctionsDeploymentBuildStep
-
public class CloudFunctionsDeploymentBuildStep extends Object
-
-
Constructor Summary
Constructors Constructor Description CloudFunctionsDeploymentBuildStep()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.quarkus.deployment.pkg.builditem.UberJarRequiredBuildItemforceUberJar()io.quarkus.deployment.pkg.builditem.ArtifactResultBuildItemfunctionDeployment(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.
-
-
-
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, IOExceptionCreates a target/deployment dir and copy the uber jar in it. This facilitates the usage of the 'glcoud' command.- Throws:
io.quarkus.builder.BuildExceptionIOException
-
-