ILIAS  trunk Revision v11.0_alpha-2658-ge2404539063
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 21 of file class.ilECSAgent.php.

Member Function Documentation

◆ getStatusObjective()

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

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

41  {
42  return new Setup\ObjectiveCollection(
43  'Component WebServices',
44  true,
48  );
49  }
An objective is a desired state of the system that is supposed to be created by the setup...
Definition: Objective.php:30
Class ilECSUpdateSteps9 contains update steps for release 9.
Class ilECSUpdateSteps8 contains update steps for release 8.
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 23 of file class.ilECSAgent.php.

24  {
25  return new Setup\ObjectiveCollection(
26  "ECS",
27  true,
29  new ilECSDBUpdateSteps()
30  ),
32  new ilECSUpdateSteps8()
33  ),
35  new ilECSUpdateSteps9()
36  )
37  );
38  }
An objective is a desired state of the system that is supposed to be created by the setup...
Definition: Objective.php:30
Class ilECSUpdateSteps9 contains update steps for release 9.
Class ilECSUpdateSteps8 contains update steps for release 8.
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: