次の方法で共有


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 WithCreate withRetryEnabled(Boolean retryEnabled)

Specifies the retryEnabled property: Allow for retries should this WebTest fail..

Method Details

withRetryEnabled

public abstract 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.

Applies to