Interface Watcher.DefinitionStages.WithScriptName

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

public static interface Watcher.DefinitionStages.WithScriptName
The stage of the Watcher definition allowing to specify scriptName.
  • Method Details

    • withScriptName

      Watcher.DefinitionStages.WithCreate withScriptName(String scriptName)
      Specifies the scriptName property: Gets or sets the name of the script the watcher is attached to, i.e. the name of an existing runbook..
      Parameters:
      scriptName - Gets or sets the name of the script the watcher is attached to, i.e. the name of an existing runbook.
      Returns:
      the next definition stage.