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
With |
withFrequency(Integer frequency)
Specifies the frequency property: Interval in seconds between test runs for this Web |
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:
Returns: