FOSSology
4.4.0
Open Source License Compliance by Open Source Software
|
Handles scheduler interaction. More...
Public Member Functions | |
__construct (TestPgDb $testDb) | |
run ($uploadId, $userId=2, $groupId=2, $jobId=1, $args="") | |
Function to run agent from scheduler. More... | |
Private Attributes | |
$testDb | |
Handles scheduler interaction.
Definition at line 19 of file SchedulerTestRunnerScheduler.php.
Fossology\Ojo\Test\SchedulerTestRunnerScheduler::run | ( | $uploadId, | |
$userId = 2 , |
|||
$groupId = 2 , |
|||
$jobId = 1 , |
|||
$args = "" |
|||
) |
Function to run agent from scheduler.
int | $uploadId | Upload id to run agent on |
int | $userId | User id to use |
int | $groupId | Group id to use |
int | $jobId | Job id to run |
string | $args | Arguments for scheduler |
Implements Fossology\Ojo\Test\SchedulerTestRunner.
Definition at line 31 of file SchedulerTestRunnerScheduler.php.
|
private |
Test DB
Definition at line 24 of file SchedulerTestRunnerScheduler.php.