Interface WebTest.DefinitionStages.WithWebTestKind

All Known Subinterfaces:
WebTest.Definition, WebTest.DefinitionStages.WithCreate
Enclosing interface:
WebTest.DefinitionStages

public static interface WebTest.DefinitionStages.WithWebTestKind
The stage of the WebTest definition allowing to specify webTestKind.
  • Method Details

    • withWebTestKind

      WebTest.DefinitionStages.WithCreate withWebTestKind(WebTestKind webTestKind)
      Specifies the webTestKind property: The kind of web test this is, valid choices are ping and multistep..
      Parameters:
      webTestKind - The kind of web test this is, valid choices are ping and multistep.
      Returns:
      the next definition stage.