WebDeployment.DefinitionStages.WithExecute |
WebDeployment.DefinitionStages.WithAddOnPackage.withAddOnPackage(String packageUri) |
Adds an extra package to the deployment.
|
WebDeployment.DefinitionStages.WithExecute |
WebDeployment.DefinitionStages.WithExistingDeploymentsDeleted.withExistingDeploymentsDeleted(boolean deleteExisting) |
Specifies whether existing deployed files on the web app should be deleted.
|
WebDeployment.DefinitionStages.WithExecute |
WebDeployment.DefinitionStages.WithPackageUri.withPackageUri(String packageUri) |
Specifies the zipped package to deploy.
|
WebDeployment.DefinitionStages.WithExecute |
WebDeployment.DefinitionStages.WithSetParameters.withSetParameter(String name,
String value) |
Adds a parameter for the deployment.
|
WebDeployment.DefinitionStages.WithExecute |
WebDeployment.DefinitionStages.WithSetParameters.withSetParametersXmlFile(String fileUri) |
Specifies the XML file containing the parameters.
|