Uses of Class
com.microsoft.azure.toolkit.lib.appservice.model.DeployType
-
-
Uses of DeployType in com.microsoft.azure.toolkit.lib.appservice.deploy
Methods in com.microsoft.azure.toolkit.lib.appservice.deploy with parameters of type DeployType Modifier and Type Method Description default voidIOneDeploy. deploy(DeployType deployType, File targetFile)voidIOneDeploy. deploy(DeployType deployType, File targetFile, DeployOptions deployOptions)default voidIOneDeploy. deploy(DeployType deployType, File targetFile, String targetPath)KuduDeploymentResultIOneDeploy. pushDeploy(DeployType var1, File var2, DeployOptions var3) -
Uses of DeployType in com.microsoft.azure.toolkit.lib.appservice.model
Fields in com.microsoft.azure.toolkit.lib.appservice.model declared as DeployType Modifier and Type Field Description private DeployTypeWebAppArtifact. deployTypestatic DeployTypeDeployType. EARstatic DeployTypeDeployType. JARstatic DeployTypeDeployType. JAR_LIBstatic DeployTypeDeployType. SCRIPTstatic DeployTypeDeployType. SCRIPT_STARTUPstatic DeployTypeDeployType. STATICstatic DeployTypeDeployType. WARstatic DeployTypeDeployType. ZIPFields in com.microsoft.azure.toolkit.lib.appservice.model with type parameters of type DeployType Modifier and Type Field Description private static Map<DeployType,String>DeployType. DEPLOY_TYPE_TO_FILE_EXTENSION_MAPprivate static Map<DeployType,String>DeployType. TYPE_TO_TARGET_DIRECTORY_MAPMethods in com.microsoft.azure.toolkit.lib.appservice.model that return DeployType Modifier and Type Method Description static DeployTypeDeployType. fromString(String input)static DeployTypeDeployType. getDeployTypeFromFile(File file)Methods in com.microsoft.azure.toolkit.lib.appservice.model that return types with arguments of type DeployType Modifier and Type Method Description static List<DeployType>DeployType. values() -
Uses of DeployType in com.microsoft.azure.toolkit.lib.appservice.utils
Methods in com.microsoft.azure.toolkit.lib.appservice.utils that return DeployType Modifier and Type Method Description static DeployTypeUtils. getDeployTypeByFileExtension(File file) -
Uses of DeployType in com.microsoft.azure.toolkit.lib.appservice.webapp
Methods in com.microsoft.azure.toolkit.lib.appservice.webapp with parameters of type DeployType Modifier and Type Method Description voidWebAppBase. deploy(DeployType deployType, File targetFile, DeployOptions deployOptions)KuduDeploymentResultWebAppBase. pushDeploy(DeployType deployType, File targetFile, DeployOptions deployOptions)
-