Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
API not matching documentation #49
Comments
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment Hide comment
dhm116
commented
Jul 20, 2012
I second this request |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment Hide comment
chrisfraser
Feb 13, 2013
I third it. If you need a tutorial however, look at the examples in the Quartz.Examples.2010 project included with the source.
chrisfraser
commented
Feb 13, 2013
I third it. If you need a tutorial however, look at the examples in the Quartz.Examples.2010 project included with the source. |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment Hide comment
mika76
May 23, 2013
Both the following method are missing too:
TriggerUtils.MakeHourlyTrigger()
TriggerUtils.GetEvenHourDate()
Not very professional if you ask me...
mika76
commented
May 23, 2013
Both the following method are missing too: Not very professional if you ask me... |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment Hide comment
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment Hide comment
lahma
Jan 7, 2014
Owner
I'm pleased to announce that Quartz.NET's web site has been
successfully migrated to GitHub Pages. It should be now easier for
community contribute fixes and enhancements.
The tutorial is (finally) updated to include 2.x changes:
http://www.quartz-scheduler.net/documentation/quartz-2.x/tutorial/index.html
Site is written in Markdown and can be updated with pull requests via GitHub:
https://github.com/quartznet/quartznet/tree/gh-pages
I've created redirects from old site quartznet.sourceforge.net and
hopefully there should not be any dead links. Please give feedback on
any issues you find!
I'm still in the process of updating documentation. Next step will be
converting Java Quartz's cookbook and configuration reference.
I'm pleased to announce that Quartz.NET's web site has been The tutorial is (finally) updated to include 2.x changes: http://www.quartz-scheduler.net/documentation/quartz-2.x/tutorial/index.html Site is written in Markdown and can be updated with pull requests via GitHub: https://github.com/quartznet/quartznet/tree/gh-pages I've created redirects from old site quartznet.sourceforge.net and I'm still in the process of updating documentation. Next step will be |
lahma
closed this
Jan 7, 2014
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment Hide comment
kjellski
commented
Jan 7, 2014
Very good Job! Thanks a lot! |
snebjorn commentedJun 26, 2012
Hi, I'm new to Quartz. It came highly recommend from around the web so I thought I'd give it a go.
But as a newcomer to this API I find it hard to use the fine tutorials on the main site (http://quartznet.sourceforge.net/tutorial/) because they don't work.
I'm a bit puzzled as to why the refactor of JobDetail to JobDetailImpl was done. I wasn't in the slightest in doubt that JobDetail was the concrete implementation of IJobDetail. As goes for all the others.
Also there seem to be missing functions in the TriggerUtils class.
I only have:
But the tutorial uses stuff like:
Trigger trigger = TriggerUtils.MakeHourlyTrigger();
To make things worse Trigger doesn't even exists nor does TriggerImpl.
Please make this user friendly, again - it would seem :(