![]() |
FOSSology
3.2.0rc1
Open Source License Compliance by Open Source Software
|
UI plugin for DeciderAgent. More...


Public Member Functions | |
| renderContent (&$vars) | |
| Render HTML from template. More... | |
| renderFoot (&$vars) | |
| Render footer HTML. More... | |
| scheduleAgent ($jobId, $uploadId, &$errorMsg, $request) | |
| Schedule decider agent. More... | |
| preInstall () | |
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 () | |
Public Attributes | |
| const | RULES_FLAG = "-r" |
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 | |
| addScannerDependencies (&$dependencies, Request $request) | |
| Add dependencies on DeciderAgent. More... | |
Protected Member Functions inherited from Fossology\Lib\Plugin\AgentPlugin | |
| doAgentAdd ($jobId, $uploadId, &$errorMsg, $dependencies, $jqargs="", $jq_cmd_args=null) | |
| implicitAgentAdd ($jobId, $uploadId, &$errorMsg, $dependency) | |
UI plugin for DeciderAgent.
Definition at line 28 of file DeciderAgentPlugin.php.
|
protected |
Add dependencies on DeciderAgent.
| array | $dependencies | |
| Request | $request |
Definition at line 133 of file DeciderAgentPlugin.php.
| DeciderAgentPlugin::preInstall | ( | ) |
Implements Fossology\Lib\Plugin\Plugin.
Definition at line 154 of file DeciderAgentPlugin.php.
| DeciderAgentPlugin::renderContent | ( | & | $vars | ) |
Render HTML from template.
| array | $vars | Variables using in template |
Definition at line 47 of file DeciderAgentPlugin.php.
| DeciderAgentPlugin::renderFoot | ( | & | $vars | ) |
Render footer HTML.
| array | $vars | Variables using in template |
Definition at line 62 of file DeciderAgentPlugin.php.
| DeciderAgentPlugin::scheduleAgent | ( | $jobId, | |
| $uploadId, | |||
| & | $errorMsg, | ||
| $request | |||
| ) |
Schedule decider agent.
| int | $jobId | |
| int | $uploadId | |
| string | $errorMsg | |
| Request | $request | Session request |
Definition at line 75 of file DeciderAgentPlugin.php.