Class FTPFunctionDeployHandler
- java.lang.Object
-
- com.microsoft.azure.toolkit.lib.appservice.deploy.FTPFunctionDeployHandler
-
- All Implemented Interfaces:
IFunctionDeployHandler
public class FTPFunctionDeployHandler extends Object implements IFunctionDeployHandler
-
-
Field Summary
Fields Modifier and Type Field Description private static intDEFAULT_MAX_RETRY_TIMESprivate static StringDEFAULT_WEBAPP_ROOT-
Fields inherited from interface com.microsoft.azure.toolkit.lib.appservice.deploy.IFunctionDeployHandler
DEPLOY_FINISH, DEPLOY_START
-
-
Constructor Summary
Constructors Constructor Description FTPFunctionDeployHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddeploy(File file, com.azure.resourcemanager.appservice.models.WebAppBase webAppBase)
-
-
-
Field Detail
-
DEFAULT_WEBAPP_ROOT
private static final String DEFAULT_WEBAPP_ROOT
- See Also:
- Constant Field Values
-
DEFAULT_MAX_RETRY_TIMES
private static final int DEFAULT_MAX_RETRY_TIMES
- See Also:
- Constant Field Values
-
-
Method Detail
-
deploy
public void deploy(File file, com.azure.resourcemanager.appservice.models.WebAppBase webAppBase)
- Specified by:
deployin interfaceIFunctionDeployHandler
-
-