Interface Deployment.ExecutionStages.WithWhatIfLocation
-
- All Known Subinterfaces:
Deployment.Execution,Deployment.ExecutionStages.WithWhatIf
- Enclosing interface:
- Deployment.ExecutionStages
public static interface Deployment.ExecutionStages.WithWhatIfLocationA deployment execution allowing data storage location to be specified.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Deployment.ExecutionStages.WithWhatIfwithLocation(String location)Specifies the location to store the deployment data.
-
-
-
Method Detail
-
withLocation
Deployment.ExecutionStages.WithWhatIf withLocation(String location)
Specifies the location to store the deployment data.- Parameters:
location- the location value to set.- Returns:
- the next stage of the execution.
-
-