![]() |
FOSSology
4.6.0-rc1
Open Source License Compliance by Open Source Software
|
Namespace for decider agent. More...
Namespaces | |
| Test | |
Classes | |
| class | BulkReuser |
| Prepares bulk licenses for an upload and run DeciderJob on it. More... | |
| class | DeciderAgent |
| Agent to decide license findings in an upload. More... | |
| class | DeciderAgentTest |
Functions | |
| plugin_find ($x) | |
| Mock function to get decider plugin required by BulkReuser. More... | |
| IsAlreadyScheduled ($jobId, $agentName, $uploadId) | |
| Mock function to depict scheduler working. More... | |
Variables | |
| $agent = new DeciderAgent(LicenseMap::CONCLUSION) | |
| $deciderPlugin = M::mock() | |
| $GLOBALS ['xyyzzzDeciderJob'] = $deciderPlugin | |
| global | $container |
Namespace for decider agent.
| Fossology\Decider\IsAlreadyScheduled | ( | $jobId, | |
| $agentName, | |||
| $uploadId | |||
| ) |
Mock function to depict scheduler working.
| int | $jobId | |
| string | $agentName | |
| int | $uploadId |
Definition at line 42 of file HelperPluginMock.php.
| Fossology\Decider\plugin_find | ( | $x | ) |
Mock function to get decider plugin required by BulkReuser.
| string | $x |
Definition at line 31 of file HelperPluginMock.php.
| Mockery::MockInterface Fossology::Decider::$deciderPlugin = M::mock() |
Mock object for decider plugin
Definition at line 19 of file HelperPluginMock.php.
| array Fossology::Decider::$GLOBALS = $deciderPlugin |
Create mock plugin array for decider plugin
Definition at line 25 of file HelperPluginMock.php.