Interface SpringApp.UpdateStages.WithDeployment
- All Known Subinterfaces:
SpringApp.Update
- Enclosing interface:
- SpringApp.UpdateStages
public static interface SpringApp.UpdateStages.WithDeployment
The stage of a spring app update allowing to specify an simple active deployment.
for more operations, use
SpringApp.deployments()-
Method Summary
Modifier and TypeMethodDescriptionwithActiveDeployment(String name) Specifies active deployment for the spring app.
-
Method Details
-
withActiveDeployment
Specifies active deployment for the spring app.- Parameters:
name- the name of the deployment- Returns:
- the next stage of spring app update
-