Agent plugin for Readme_OSS agent.
More...
|
|
const | NAME = 'ui_readmeoss' |
| | Mod name for the plugin.
|
| |
|
const | PERMISSION = "permission" |
| |
|
const | REQUIRES_LOGIN = "requiresLogin" |
| |
|
const | ENABLE_MENU = "ENABLE_MENU" |
| |
|
const | LEVEL = "level" |
| |
|
const | DEPENDENCIES = "dependencies" |
| |
|
const | INIT_ORDER = "initOrder" |
| |
|
const | MENU_LIST = "menuList" |
| |
|
const | MENU_ORDER = "menuOrder" |
| |
|
const | MENU_TARGET = "menuTarget" |
| |
|
const | TITLE = "title" |
| |
|
| $fileLogger |
| |
|
|
| $container |
| |
|
| $renderer |
| |
|
| $microMenu |
| |
Agent plugin for Readme_OSS agent.
Definition at line 26 of file ReadMeOssPlugin.php.
◆ getJobAndJobqueue()
| Fossology\ReadmeOSS\UI\ReadMeOssPlugin::getJobAndJobqueue |
( |
|
$groupId, |
|
|
|
$upload, |
|
|
|
$addUploads |
|
) |
| |
|
protected |
Get parameters from job queue and schedule them.
- Parameters
-
| int | $groupId | |
| int | $upload | |
| int | $addUploads | |
- Exceptions
-
- Returns
- int Array of job id and job queue id
Definition at line 111 of file ReadMeOssPlugin.php.
◆ handle()
| Fossology\ReadmeOSS\UI\ReadMeOssPlugin::handle |
( |
Request |
$request | ) |
|
|
protected |
◆ preInstall()
| Fossology\ReadmeOSS\UI\ReadMeOssPlugin::preInstall |
( |
| ) |
|
◆ scheduleAgent()
| Fossology\ReadmeOSS\UI\ReadMeOssPlugin::scheduleAgent |
( |
|
$groupId, |
|
|
|
$upload, |
|
|
|
$addUploads = array() |
|
) |
| |
Schedules readme OSS agent to generate report
- Parameters
-
| int | $groupId | |
| Upload | $upload | |
| array | $addUploads | |
- Returns
- array|number[] Job id and job queue id
- Exceptions
-
Definition at line 182 of file ReadMeOssPlugin.php.
The documentation for this class was generated from the following file: