public class DeployTarget<T extends com.microsoft.azure.management.appservice.WebAppBase> extends Object
| Modifier and Type | Field and Description |
|---|---|
protected T |
app |
protected DeployTargetType |
type |
| Constructor and Description |
|---|
DeployTarget(T app,
DeployTargetType type) |
| Modifier and Type | Method and Description |
|---|---|
T |
getApp() |
Map<String,com.microsoft.azure.management.appservice.AppSetting> |
getAppSettings() |
String |
getDefaultHostName() |
String |
getName() |
com.microsoft.azure.management.appservice.PublishingProfile |
getPublishingProfile() |
String |
getType() |
void |
msDeploy(String packageUri,
boolean deleteExistingDeploymentSlot) |
void |
zipDeploy(File file) |
protected DeployTargetType type
protected T extends com.microsoft.azure.management.appservice.WebAppBase app
public DeployTarget(@Nonnull T app, DeployTargetType type)
public com.microsoft.azure.management.appservice.PublishingProfile getPublishingProfile()
public String getName()
public String getType()
public String getDefaultHostName()
public Map<String,com.microsoft.azure.management.appservice.AppSetting> getAppSettings()
public void zipDeploy(File file)
public void msDeploy(String packageUri, boolean deleteExistingDeploymentSlot)
public T getApp()
Copyright © 2018. All rights reserved.