![]() |
FOSSology
3.2.0rc1
Open Source License Compliance by Open Source Software
|
Create dummy run interface. More...


Public Member Functions | |
| run ($uploadId, $userId=2, $groupId=2, $jobId=1, $args="") | |
| Get the arguments required by agent to run and try to run the agent. More... | |
Create dummy run interface.
Definition at line 25 of file SchedulerTestRunner.php.
| Fossology\Decider\Test\SchedulerTestRunner::run | ( | $uploadId, | |
$userId = 2, |
|||
$groupId = 2, |
|||
$jobId = 1, |
|||
$args = "" |
|||
| ) |
Get the arguments required by agent to run and try to run the agent.
| int | $uploadId | Upload id agent should work on |
| int | $userId | User who run the agent |
| int | $groupId | Group who run the agent |
| int | $jobId | Job id agent should work on |
| string | $args | Additional arguments to the agent |
Implemented in Fossology\Decider\Test\SchedulerTestRunnerMock, and Fossology\Decider\Test\SchedulerTestRunnerCli.