FOSSology
4.4.0
Open Source License Compliance by Open Source Software
|
Interface for scheduler. Called by test case. More...
Public Member Functions | |
run ($uploadId, $userId=2, $groupId=2, $jobId=1, $args="") | |
Setup and run agent based on inputs. More... | |
Interface for scheduler. Called by test case.
Definition at line 14 of file SchedulerTestRunner.php.
Fossology\DeciderJob\Test\SchedulerTestRunner::run | ( | $uploadId, | |
$userId = 2 , |
|||
$groupId = 2 , |
|||
$jobId = 1 , |
|||
$args = "" |
|||
) |
Setup and run agent based on inputs.
int | $uploadId | |
int | $userId | |
int | $groupId | |
int | $jobId | |
string | $args |
Implemented in Fossology\DeciderJob\Test\SchedulerTestRunnerMock, and Fossology\DeciderJob\Test\SchedulerTestRunnerCli.