Skip to content

Commit

Permalink
Merge pull request #398 from zemian/docs-fix-master
Browse files Browse the repository at this point in the history
Docs fix master
  • Loading branch information
zemian authored Feb 27, 2019
2 parents 8d6b5bc + e59a6d4 commit e33145a
Show file tree
Hide file tree
Showing 50 changed files with 334 additions and 142 deletions.
13 changes: 13 additions & 0 deletions docs/changelog.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -67,15 +67,28 @@ quartz-2.2.3 14-Apr-2016
quartz-2.2.2 13-Oct-2015
quartz-2.2.1 26-Sep-2013
quartz-2.2.0 29-Jun-2013
quartz-2.1.7 08-Mar-2013
quartz-2.1.6 13-Aug-2012
quartz-2.1.5 27-Apr-2012
quartz-2.1.4 16-Apr-2012
quartz-2.1.3 30-Jan-2012
quartz-2.1.2 22-Dec-2011
quartz-2.1.1 14-Nov-2011
quartz-2.1.0 16-Sep-2011
quartz-2.0.2 26-May-2011
quartz-2.0.1 12-Apr-2011
quartz-2.0.0 28-Mar-2011
quartz-1.8.6 12-Jan-2012
quartz-1.8.5 12-Apr-2011
quartz-1.8.4 19-Jul-2010
quartz-1.8.3 22-Jun-2010
quartz-1.8.2 18-Jun-2010
quartz-1.8.1 11-Jun-2010
quartz-1.8.0 23-Apr-2010
quartz-1.7.3 24-Feb-2010
quartz-1.7.2 10-Feb-2010
----
Expand Down
6 changes: 3 additions & 3 deletions docs/community.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Quartz has been around for more than 15 years. As such, there is a large communi

=== Find and Give Help

* https://groups.google.com/forum/=!forum/quartz-scheduler[Quartz Users' Forum / Mail List] (via Google Groups)
* https://groups.google.com/forum/#!categories/quartz-scheduler[Quartz User Support Forum, role="external", window="_blank"] (via Google Groups)

=== Report Issues, Request Features, Get Code

Expand All @@ -16,8 +16,8 @@ Quartz has been around for more than 15 years. As such, there is a large communi

=== Participate in the Development of Quartz

* link:./contribute.adoc[How to Contribute]
* https://groups.google.com/forum/=!forum/quartz-scheduler-dev[Quartz developers' Forum / Mail List] (via Google Groups)
* <<contribute.adoc#,How to Contribute>>
* https://groups.google.com/forum/#!forum/quartz-scheduler-dev[Quartz Development Forum, role="external", window="_blank"] (via Google Groups)


== Join the Team
Expand Down
8 changes: 6 additions & 2 deletions docs/cookbook/BiDailyTrigger.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@

<div class="secNavPanel"><a href=".">Contents</a> | <a href="DailyTrigger.md">&lsaquo;&nbsp;Prev</a> | <a href="WeeklyTrigger.md">Next&nbsp;&rsaquo;</a></div>
---
title: Cookbook
visible_title: "Quartz Cookbook"
active_sub_menu_id: site_mnu_docs_cookbook
---
<div class="secNavPanel"><a href=".">Contents</a> | <a href="DailyTrigger.html">&lsaquo;&nbsp;Prev</a> | <a href="WeeklyTrigger.html">Next&nbsp;&rsaquo;</a></div>



Expand Down
10 changes: 7 additions & 3 deletions docs/cookbook/BiWeeklyTrigger.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@

<div class="secNavPanel"><a href=".">Contents</a> | <a href="WeeklyTrigger.md">&lsaquo;&nbsp;Prev</a> | <a href="MonthlyTrigger.md">Next&nbsp;&rsaquo;</a></div>
---
title: Cookbook
visible_title: "Quartz Cookbook"
active_sub_menu_id: site_mnu_docs_cookbook
---
<div class="secNavPanel"><a href=".">Contents</a> | <a href="WeeklyTrigger.html">&lsaquo;&nbsp;Prev</a> | <a href="MonthlyTrigger.html">Next&nbsp;&rsaquo;</a></div>





# How-To: Trigger That Executes Every 2 Weeks

