I want to dynamically add triggers to a job, but can\'t find any helpful methods off of Scheduler
I though i would just be able to call the scheduleJob method an repetit
You can call scheduleJob repeatedly. Just make sure that you give each Trigger a unique name/group.
See TriggerBuilder.withIdentity: http://www.quartz-scheduler.org/docs/api/2.0.0/index.html