- withCronExpression(String) - Method in class org.codehaus.griffon.runtime.quartz.JobSchedulerBuilder
-
Sets the cron expression to base the schedule on.
- withJobGroup(String) - Method in class org.codehaus.griffon.runtime.quartz.JobSchedulerBuilder
-
Sets the Job
group.
- withJobName(String) - Method in class org.codehaus.griffon.runtime.quartz.JobSchedulerBuilder
-
Sets the Job
name, must be unique within the group.
- withPriority(int) - Method in class org.codehaus.griffon.runtime.quartz.JobSchedulerBuilder
-
Sets the Trigger
's priority.
- withRequestRecovery(boolean) - Method in class org.codehaus.griffon.runtime.quartz.JobSchedulerBuilder
-
Instructs the Scheduler
whether or not the Job
should
be re-executed if a recovery
or fail-over
situation is
encountered.
- withStoreDurably(boolean) - Method in class org.codehaus.griffon.runtime.quartz.JobSchedulerBuilder
-
Whether or not the Job
should remain stored after it is
orphaned (no Trigger
s point to it).
- withTimeZone(TimeZone) - Method in class org.codehaus.griffon.runtime.quartz.JobSchedulerBuilder
-
Sets the time zone for which the cronExpression
of this
CronTrigger
will be resolved.
- withTrigger(Trigger) - Method in class org.codehaus.griffon.runtime.quartz.JobSchedulerBuilder
-
Sets the Trigger
that will be used to schedule
the Job
.
- withTriggerGroup(String) - Method in class org.codehaus.griffon.runtime.quartz.JobSchedulerBuilder
-
Sets the Trigger
group.
- withTriggerName(String) - Method in class org.codehaus.griffon.runtime.quartz.JobSchedulerBuilder
-
Sets the Trigger
name, must be unique within the group.