feat(developer): document removal of IJob::execute

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
This commit is contained in:
Ferdinand Thiessen
2025-09-10 12:02:46 +02:00
parent 3381bf9ea1
commit b0dfe5ecef

View File

@@ -52,4 +52,5 @@ Deprecated APIs
Removed APIs
^^^^^^^^^^^^
- TBD
- The ``\OCP\BackgroundJob\IJob::execute`` method was deprecated since Nextcloud 25 and was now removed.
Instead use the ``IJob::start`` method, available since Nextcloud 25.