chris.boulton
|
6f43fcfed8
|
Add a plugin/event/hook system
|
2011-03-27 18:42:46 +11:00 |
|
Chris Boulton
|
5f64653149
|
Change job classes to be instantiated rather than calling methods statically. This obviously makes it easier for state information to be destroyed after a job runs. This change is NOT backwards compatible and requests job classes be rewritten. Jobs also no longer receive arguments in the perform/setUp/tearDown methods but instead are passed as a $args variable to the instantiated job
|
2010-08-01 15:23:41 +10:00 |
|
Chris Boulton
|
6e6d7ad859
|
Add setUp and tearDown callbacks for jobs
|
2010-04-20 10:02:34 +10:00 |
|
Chris Boulton
|
3f04a0a971
|
Remove unnecessary call to worker->unregisterWorker in the JobTest teardown method
|
2010-04-19 15:01:47 +10:00 |
|
Chris Boulton
|
c5396f4e86
|
Change arguments for jobs to an array instead of an object. Also change other json encoded items to decode to an array rather than objects
|
2010-04-19 10:35:50 +10:00 |
|
Chris Boulton
|
cb4205d508
|
Initial commit
|
2010-04-18 23:58:43 +10:00 |
|