Interface RetryConfiguration.Builder

  • Method Details

    • retryMode

      RetryConfiguration.Builder retryMode(String retryMode)

      The method that you want to configure for automatic stage retry on stage failure. You can specify to retry only failed action in the stage or all actions in the stage.

      Parameters:
      retryMode - The method that you want to configure for automatic stage retry on stage failure. You can specify to retry only failed action in the stage or all actions in the stage.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • retryMode

      The method that you want to configure for automatic stage retry on stage failure. You can specify to retry only failed action in the stage or all actions in the stage.

      Parameters:
      retryMode - The method that you want to configure for automatic stage retry on stage failure. You can specify to retry only failed action in the stage or all actions in the stage.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: