WebTest.DefinitionStages.WithRetryEnabled Interface
public static interface WebTest.DefinitionStages.WithRetryEnabled
The stage of the WebTest definition allowing to specify retryEnabled.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
With |
withRetryEnabled(Boolean retryEnabled)
Specifies the retry |
Method Details
withRetryEnabled
public abstract WebTest.DefinitionStages.WithCreate withRetryEnabled(Boolean retryEnabled)
Specifies the retryEnabled property: Allow for retries should this WebTest fail..
Parameters:
Returns: