Interface WebTest.DefinitionStages.WithSyntheticMonitorId

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

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

    • withSyntheticMonitorId

      WebTest.DefinitionStages.WithCreate withSyntheticMonitorId(String syntheticMonitorId)
      Specifies the syntheticMonitorId property: Unique ID of this WebTest. This is typically the same value as the Name field..
      Parameters:
      syntheticMonitorId - Unique ID of this WebTest. This is typically the same value as the Name field.
      Returns:
      the next definition stage.