Uses of Class
com.microsoft.azure.toolkit.lib.appservice.webapp.WebAppBase
-
Packages that use WebAppBase Package Description com.microsoft.azure.toolkit.lib.appservice.task com.microsoft.azure.toolkit.lib.appservice.webapp -
-
Uses of WebAppBase in com.microsoft.azure.toolkit.lib.appservice.task
Fields in com.microsoft.azure.toolkit.lib.appservice.task declared as WebAppBase Modifier and Type Field Description private WebAppBase<?,?,?>DeployWebAppTask. webAppMethods in com.microsoft.azure.toolkit.lib.appservice.task that return WebAppBase Modifier and Type Method Description private WebAppBase<?,?,?>CreateOrUpdateWebAppTask. createOrUpdateResource()WebAppBase<?,?,?>CreateOrUpdateWebAppTask. doExecute()WebAppBase<?,?,?>DeployWebAppTask. doExecute()Methods in com.microsoft.azure.toolkit.lib.appservice.task with parameters of type WebAppBase Modifier and Type Method Description private CsmDeploymentStatusDeployWebAppTask. getDeploymentStatus(WebAppBase<?,?,?> target, KuduDeploymentResult result)private static voidDeployWebAppTask. startAppService(WebAppBase<?,?,?> target)private voidDeployWebAppTask. trackDeployment(WebAppBase<?,?,?> target, AtomicReference<KuduDeploymentResult> resultReference)Constructors in com.microsoft.azure.toolkit.lib.appservice.task with parameters of type WebAppBase 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) -
Uses of WebAppBase in com.microsoft.azure.toolkit.lib.appservice.webapp
Classes in com.microsoft.azure.toolkit.lib.appservice.webapp with type parameters of type WebAppBase Modifier and Type Class Description classWebAppBase<T extends WebAppBase<T,P,F>,P extends com.microsoft.azure.toolkit.lib.common.model.AbstractAzResource<P,?,?>,F extends com.azure.resourcemanager.appservice.models.WebAppBase>Subclasses of WebAppBase in com.microsoft.azure.toolkit.lib.appservice.webapp Modifier and Type Class Description classWebAppclassWebAppDeploymentSlotclassWebAppDeploymentSlotDraftclassWebAppDraft
-