FOSSology
4.4.0
Open Source License Compliance by Open Source Software
|
Public Member Functions | |
preInstall () | |
AgentAdd ($jobId, $uploadId, &$errorMsg, $dependencies=[], $arguments=null, $request=null, $unpackArgs=null) | |
Public Member Functions inherited from Fossology\Lib\Plugin\AgentPlugin | |
execute () | |
postInstall () | |
unInstall () | |
getName () | |
AgentHasResults ($uploadId=0) | |
__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) | |
Definition at line 11 of file agent-monk-bulk.php.
MonkBulkAgentPlugin::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 27 of file agent-monk-bulk.php.