Skip to content

Commit

Permalink
Readme markup fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
nebolsin committed Feb 27, 2010
1 parent 57bd14c commit 20c4813
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions README.rdoc
Expand Up @@ -30,12 +30,10 @@ The above example will call the 'execute' method every second.

=== Scheduling configuration syntax

Currently plugin supports three types of [triggers|http://www.opensymphony.com/quartz/wikidocs/TutorialLesson2.html]:
* simple trigger — executes once per defined interval (ex. "every 10 seconds");
* cron trigger — executes job with cron expression (ex. "At 8:00am every Monday through Friday",
see the {API docs}[http://www.opensymphony.com/quartz/api/org/quartz/CronTrigger.html] for the CronTrigger
class in Quartz for more info on cron expressions);
* custom trigeer — your implementation of {Trigger}[http://www.opensymphony.com/quartz/api/org/quartz/Trigger.html] interface.
Currently plugin supports three types of {triggers}[http://www.opensymphony.com/quartz/wikidocs/TutorialLesson2.html]:
* <b>simple trigger</b> — executes once per defined interval (ex. "every 10 seconds");
* <b>cron trigger</b> — executes job with cron expression (ex. "at 8:00am every Monday through Friday");
* <b>custom trigeer</b> — your implementation of {Trigger}[http://www.opensymphony.com/quartz/api/org/quartz/Trigger.html] interface.

Multiple triggers per job are allowed.

Expand Down

0 comments on commit 20c4813

Please sign in to comment.