Interface WebTest.DefinitionStages.WithKind

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

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

    • withKind

      Specifies the kind property: The kind of web test that this web test watches. Choices are ping and multistep..
      Parameters:
      kind - The kind of web test that this web test watches. Choices are ping and multistep.
      Returns:
      the next definition stage.