public static interface WebDeployment.DefinitionStages.WithSetParameters
Modifier and Type | Method and Description |
---|---|
WebDeployment.DefinitionStages.WithExecute |
withSetParameter(String name,
String value)
Adds a parameter for the deployment.
|
WebDeployment.DefinitionStages.WithExecute |
withSetParametersXmlFile(String fileUri)
Specifies the XML file containing the parameters.
|
WebDeployment.DefinitionStages.WithExecute withSetParametersXmlFile(String fileUri)
fileUri
- the XML file's URIWebDeployment.DefinitionStages.WithExecute withSetParameter(String name, String value)
name
- name of the parametervalue
- the value of the parameterCopyright © 2019. All rights reserved.