Interface WebDeployment.DefinitionStages.WithSetParameters
-
- All Known Subinterfaces:
WebDeployment.Definition,WebDeployment.DefinitionStages.WithExecute
- Enclosing interface:
- WebDeployment.DefinitionStages
public static interface WebDeployment.DefinitionStages.WithSetParametersA web deployment definition stage allowing specifying parameters.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WebDeployment.DefinitionStages.WithExecutewithSetParameter(String name, String value)Adds a parameter for the deployment.WebDeployment.DefinitionStages.WithExecutewithSetParametersXmlFile(String fileUri)Specifies the XML file containing the parameters.
-
-
-
Method Detail
-
withSetParametersXmlFile
WebDeployment.DefinitionStages.WithExecute withSetParametersXmlFile(String fileUri)
Specifies the XML file containing the parameters.- Parameters:
fileUri- the XML file's URI- Returns:
- the next definition stage
-
withSetParameter
WebDeployment.DefinitionStages.WithExecute withSetParameter(String name, String value)
Adds a parameter for the deployment.- Parameters:
name- name of the parametervalue- the value of the parameter- Returns:
- the next definition stage
-
-