jux
jux

Reputation: 79

How to setup quartz to trigger job with a schedule for each day of week?

I would like to know if is possible create a setup to fire a same job with diferent dates.

for instance, Sunday the time to fire a job is 13:00, Monday is 14:00 ... Saturday: 19:00

Can I create a list of triggers? If yes, How can I set this list on Scheduler object?

Upvotes: 1

Views: 427

Answers (1)

jux
jux

Reputation: 79

I found what I was looking for here

Quartz 2.0 allows create a trigger list and link with a single job.

Upvotes: 1

Related Questions