Class CloudFunctionDeploymentBuildStep
java.lang.Object
io.quarkus.gcp.functions.deployment.CloudFunctionDeploymentBuildStep
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) voidfailForNativeSources(io.quarkus.deployment.annotations.BuildProducer<io.quarkus.deployment.pkg.builditem.ArtifactResultBuildItem> artifactResultProducer) 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.
-
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.BuildExceptionIOException
-