As with a trigger meant to fire every two days, CronTrigger won't work for this schedule. For more details, see <a href="BiDailyTrigger.md">Trigger That Fires Every 2 Days</a>. We'll need to use a SimpleTrigger or CalendarIntervalTrigger:
As with a trigger meant to fire every two days, CronTrigger won't work for this schedule. For more details, see <a href="BiDailyTrigger">Trigger That Fires Every 2 Days</a>. We'll need to use a SimpleTrigger or CalendarIntervalTrigger:


### Using SimpleTrigger
Expand Down
8 changes: 6 additions & 2 deletions docs/cookbook/CreateScheduler.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@

<div class="secNavPanel"><a href=".">Contents</a> | <a href="SchedulerStandby.md">Next&nbsp;&rsaquo;</a></div>
---
title: Cookbook
visible_title: "Quartz Cookbook"
active_sub_menu_id: site_mnu_docs_cookbook
---
<div class="secNavPanel"><a href=".">Contents</a> | <a href="SchedulerStandby.html">Next&nbsp;&rsaquo;</a></div>



Expand Down
8 changes: 6 additions & 2 deletions docs/cookbook/DailyTrigger.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@

<div class="secNavPanel"><a href=".">Contents</a> | <a href="NintyMinTrigger.md">&lsaquo;&nbsp;Prev</a> | <a href="BiDailyTrigger.md">Next&nbsp;&rsaquo;</a></div>
---
title: Cookbook
visible_title: "Quartz Cookbook"
active_sub_menu_id: site_mnu_docs_cookbook
---
<div class="secNavPanel"><a href=".">Contents</a> | <a href="NintyMinTrigger.html">&lsaquo;&nbsp;Prev</a> | <a href="BiDailyTrigger.html">Next&nbsp;&rsaquo;</a></div>



Expand Down
8 changes: 6 additions & 2 deletions docs/cookbook/DefineJobWithData.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@

<div class="secNavPanel"><a href=".">Contents</a> | <a href="MultipleSchedulers.md">&lsaquo;&nbsp;Prev</a> | <a href="ScheduleJob.md">Next&nbsp;&rsaquo;</a></div>
---
title: Cookbook
visible_title: "Quartz Cookbook"
active_sub_menu_id: site_mnu_docs_cookbook
---
<div class="secNavPanel"><a href=".">Contents</a> | <a href="MultipleSchedulers.html">&lsaquo;&nbsp;Prev</a> | <a href="ScheduleJob.html">Next&nbsp;&rsaquo;</a></div>



Expand Down
8 changes: 6 additions & 2 deletions docs/cookbook/JobInitPlugin.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@

<div class="secNavPanel"><a href=".">Contents</a> | <a href="UpdateTrigger.md">&lsaquo;&nbsp;Prev</a> | <a href="ListJobs.md">Next&nbsp;&rsaquo;</a></div>
---
title: Cookbook
visible_title: "Quartz Cookbook"
active_sub_menu_id: site_mnu_docs_cookbook
---
<div class="secNavPanel"><a href=".">Contents</a> | <a href="UpdateTrigger.html">&lsaquo;&nbsp;Prev</a> | <a href="ListJobs.html">Next&nbsp;&rsaquo;</a></div>



Expand Down
8 changes: 6 additions & 2 deletions docs/cookbook/JobListeners.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@

<div class="secNavPanel"><a href=".">Contents</a> | <a href="JobTriggers.md">&lsaquo;&nbsp;Prev</a> | <a href="TriggerListeners.md">Next&nbsp;&rsaquo;</a></div>
---
title: Cookbook
visible_title: "Quartz Cookbook"
active_sub_menu_id: site_mnu_docs_cookbook
---
<div class="secNavPanel"><a href=".">Contents</a> | <a href="JobTriggers.html">&lsaquo;&nbsp;Prev</a> | <a href="TriggerListeners.html">Next&nbsp;&rsaquo;</a></div>



Expand Down
8 changes: 6 additions & 2 deletions docs/cookbook/JobTriggers.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@

<div class="secNavPanel"><a href=".">Contents</a> | <a href="ListTriggers.md">&lsaquo;&nbsp;Prev</a> | <a href="JobListeners.md">Next&nbsp;&rsaquo;</a></div>
---
title: Cookbook
visible_title: "Quartz Cookbook"
active_sub_menu_id: site_mnu_docs_cookbook
---
<div class="secNavPanel"><a href=".">Contents</a> | <a href="ListTriggers.html">&lsaquo;&nbsp;Prev</a> | <a href="JobListeners.html">Next&nbsp;&rsaquo;</a></div>



