FOSSology
4.4.0
Open Source License Compliance by Open Source Software
|
Scheduler run interface. More...
Public Member Functions | |
run ($uploadId, $userId=2, $groupId=2, $jobId=1, $args="") | |
Function to run agent from scheduler. More... | |
Scheduler run interface.
Definition at line 14 of file SchedulerTestRunner.php.
Fossology\Ojo\Test\SchedulerTestRunner::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 |
Implemented in Fossology\Ojo\Test\SchedulerTestRunnerScheduler.