Interface RolloutRequest.UpdateStages.WithStepGroups

All Known Subinterfaces:
RolloutRequest.Update
Enclosing interface:
RolloutRequest.UpdateStages

public static interface RolloutRequest.UpdateStages.WithStepGroups
The stage of the RolloutRequest update allowing to specify stepGroups.
  • Method Summary

    Modifier and Type
    Method
    Description
    Specifies the stepGroups property: The list of step groups that define the orchestration..
  • Method Details

    • withStepGroups

      RolloutRequest.Update withStepGroups(List<StepGroup> stepGroups)
      Specifies the stepGroups property: The list of step groups that define the orchestration..
      Parameters:
      stepGroups - The list of step groups that define the orchestration.
      Returns:
      the next definition stage.