Expand Down
8 changes: 6 additions & 2 deletions docs/cookbook/ListJobs.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@

<div class="secNavPanel"><a href=".">Contents</a> | <a href="JobInitPlugin.md">&lsaquo;&nbsp;Prev</a> | <a href="ListTriggers.md">Next&nbsp;&rsaquo;</a></div>
---
title: Cookbook
visible_title: "Quartz Cookbook"
active_sub_menu_id: site_mnu_docs_cookbook
---
<div class="secNavPanel"><a href=".">Contents</a> | <a href="JobInitPlugin.html">&lsaquo;&nbsp;Prev</a> | <a href="ListTriggers.html">Next&nbsp;&rsaquo;</a></div>



Expand Down
8 changes: 6 additions & 2 deletions docs/cookbook/ListTriggers.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@

<div class="secNavPanel"><a href=".">Contents</a> | <a href="ListJobs.md">&lsaquo;&nbsp;Prev</a> | <a href="JobTriggers.md">Next&nbsp;&rsaquo;</a></div>
---
title: Cookbook
visible_title: "Quartz Cookbook"
active_sub_menu_id: site_mnu_docs_cookbook
---
<div class="secNavPanel"><a href=".">Contents</a> | <a href="ListJobs.html">&lsaquo;&nbsp;Prev</a> | <a href="JobTriggers.html">Next&nbsp;&rsaquo;</a></div>



Expand Down
8 changes: 6 additions & 2 deletions docs/cookbook/MonthlyTrigger.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@

<div class="secNavPanel"><a href=".">Contents</a> | <a href="BiWeeklyTrigger.md">&lsaquo;&nbsp;Prev</a> </div>
---
title: Cookbook
visible_title: "Quartz Cookbook"
active_sub_menu_id: site_mnu_docs_cookbook
---
<div class="secNavPanel"><a href=".">Contents</a> | <a href="BiWeeklyTrigger.html">&lsaquo;&nbsp;Prev</a> </div>



Expand Down
8 changes: 6 additions & 2 deletions docs/cookbook/MultipleSchedulers.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@

<div class="secNavPanel"><a href=".">Contents</a> | <a href="ServletInitScheduler.md">&lsaquo;&nbsp;Prev</a> | <a href="DefineJobWithData.md">Next&nbsp;&rsaquo;</a></div>
---
title: Cookbook
visible_title: "Quartz Cookbook"
active_sub_menu_id: site_mnu_docs_cookbook
---
<div class="secNavPanel"><a href=".">Contents</a> | <a href="ServletInitScheduler.html">&lsaquo;&nbsp;Prev</a> | <a href="DefineJobWithData.html">Next&nbsp;&rsaquo;</a></div>



Expand Down
8 changes: 6 additions & 2 deletions docs/cookbook/NintyMinTrigger.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@

<div class="secNavPanel"><a href=".">Contents</a> | <a href="TenSecTrigger.md">&lsaquo;&nbsp;Prev</a> | <a href="DailyTrigger.md">Next&nbsp;&rsaquo;</a></div>
---
title: Cookbook
visible_title: "Quartz Cookbook"
active_sub_menu_id: site_mnu_docs_cookbook
---
<div class="secNavPanel"><a href=".">Contents</a> | <a href="TenSecTrigger.html">&lsaquo;&nbsp;Prev</a> | <a href="DailyTrigger.html">Next&nbsp;&rsaquo;</a></div>



Expand Down
8 changes: 6 additions & 2 deletions docs/cookbook/ScheduleJob.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@

<div class="secNavPanel"><a href=".">Contents</a> | <a href="DefineJobWithData.md">&lsaquo;&nbsp;Prev</a> | <a href="UnscheduleJob.md">Next&nbsp;&rsaquo;</a></div>
---
title: Cookbook
visible_title: "Quartz Cookbook"
active_sub_menu_id: site_mnu_docs_cookbook
---
<div class="secNavPanel"><a href=".">Contents</a> | <a href="DefineJobWithData.html">&lsaquo;&nbsp;Prev</a> | <a href="UnscheduleJob.html">Next&nbsp;&rsaquo;</a></div>



Expand Down
8 changes: 6 additions & 2 deletions docs/cookbook/ScheduleStoredJob.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@

