Interface Deployment.DefinitionStages.WithMode
-
- All Known Subinterfaces:
Deployment.Definition
- Enclosing interface:
- Deployment.DefinitionStages
public static interface Deployment.DefinitionStages.WithModeA deployment definition allowing the deployment mode to be specified.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Deployment.DefinitionStages.WithCreatewithMode(DeploymentMode mode)Specifies the deployment mode.
-
-
-
Method Detail
-
withMode
Deployment.DefinitionStages.WithCreate withMode(DeploymentMode mode)
Specifies the deployment mode.- Parameters:
mode- the mode of the deployment- Returns:
- the next stage of the definition
-
-