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