Interface RolloutConfig

    • Method Detail

      • getActions

        java.util.List<LiveAction> getActions()
        The LiveActions to be executed upon a Roll-out. The List is in the order the LiveActions are executed
        Returns:
        configured actions
        Since:
        5.5
      • getActionsConfig

        @Deprecated
        java.util.Set<ActionConfig> getActionsConfig()
        Deprecated.
        since 5.5 use getActions() instead
        Returns a set of the ActionConfig linked to the current RolloutConfing.
        Returns:
        the actions or an empty set