Interface Job.DefinitionStages.WithRunOn

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

public static interface Job.DefinitionStages.WithRunOn
The stage of the Job definition allowing to specify runOn.
  • Method Summary

    Modifier and Type
    Method
    Description
    Specifies the runOn property: Gets or sets the runOn which specifies the group name where the job is to be executed..
  • Method Details

    • withRunOn

      Specifies the runOn property: Gets or sets the runOn which specifies the group name where the job is to be executed..
      Parameters:
      runOn - Gets or sets the runOn which specifies the group name where the job is to be executed.
      Returns:
      the next definition stage.