Class AzureFunctionsRunCommand
java.lang.Object
io.quarkus.azure.functions.deployment.AzureFunctionsRunCommand
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidcheckRuntimeExistence(com.microsoft.azure.toolkit.lib.legacy.function.handlers.CommandHandler handler) protected Stringprotected PathgetDeploymentStagingDirectoryPath(io.quarkus.deployment.pkg.builditem.OutputTargetBuildItem target, String appName) protected StringgetStartFunctionHostCommand(AzureFunctionsConfig azureConfig) io.quarkus.deployment.cmd.RunCommandActionBuildItemrun(List<AzureFunctionBuildItem> functions, io.quarkus.deployment.pkg.builditem.OutputTargetBuildItem target, AzureFunctionsAppNameBuildItem appName, AzureFunctionsConfig config)
-
Field Details
-
FUNC_CMD
- See Also:
-
FUNC_HOST_START_CMD
- See Also:
-
RUNTIME_NOT_FOUND
- See Also:
-
-
Constructor Details
-
AzureFunctionsRunCommand
public AzureFunctionsRunCommand()
-
-
Method Details
-
run
public io.quarkus.deployment.cmd.RunCommandActionBuildItem run(List<AzureFunctionBuildItem> functions, io.quarkus.deployment.pkg.builditem.OutputTargetBuildItem target, AzureFunctionsAppNameBuildItem appName, AzureFunctionsConfig config) throws Exception - Throws:
Exception
-
getDeploymentStagingDirectoryPath
-
checkRuntimeExistence
protected void checkRuntimeExistence(com.microsoft.azure.toolkit.lib.legacy.function.handlers.CommandHandler handler) throws com.microsoft.azure.toolkit.lib.common.exception.AzureExecutionException - Throws:
com.microsoft.azure.toolkit.lib.common.exception.AzureExecutionException
-
getCheckRuntimeCommand
-
getStartFunctionHostCommand
-