FOSSology  4.4.0
Open Source License Compliance by Open Source Software
deciderjob.php
1 <?php
2 /*
3  Author: Daniele Fognini
4  SPDX-FileCopyrightText: © 2014 Siemens AG
5 
6  SPDX-License-Identifier: GPL-2.0-only
7 */
8 
10 
12 
13 include_once(__DIR__ . "/DeciderJobAgent.php");
14 
15 $agent = new DeciderJobAgent(LicenseMap::CONCLUSION);
16 $agent->scheduler_connect();
17 $agent->run_scheduler_event_loop();
18 $agent->scheduler_disconnect(0);
Get the decision from Monk bulk and apply decisions.
Wrapper class for license map.
Definition: LicenseMap.php:19
Namespace of DeciderJob agent.
Definition: deciderjob.php:9