ILIAS  release_8 Revision v8.23
ilECSAgent Class Reference
+ Inheritance diagram for ilECSAgent:
+ Collaboration diagram for ilECSAgent:

Public Member Functions

 getUpdateObjective (\ILIAS\Setup\Config $config=null)
 
 getStatusObjective (\ILIAS\Setup\Metrics\Storage $storage)
 

Detailed Description

Definition at line 20 of file class.ilECSAgent.php.

Member Function Documentation

◆ getStatusObjective()

ilECSAgent::getStatusObjective ( \ILIAS\Setup\Metrics\Storage  $storage)

Definition at line 27 of file class.ilECSAgent.php.

28  {
29  return new \ilDatabaseUpdateStepsMetricsCollectedObjective($storage, new ilECSDBUpdateSteps());
30  }
An objective is a desired state of the system that is supposed to be created by the setup...
Definition: Objective.php:30
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...

◆ getUpdateObjective()

ilECSAgent::getUpdateObjective ( \ILIAS\Setup\Config  $config = null)

Definition at line 22 of file class.ilECSAgent.php.

23  {
24  return new \ilDatabaseUpdateStepsExecutedObjective(new ilECSDBUpdateSteps());
25  }
An objective is a desired state of the system that is supposed to be created by the setup...
Definition: Objective.php:30
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...

The documentation for this class was generated from the following file: