public static interface WebDeployment.DefinitionStages.WithExistingDeploymentsDeleted
Modifier and Type | Method and Description |
---|---|
WebDeployment.DefinitionStages.WithExecute |
withExistingDeploymentsDeleted(boolean deleteExisting)
Specifies whether existing deployed files on the web app should be deleted.
|
WebDeployment.DefinitionStages.WithExecute withExistingDeploymentsDeleted(boolean deleteExisting)
deleteExisting
- if set to true, all files on the web app will be deleted. Default is false.Copyright © 2019. All rights reserved.