<div class="secNavPanel"><a href=".">Contents</a> | <a href="StoreJob.md">&lsaquo;&nbsp;Prev</a> | <a href="UpdateJob.md">Next&nbsp;&rsaquo;</a></div>
---
title: Cookbook
visible_title: "Quartz Cookbook"
active_sub_menu_id: site_mnu_docs_cookbook
---
<div class="secNavPanel"><a href=".">Contents</a> | <a href="StoreJob.html">&lsaquo;&nbsp;Prev</a> | <a href="UpdateJob.html">Next&nbsp;&rsaquo;</a></div>



Expand Down
8 changes: 6 additions & 2 deletions docs/cookbook/SchedulerListeners.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@

<div class="secNavPanel"><a href=".">Contents</a> | <a href="TriggerListeners.md">&lsaquo;&nbsp;Prev</a> | <a href="TenSecTrigger.md">Next&nbsp;&rsaquo;</a></div>
---
title: Cookbook
visible_title: "Quartz Cookbook"
active_sub_menu_id: site_mnu_docs_cookbook
---
<div class="secNavPanel"><a href=".">Contents</a> | <a href="TriggerListeners.html">&lsaquo;&nbsp;Prev</a> | <a href="TenSecTrigger.html">Next&nbsp;&rsaquo;</a></div>



Expand Down
8 changes: 6 additions & 2 deletions docs/cookbook/SchedulerStandby.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@

<div class="secNavPanel"><a href=".">Contents</a> | <a href="CreateScheduler.md">&lsaquo;&nbsp;Prev</a> | <a href="ShutdownScheduler.md">Next&nbsp;&rsaquo;</a></div>
---
title: Cookbook
visible_title: "Quartz Cookbook"
active_sub_menu_id: site_mnu_docs_cookbook
---
<div class="secNavPanel"><a href=".">Contents</a> | <a href="CreateScheduler.html">&lsaquo;&nbsp;Prev</a> | <a href="ShutdownScheduler.html">Next&nbsp;&rsaquo;</a></div>



Expand Down
8 changes: 6 additions & 2 deletions docs/cookbook/ServletInitScheduler.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@

<div class="secNavPanel"><a href=".">Contents</a> | <a href="ShutdownScheduler.md">&lsaquo;&nbsp;Prev</a> | <a href="MultipleSchedulers.md">Next&nbsp;&rsaquo;</a></div>
---
title: Cookbook
visible_title: "Quartz Cookbook"
active_sub_menu_id: site_mnu_docs_cookbook
---
<div class="secNavPanel"><a href=".">Contents</a> | <a href="ShutdownScheduler.html">&lsaquo;&nbsp;Prev</a> | <a href="MultipleSchedulers.html">Next&nbsp;&rsaquo;</a></div>



Expand Down
8 changes: 6 additions & 2 deletions docs/cookbook/ShutdownScheduler.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@

<div class="secNavPanel"><a href=".">Contents</a> | <a href="SchedulerStandby.md">&lsaquo;&nbsp;Prev</a> | <a href="ServletInitScheduler.md">Next&nbsp;&rsaquo;</a></div>
---
title: Cookbook
visible_title: "Quartz Cookbook"
active_sub_menu_id: site_mnu_docs_cookbook
---
<div class="secNavPanel"><a href=".">Contents</a> | <a href="SchedulerStandby.html">&lsaquo;&nbsp;Prev</a> | <a href="ServletInitScheduler.html">Next&nbsp;&rsaquo;</a></div>



Expand Down
8 changes: 6 additions & 2 deletions docs/cookbook/StoreJob.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@

<div class="secNavPanel"><a href=".">Contents</a> | <a href="UnscheduleJob.md">&lsaquo;&nbsp;Prev</a> | <a href="ScheduleStoredJob.md">Next&nbsp;&rsaquo;</a></div>
---
title: Cookbook
visible_title: "Quartz Cookbook"
active_sub_menu_id: site_mnu_docs_cookbook
---
<div class="secNavPanel"><a href=".">Contents</a> | <a href="UnscheduleJob.html">&lsaquo;&nbsp;Prev</a> | <a href="ScheduleStoredJob.html">Next&nbsp;&rsaquo;</a></div>



Expand Down
8 changes: 6 additions & 2 deletions docs/cookbook/TenSecTrigger.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@

