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 Details

    • 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