Merge pull request #11711 from nextcloud/feature/backgroundjobs_ocp
Add proper backgroundjobs to OCP
No related branches found
No related tags found
Showing
- lib/composer/composer/autoload_classmap.php 3 additions, 0 deletionslib/composer/composer/autoload_classmap.php
- lib/composer/composer/autoload_static.php 3 additions, 0 deletionslib/composer/composer/autoload_static.php
- lib/public/BackgroundJob/Job.php 143 additions, 0 deletionslib/public/BackgroundJob/Job.php
- lib/public/BackgroundJob/QueuedJob.php 48 additions, 0 deletionslib/public/BackgroundJob/QueuedJob.php
- lib/public/BackgroundJob/TimedJob.php 62 additions, 0 deletionslib/public/BackgroundJob/TimedJob.php
- tests/lib/BackgroundJob/QueuedJobTest.php 29 additions, 23 deletionstests/lib/BackgroundJob/QueuedJobTest.php
- tests/lib/BackgroundJob/TimedJobTest.php 79 additions, 34 deletionstests/lib/BackgroundJob/TimedJobTest.php
Loading
Please register or sign in to comment