@@ -241,8 +241,11 @@ class ComposerStaticInit749170dad3f5e7f9ca158f5a9f04f6a2
241241 'OCP \\AutoloadNotAllowedException ' => __DIR__ . '/../../.. ' . '/lib/public/AutoloadNotAllowedException.php ' ,
242242 'OCP \\BackgroundJob \\IJob ' => __DIR__ . '/../../.. ' . '/lib/public/BackgroundJob/IJob.php ' ,
243243 'OCP \\BackgroundJob \\IJobList ' => __DIR__ . '/../../.. ' . '/lib/public/BackgroundJob/IJobList.php ' ,
244+ 'OCP \\BackgroundJob \\IJobRuns ' => __DIR__ . '/../../.. ' . '/lib/public/BackgroundJob/IJobRuns.php ' ,
244245 'OCP \\BackgroundJob \\IParallelAwareJob ' => __DIR__ . '/../../.. ' . '/lib/public/BackgroundJob/IParallelAwareJob.php ' ,
245246 'OCP \\BackgroundJob \\Job ' => __DIR__ . '/../../.. ' . '/lib/public/BackgroundJob/Job.php ' ,
247+ 'OCP \\BackgroundJob \\JobRun ' => __DIR__ . '/../../.. ' . '/lib/public/BackgroundJob/JobRun.php ' ,
248+ 'OCP \\BackgroundJob \\JobStatus ' => __DIR__ . '/../../.. ' . '/lib/public/BackgroundJob/JobStatus.php ' ,
246249 'OCP \\BackgroundJob \\QueuedJob ' => __DIR__ . '/../../.. ' . '/lib/public/BackgroundJob/QueuedJob.php ' ,
247250 'OCP \\BackgroundJob \\TimedJob ' => __DIR__ . '/../../.. ' . '/lib/public/BackgroundJob/TimedJob.php ' ,
248251 'OCP \\BeforeSabrePubliclyLoadedEvent ' => __DIR__ . '/../../.. ' . '/lib/public/BeforeSabrePubliclyLoadedEvent.php ' ,
@@ -1291,7 +1294,9 @@ class ComposerStaticInit749170dad3f5e7f9ca158f5a9f04f6a2
12911294 'OC \\Avatar \\GuestAvatar ' => __DIR__ . '/../../.. ' . '/lib/private/Avatar/GuestAvatar.php ' ,
12921295 'OC \\Avatar \\PlaceholderAvatar ' => __DIR__ . '/../../.. ' . '/lib/private/Avatar/PlaceholderAvatar.php ' ,
12931296 'OC \\Avatar \\UserAvatar ' => __DIR__ . '/../../.. ' . '/lib/private/Avatar/UserAvatar.php ' ,
1297+ 'OC \\BackgroundJob \\JobClassesRegistry ' => __DIR__ . '/../../.. ' . '/lib/private/BackgroundJob/JobClassesRegistry.php ' ,
12941298 'OC \\BackgroundJob \\JobList ' => __DIR__ . '/../../.. ' . '/lib/private/BackgroundJob/JobList.php ' ,
1299+ 'OC \\BackgroundJob \\JobRuns ' => __DIR__ . '/../../.. ' . '/lib/private/BackgroundJob/JobRuns.php ' ,
12951300 'OC \\BinaryFinder ' => __DIR__ . '/../../.. ' . '/lib/private/BinaryFinder.php ' ,
12961301 'OC \\Blurhash \\Listener \\GenerateBlurhashMetadata ' => __DIR__ . '/../../.. ' . '/lib/private/Blurhash/Listener/GenerateBlurhashMetadata.php ' ,
12971302 'OC \\Broadcast \\Events \\BroadcastEvent ' => __DIR__ . '/../../.. ' . '/lib/private/Broadcast/Events/BroadcastEvent.php ' ,
@@ -1374,6 +1379,7 @@ class ComposerStaticInit749170dad3f5e7f9ca158f5a9f04f6a2
13741379 'OC \\Core \\Command \\Background \\JobWorker ' => __DIR__ . '/../../.. ' . '/core/Command/Background/JobWorker.php ' ,
13751380 'OC \\Core \\Command \\Background \\ListCommand ' => __DIR__ . '/../../.. ' . '/core/Command/Background/ListCommand.php ' ,
13761381 'OC \\Core \\Command \\Background \\Mode ' => __DIR__ . '/../../.. ' . '/core/Command/Background/Mode.php ' ,
1382+ 'OC \\Core \\Command \\Background \\RunningJobs ' => __DIR__ . '/../../.. ' . '/core/Command/Background/RunningJobs.php ' ,
13771383 'OC \\Core \\Command \\Base ' => __DIR__ . '/../../.. ' . '/core/Command/Base.php ' ,
13781384 'OC \\Core \\Command \\Broadcast \\Test ' => __DIR__ . '/../../.. ' . '/core/Command/Broadcast/Test.php ' ,
13791385 'OC \\Core \\Command \\Check ' => __DIR__ . '/../../.. ' . '/core/Command/Check.php ' ,
@@ -1648,6 +1654,8 @@ class ComposerStaticInit749170dad3f5e7f9ca158f5a9f04f6a2
16481654 'OC \\Core \\Migrations \\Version33000Date20260126120000 ' => __DIR__ . '/../../.. ' . '/core/Migrations/Version33000Date20260126120000.php ' ,
16491655 'OC \\Core \\Migrations \\Version34000Date20260318095645 ' => __DIR__ . '/../../.. ' . '/core/Migrations/Version34000Date20260318095645.php ' ,
16501656 'OC \\Core \\Migrations \\Version34000Date20260415161745 ' => __DIR__ . '/../../.. ' . '/core/Migrations/Version34000Date20260415161745.php ' ,
1657+ 'OC \\Core \\Migrations \\Version34000Date20260518163022 ' => __DIR__ . '/../../.. ' . '/core/Migrations/Version34000Date20260518163022.php ' ,
1658+ 'OC \\Core \\Migrations \\Version34000Date20260521110333 ' => __DIR__ . '/../../.. ' . '/core/Migrations/Version34000Date20260521110333.php ' ,
16511659 'OC \\Core \\Notification \\CoreNotifier ' => __DIR__ . '/../../.. ' . '/core/Notification/CoreNotifier.php ' ,
16521660 'OC \\Core \\ResponseDefinitions ' => __DIR__ . '/../../.. ' . '/core/ResponseDefinitions.php ' ,
16531661 'OC \\Core \\Service \\CronService ' => __DIR__ . '/../../.. ' . '/core/Service/CronService.php ' ,
0 commit comments