Merge pull request #13645 from nextcloud/feat/document-ijob-execute-removal

feat(developer): document removal of `IJob::execute`
This commit is contained in:
Ferdinand Thiessen
2025-09-12 01:12:12 +02:00
committed by GitHub

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.