Interface SpringApp.UpdateStages.WithDeployment
-
- All Known Subinterfaces:
SpringApp.Update
- Enclosing interface:
- SpringApp.UpdateStages
public static interface SpringApp.UpdateStages.WithDeploymentThe stage of a spring app update allowing to specify an simple active deployment. for more operations, useSpringApp.deployments()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SpringApp.UpdatewithActiveDeployment(String name)Specifies active deployment for the spring app.
-
-
-
Method Detail
-
withActiveDeployment
SpringApp.Update withActiveDeployment(String name)
Specifies active deployment for the spring app.- Parameters:
name- the name of the deployment- Returns:
- the next stage of spring app update
-
-