FOSSology  4.4.0
Open Source License Compliance by Open Source Software
SchedulerTestRunner.php
1 <?php
2 /*
3  SPDX-FileCopyrightText: © 2014 Siemens AG
4 
5  SPDX-License-Identifier: GPL-2.0-only
6 */
7 
9 
15 {
25  public function run($uploadId, $userId = 2, $groupId = 2, $jobId = 1, $args = "");
26 }
Interface for scheduler. Called by test case.
run($uploadId, $userId=2, $groupId=2, $jobId=1, $args="")
Setup and run agent based on inputs.
Namespace for decider job test cases.