<div class="secNavPanel"><a href=".">Contents</a> | <a href="SchedulerListeners.md">&lsaquo;&nbsp;Prev</a> | <a href="NintyMinTrigger.md">Next&nbsp;&rsaquo;</a></div>
---
title: Cookbook
visible_title: "Quartz Cookbook"
active_sub_menu_id: site_mnu_docs_cookbook
---
<div class="secNavPanel"><a href=".">Contents</a> | <a href="SchedulerListeners.html">&lsaquo;&nbsp;Prev</a> | <a href="NintyMinTrigger.html">Next&nbsp;&rsaquo;</a></div>



Expand Down
8 changes: 6 additions & 2 deletions docs/cookbook/TriggerListeners.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@

<div class="secNavPanel"><a href=".">Contents</a> | <a href="JobListeners.md">&lsaquo;&nbsp;Prev</a> | <a href="SchedulerListeners.md">Next&nbsp;&rsaquo;</a></div>
---
title: Cookbook
visible_title: "Quartz Cookbook"
active_sub_menu_id: site_mnu_docs_cookbook
---
<div class="secNavPanel"><a href=".">Contents</a> | <a href="JobListeners.html">&lsaquo;&nbsp;Prev</a> | <a href="SchedulerListeners.html">Next&nbsp;&rsaquo;</a></div>



Expand Down
8 changes: 6 additions & 2 deletions docs/cookbook/UnscheduleJob.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@

<div class="secNavPanel"><a href=".">Contents</a> | <a href="ScheduleJob.md">&lsaquo;&nbsp;Prev</a> | <a href="StoreJob.md">Next&nbsp;&rsaquo;</a></div>
---
title: Cookbook
visible_title: "Quartz Cookbook"
active_sub_menu_id: site_mnu_docs_cookbook
---
<div class="secNavPanel"><a href=".">Contents</a> | <a href="ScheduleJob.html">&lsaquo;&nbsp;Prev</a> | <a href="StoreJob.html">Next&nbsp;&rsaquo;</a></div>



Expand Down
8 changes: 6 additions & 2 deletions docs/cookbook/UpdateJob.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@

<div class="secNavPanel"><a href=".">Contents</a> | <a href="ScheduleStoredJob.md">&lsaquo;&nbsp;Prev</a> | <a href="UpdateTrigger.md">Next&nbsp;&rsaquo;</a></div>
---
title: Cookbook
visible_title: "Quartz Cookbook"
active_sub_menu_id: site_mnu_docs_cookbook
---
<div class="secNavPanel"><a href=".">Contents</a> | <a href="ScheduleStoredJob.html">&lsaquo;&nbsp;Prev</a> | <a href="UpdateTrigger.html">Next&nbsp;&rsaquo;</a></div>



Expand Down
8 changes: 6 additions & 2 deletions docs/cookbook/UpdateTrigger.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@

<div class="secNavPanel"><a href=".">Contents</a> | <a href="UpdateJob.md">&lsaquo;&nbsp;Prev</a> | <a href="JobInitPlugin.md">Next&nbsp;&rsaquo;</a></div>
---
title: Cookbook
visible_title: "Quartz Cookbook"
active_sub_menu_id: site_mnu_docs_cookbook
---
<div class="secNavPanel"><a href=".">Contents</a> | <a href="UpdateJob.html">&lsaquo;&nbsp;Prev</a> | <a href="JobInitPlugin.html">Next&nbsp;&rsaquo;</a></div>



Expand Down
8 changes: 6 additions & 2 deletions docs/cookbook/WeeklyTrigger.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@

<div class="secNavPanel"><a href=".">Contents</a> | <a href="BiDailyTrigger.md">&lsaquo;&nbsp;Prev</a> | <a href="BiWeeklyTrigger.md">Next&nbsp;&rsaquo;</a></div>
---
title: Cookbook
visible_title: "Quartz Cookbook"
active_sub_menu_id: site_mnu_docs_cookbook
---
<div class="secNavPanel"><a href=".">Contents</a> | <a href="BiDailyTrigger.html">&lsaquo;&nbsp;Prev</a> | <a href="BiWeeklyTrigger.html">Next&nbsp;&rsaquo;</a></div>



Expand Down
3 changes: 3 additions & 0 deletions docs/cookbook/index.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
= Quartz Job Scheduler Cookbook
:title: Cookbook
:visible_title: "Quartz Cookbook"
:active_sub_menu_id: site_mnu_docs_cookbook

The Quartz cookbook is a collection of succinct code examples of doing specific things with Quartz.

Expand Down
Loading

0 comments on commit e33145a

Please sign in to comment.