Class CloudFunctionRunExtension
java.lang.Object
com.github.bijukunjummen.cloudfunction.CloudFunctionRunExtension
Holds the properties associated with local running
of a GCP Cloud Function
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract org.gradle.api.provider.Property<String>Version of the invoker function to useabstract org.gradle.api.provider.Property<Integer>getPort()Port to expose the function onabstract org.gradle.api.provider.Property<String>GCP Cloud Function target methodabstract org.gradle.api.provider.Property<Boolean>toString()
-
Constructor Details
-
CloudFunctionRunExtension
public CloudFunctionRunExtension(org.gradle.api.Project project)
-
-
Method Details