![]() |
FOSSology
4.5.1
Open Source License Compliance by Open Source Software
|
UI for ununpack agent to schedule a job. More...


Public Member Functions | |
| AgentHasResults ($uploadId=0) | |
| AgentAdd ($jobId, $uploadId, &$errorMsg, $dependencies=[], $arguments=null, $request=null, $unpackArgs=null) | |
Public Member Functions inherited from Fossology\Lib\Plugin\AgentPlugin | |
| execute () | |
| postInstall () | |
| preInstall () | |
| unInstall () | |
| getName () | |
| __toString () | |
Additional Inherited Members | |
Public Attributes inherited from Fossology\Lib\Plugin\AgentPlugin | |
| const | PRE_JOB_QUEUE = 'preJq' |
| $AgentName | |
| $Name = "agent_abstract" | |
| $Dependency = array() | |
| $Title = 'how to show checkbox' | |
| $PluginLevel = 10 | |
| $State = PLUGIN_STATE_READY | |
| $DBaccess = PLUGIN_DB_WRITE | |
Protected Member Functions inherited from Fossology\Lib\Plugin\AgentPlugin | |
| doAgentAdd ($jobId, $uploadId, &$errorMsg, $dependencies, $jqargs="", $jq_cmd_args=null, $request=null) | |
| implicitAgentAdd ($jobId, $uploadId, &$errorMsg, $dependency, $request) | |
UI for ununpack agent to schedule a job.
Definition at line 21 of file agent-unpack.php.
| UnpackAgentPlugin::AgentAdd | ( | $jobId, | |
| $uploadId, | |||
| & | $errorMsg, | ||
$dependencies = [], |
|||
$arguments = null, |
|||
$request = null, |
|||
$unpackArgs = null |
|||
| ) |
| int | $jobId | |
| int | $uploadId | |
| string | $errorMsg | - error message on failure |
| array | $dependencies | - array of plugin names representing dependencies. |
| mixed | $arguments | (ignored if not a string) |
| Request | null | $request | Symfony request |
| string | $unpackArgs | Ununpack args from adj2nest |
Reimplemented from Fossology\Lib\Plugin\AgentPlugin.
Definition at line 44 of file agent-unpack.php.
| UnpackAgentPlugin::AgentHasResults | ( | $uploadId = 0 | ) |
| int | $uploadId |
Reimplemented from Fossology\Lib\Plugin\AgentPlugin.
Definition at line 35 of file agent-unpack.php.