Class AzureFunctionsRunCommand

java.lang.Object
io.quarkus.azure.functions.deployment.AzureFunctionsRunCommand

public class AzureFunctionsRunCommand extends Object
  • Field Details

  • 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

      protected Path getDeploymentStagingDirectoryPath(io.quarkus.deployment.pkg.builditem.OutputTargetBuildItem target, String appName)
    • 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

      protected String getCheckRuntimeCommand()
    • getStartFunctionHostCommand

      protected String getStartFunctionHostCommand(AzureFunctionsConfig azureConfig)