Interface RetryConfiguration.Builder

    • Method Detail

      • 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:
        StageRetryMode, StageRetryMode
      • retryMode

        RetryConfiguration.Builder retryMode​(StageRetryMode 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:
        StageRetryMode, StageRetryMode