![]() |
FOSSology
3.2.0rc1
Open Source License Compliance by Open Source Software
|


Public Member Functions | |
| preInstall () | |
| AgentHasResults ($uploadId=0) | |
| AgentAdd ($jobId, $uploadId, &$errorMsg, $dependencies=array(), $arguments=null) | |
Public Member Functions inherited from Fossology\Lib\Plugin\AgentPlugin | |
| execute () | |
| postInstall () | |
| preInstall () | |
| unInstall () | |
| getName () | |
| AgentHasResults ($uploadId=0) | |
| AgentAdd ($jobId, $uploadId, &$errorMsg, $dependencies=array(), $arguments=null) | |
| __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) | |
| implicitAgentAdd ($jobId, $uploadId, &$errorMsg, $dependency) | |
Definition at line 25 of file agent-bucket.php.
| BucketAgentPlugin::AgentAdd | ( | $jobId, | |
| $uploadId, | |||
| & | $errorMsg, | ||
$dependencies = array(), |
|||
$arguments = 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) |
Definition at line 106 of file agent-bucket.php.
| BucketAgentPlugin::AgentHasResults | ( | $uploadId = 0 | ) |
| int | $uploadId |
Definition at line 70 of file agent-bucket.php.
| BucketAgentPlugin::preInstall | ( | ) |
Register the plugin to UI
Implements Fossology\Lib\Plugin\Plugin.
Definition at line 57 of file agent-bucket.php.