FOSSology
4.4.0
Open Source License Compliance by Open Source Software
|
Public Member Functions | |
__construct (TestPgDb $testDb) | |
run ($uploadId, $userId=2, $groupId=2, $jobId=1, $args="") | |
Get the arguments required by agent to run and try to run the agent. More... | |
Private Attributes | |
$testDb | |
Definition at line 19 of file SchedulerTestRunnerCli.php.
Fossology\Decider\Test\SchedulerTestRunnerCli::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 |
Implements Fossology\Decider\Test\SchedulerTestRunner.
Definition at line 33 of file SchedulerTestRunnerCli.php.