Uses of Interface
org.apache.sling.event.jobs.JobBuilder.ScheduleBuilder
Packages that use JobBuilder.ScheduleBuilder
-
Uses of JobBuilder.ScheduleBuilder in org.apache.sling.event.jobs
Methods in org.apache.sling.event.jobs that return JobBuilder.ScheduleBuilderModifier and TypeMethodDescriptionSchedule the job for a specific date.Schedule the job for according to the cron expression.JobBuilder.ScheduleBuilder.daily(int hour, int minute) Schedule the job daily at the given time.JobBuilder.ScheduleBuilder.hourly(int minute) Schedule the job hourly at the given minute.JobBuilder.ScheduleBuilder.monthly(int day, int hour, int minute) Schedule the job monthly, the time needs to be specified in addition.ScheduledJobInfo.reschedule()Reschedule this job with a new rescheduling information.JobBuilder.schedule()Schedule the jobJobBuilder.ScheduleBuilder.suspend()Suspend this scheduling by default.JobBuilder.ScheduleBuilder.weekly(int day, int hour, int minute) Schedule the job weekly, the time needs to be specified in addition.JobBuilder.ScheduleBuilder.yearly(int month, int day, int hour, int minute) Schedule the job yearly, the time needs to be specified in addition.