ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
ILIAS\Notes\Setup\Agent Class Reference
+ Inheritance diagram for ILIAS\Notes\Setup\Agent:
+ Collaboration diagram for ILIAS\Notes\Setup\Agent:

Public Member Functions

 getUpdateObjective (Setup\Config $config=null)
 
 getStatusObjective (Metrics\Storage $storage)
 
- Public Member Functions inherited from ILIAS\Setup\Agent\NullAgent
 __construct (Refinery $refinery)
 
 hasConfig ()
 
 getArrayToConfigTransformation ()
 
 getInstallObjective (Config $config=null)
 
 getUpdateObjective (Config $config=null)
 
 getBuildArtifactObjective ()
 
 getStatusObjective (Metrics\Storage $storage)
 
 getMigrations ()
 
 getNamedObjectives (?Config $config=null)
 Gets all named objectives The keys of the returned array are the commands. More...
 
- Public Member Functions inherited from ILIAS\Setup\Agent
 getStatusObjective (Metrics\Storage $storage)
 Get the objective to be achieved when status is requested. More...
 

Additional Inherited Members

- Protected Attributes inherited from ILIAS\Setup\Agent\NullAgent
Refinery $refinery
 

Detailed Description

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

Member Function Documentation

◆ getStatusObjective()

ILIAS\Notes\Setup\Agent::getStatusObjective ( Metrics\Storage  $storage)

Definition at line 34 of file class.Agent.php.

34  : Objective
35  {
36  return new \ilDatabaseUpdateStepsMetricsCollectedObjective($storage, new ilNotesDBUpdateSteps());
37  }

◆ getUpdateObjective()

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

Definition at line 29 of file class.Agent.php.

29  : Setup\Objective
30  {
31  return new \ilDatabaseUpdateStepsExecutedObjective(new ilNotesDBUpdateSteps());
32  }

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