-
Create a schedule options to fire a job once at a specific date.
Scheduler.AT(Date date,
int times,
long period)
Create a schedule options to fire a job period starting at a specific date.
Flag indicating whether the job can be run concurrently.
Add optional configuration for the job.
Create a schedule options to schedule the job based on the expression.
Sets the name of the job.
Create a schedule options to fire a job immediately and only once.
Scheduler.NOW(int times,
long period)
Create a schedule options to fire a job immediately more than once.
List of Sling IDs this job should be run on.
Flag indicating whether the job should only be run on the leader.
Flag indicating whether the job should only be run on a single instance in a cluster
This defaults to false.
Define the thread pool to be used.
boolean
Schedule a job based on the options.