Uses of Class
com.microsoft.azure.toolkit.lib.appservice.model.WebAppArtifact
-
Packages that use WebAppArtifact Package Description com.microsoft.azure.toolkit.lib.appservice.deploy com.microsoft.azure.toolkit.lib.appservice.task -
-
Uses of WebAppArtifact in com.microsoft.azure.toolkit.lib.appservice.deploy
Methods in com.microsoft.azure.toolkit.lib.appservice.deploy with parameters of type WebAppArtifact Modifier and Type Method Description default voidIOneDeploy. deploy(WebAppArtifact webAppArtifact) -
Uses of WebAppArtifact in com.microsoft.azure.toolkit.lib.appservice.task
Fields in com.microsoft.azure.toolkit.lib.appservice.task with type parameters of type WebAppArtifact Modifier and Type Field Description private List<WebAppArtifact>DeployWebAppTask. artifactsConstructor parameters in com.microsoft.azure.toolkit.lib.appservice.task with type arguments of type WebAppArtifact Constructor Description DeployWebAppTask(WebAppBase<?,?,?> webApp, List<WebAppArtifact> artifacts)DeployWebAppTask(WebAppBase<?,?,?> webApp, List<WebAppArtifact> artifacts, boolean restartSite)DeployWebAppTask(WebAppBase<?,?,?> webApp, List<WebAppArtifact> artifacts, boolean restartSite, Boolean waitDeploymentComplete)
-