Interface Deployment.UpdateStages.WithMode
-
- All Known Subinterfaces:
Deployment.Update
- Enclosing interface:
- Deployment.UpdateStages
public static interface Deployment.UpdateStages.WithModeA deployment update allowing to change the deployment mode.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Deployment.UpdatewithMode(DeploymentMode mode)Specifies the deployment mode.
-
-
-
Method Detail
-
withMode
Deployment.Update withMode(DeploymentMode mode)
Specifies the deployment mode.- Parameters:
mode- the mode of the deployment- Returns:
- the next stage of the deployment update
-
-