Interface Webhook.UpdateStages.WithRunOn

All Known Subinterfaces:
Webhook.Update
Enclosing interface:
Webhook.UpdateStages

public static interface Webhook.UpdateStages.WithRunOn
The stage of the Webhook update allowing to specify runOn.
  • Method Summary

    Modifier and Type
    Method
    Description
    Specifies the runOn property: Gets or sets the name of the hybrid worker group the webhook job will run on..
  • Method Details

    • withRunOn

      Webhook.Update withRunOn(String runOn)
      Specifies the runOn property: Gets or sets the name of the hybrid worker group the webhook job will run on..
      Parameters:
      runOn - Gets or sets the name of the hybrid worker group the webhook job will run on.
      Returns:
      the next definition stage.