]> source.dussan.org Git - nextcloud-server.git/commit
Deprecate our old, internal background job base classes 31317/head
authorChristoph Wurst <christoph@winzerhof-wurst.at>
Tue, 22 Feb 2022 10:31:54 +0000 (11:31 +0100)
committerChristoph Wurst <christoph@winzerhof-wurst.at>
Tue, 22 Feb 2022 10:31:54 +0000 (11:31 +0100)
commitef4c18a266804d13f8e8bd0efe26cda17e3d99af
treebe85ed6017443f4683024bbba5ee146498b62ce0
parenta6bc871c96d071ef54d9fd3b547df606fa9d19ca
Deprecate our old, internal background job base classes

The OCP ones should be used instead. This makes it more visible in our
IDEs that the base class of background job should be replaced.

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
lib/private/BackgroundJob/Job.php
lib/private/BackgroundJob/Legacy/QueuedJob.php
lib/private/BackgroundJob/Legacy/RegularJob.php
lib/private/BackgroundJob/QueuedJob.php
lib/private/BackgroundJob/TimedJob.php