Interface Watcher.DefinitionStages.WithScriptRunOn

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

public static interface Watcher.DefinitionStages.WithScriptRunOn
The stage of the Watcher definition allowing to specify scriptRunOn.
  • Method Summary

    Modifier and Type
    Method
    Description
    withScriptRunOn(String scriptRunOn)
    Specifies the scriptRunOn property: Gets or sets the name of the hybrid worker group the watcher will run on..
  • Method Details

    • withScriptRunOn

      Watcher.DefinitionStages.WithCreate withScriptRunOn(String scriptRunOn)
      Specifies the scriptRunOn property: Gets or sets the name of the hybrid worker group the watcher will run on..
      Parameters:
      scriptRunOn - Gets or sets the name of the hybrid worker group the watcher will run on.
      Returns:
      the next definition stage.