Interface WebTest.DefinitionStages.WithEnabled
- All Known Subinterfaces:
WebTest.Definition,WebTest.DefinitionStages.WithCreate
- Enclosing interface:
- WebTest.DefinitionStages
public static interface WebTest.DefinitionStages.WithEnabled
The stage of the WebTest definition allowing to specify enabled.
-
Method Summary
Modifier and TypeMethodDescriptionwithEnabled(Boolean enabled) Specifies the enabled property: Is the test actively being monitored..
-
Method Details
-
withEnabled
Specifies the enabled property: Is the test actively being monitored..- Parameters:
enabled- Is the test actively being monitored.- Returns:
- the next definition stage.
-