ILIAS  release_8 Revision v8.24
ilObjCloudModuleUpdateAgent Class Reference
+ Inheritance diagram for ilObjCloudModuleUpdateAgent:
+ Collaboration diagram for ilObjCloudModuleUpdateAgent:

Public Member Functions

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

Detailed Description

Definition at line 25 of file ilObjCloudModuleUpdateAgent.php.

Member Function Documentation

◆ getMigrations()

ilObjCloudModuleUpdateAgent::getMigrations ( )
Returns
ilObjCloudModuleMigration[]

Definition at line 42 of file ilObjCloudModuleUpdateAgent.php.

42 : array
43 {
44 return [new ilObjCloudModuleMigration()];
45 }
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...

◆ getStatusObjective()

ilObjCloudModuleUpdateAgent::getStatusObjective ( Metrics\Storage  $storage)

Definition at line 34 of file ilObjCloudModuleUpdateAgent.php.

34 : Objective
35 {
37 }
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
An objective is a desired state of the system that is supposed to be created by the setup.
Definition: Objective.php:31

◆ getUpdateObjective()

ilObjCloudModuleUpdateAgent::getUpdateObjective ( Setup\Config  $config = null)

Definition at line 27 of file ilObjCloudModuleUpdateAgent.php.

27 : Setup\Objective
28 {
31 );
32 }
This class attempt to achieve a set of database update steps.

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