Interface WebTest.DefinitionStages.WithRetryEnabled

All Known Subinterfaces:
WebTest.Definition, WebTest.DefinitionStages.WithCreate
Enclosing interface:
WebTest.DefinitionStages

public static interface WebTest.DefinitionStages.WithRetryEnabled
The stage of the WebTest definition allowing to specify retryEnabled.
  • Method Details

    • withRetryEnabled

      WebTest.DefinitionStages.WithCreate withRetryEnabled(Boolean retryEnabled)
      Specifies the retryEnabled property: Allow for retries should this WebTest fail..
      Parameters:
      retryEnabled - Allow for retries should this WebTest fail.
      Returns:
      the next definition stage.