次の方法で共有


WebTest.DefinitionStages.WithFrequency Interface

public static interface WebTest.DefinitionStages.WithFrequency

The stage of the WebTest definition allowing to specify frequency.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withFrequency(Integer frequency)

Specifies the frequency property: Interval in seconds between test runs for this WebTest.

Method Details

withFrequency

public abstract WebTest.DefinitionStages.WithCreate withFrequency(Integer frequency)

Specifies the frequency property: Interval in seconds between test runs for this WebTest. Default value is 300..

Parameters:

frequency - Interval in seconds between test runs for this WebTest. Default value is 300.

Returns:

the next definition stage.

Applies to