Interface Job.UpdateStages.WithPriority

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

public static interface Job.UpdateStages.WithPriority
The stage of the Job update allowing to specify priority.
  • Method Summary

    Modifier and Type
    Method
    Description
    Specifies the priority property: Priority with which the job should be processed.
  • Method Details

    • withPriority

      Job.Update withPriority(Priority priority)
      Specifies the priority property: Priority with which the job should be processed. Higher priority jobs are processed before lower priority jobs. If not set, the default is normal..
      Parameters:
      priority - Priority with which the job should be processed. Higher priority jobs are processed before lower priority jobs. If not set, the default is normal.
      Returns:
      the next definition stage.