Class GcpCloudFunctionBuildCommandUtils
java.lang.Object
io.micronaut.starter.feature.function.gcp.GcpCloudFunctionBuildCommandUtils
Utility class for obtaining build and run commands specific to GCP Cloud Functions
based on the selected build tool.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic @NonNull String
getBuildCommand
(@NonNull BuildTool buildTool) static @NonNull String
getRunCommand
(@NonNull BuildTool buildTool)
-
Field Details
-
MAVEN_PACKAGE_COMMAND
- See Also:
-
GRADLE_PACKAGE_COMMAND
- See Also:
-
-
Method Details
-
getBuildCommand
-
getRunCommand
-