WebTest.DefinitionStages.WithKind Interface
public static interface WebTest.DefinitionStages.WithKind
The stage of the WebTest definition allowing to specify kind.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
With |
withKind(WebTestKind kind)
Specifies the kind property: The kind of Web |
Method Details
withKind
public abstract WebTest.DefinitionStages.WithCreate withKind(WebTestKind kind)
Specifies the kind property: The kind of WebTest that this web test watches. Choices are ping, multistep and standard..
Parameters:
Returns: