I would like to know if it is possible to schedule a Job-Instance instead of a Job class. I'm creating my own Job Instances and don't have the possibility to use the Job.class directly.
So something like schedule(Job job, Trigger trigger) would be great?