FOSSology
4.4.0
Open Source License Compliance by Open Source Software
|
UI plugin of scanoss Agent. More...
Public Member Functions | |
renderContent (&$vars) | |
Render HTML from template. More... | |
AgentHasResults ($uploadId=0) | |
preInstall () | |
Public Member Functions inherited from Fossology\Lib\Plugin\AgentPlugin | |
execute () | |
postInstall () | |
unInstall () | |
getName () | |
AgentAdd ($jobId, $uploadId, &$errorMsg, $dependencies=[], $arguments=null, $request=null, $unpackArgs=null) | |
__toString () | |
Private Attributes | |
$scanOssDesc = "Enables detection of both declared and undeclared open source components. SCANOSS Toolkit tracks new software versions and components in real time." | |
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 plugin of scanoss Agent.
Definition at line 32 of file agent-scanoss.php.
ScanossAgentPlugin::AgentHasResults | ( | $uploadId = 0 | ) |
int | $uploadId |
Reimplemented from Fossology\Lib\Plugin\AgentPlugin.
Definition at line 60 of file agent-scanoss.php.
ScanossAgentPlugin::preInstall | ( | ) |
Reimplemented from Fossology\Lib\Plugin\AgentPlugin.
Definition at line 69 of file agent-scanoss.php.
ScanossAgentPlugin::renderContent | ( | & | $vars | ) |
Render HTML from template.
array | $vars | Variables using in template |
Definition at line 50 of file agent-scanoss.php.