Added a simple JobSpecification class for pushing jobs
authorAaron Schulz <aschulz@wikimedia.org>
Mon, 27 Jan 2014 21:28:47 +0000 (13:28 -0800)
committerAaron Schulz <aschulz@wikimedia.org>
Tue, 28 Jan 2014 18:35:48 +0000 (10:35 -0800)
commite049bcb87f157d9157c5f1f4034de57f8a4ba44c
tree6b76dc63d6a5d33929827f993ebc76115e56d38d
parent5c018a186b2958e14ed62178802a77b6a40e6b14
Added a simple JobSpecification class for pushing jobs

* Both this and the full Job class can be used to push jobs

bug: 60403
Change-Id: I7e78321b5919e48fd8228580ddde7c90a6e4024e
includes/AutoLoader.php
includes/job/Job.php
includes/job/JobQueueDB.php
includes/job/JobQueueGroup.php
includes/job/JobQueueRedis.php
includes/job/JobSpecification.php [new file with mode: 0644]