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

Public Member Functions

 getUpdateObjective (Setup\Config $config=null)
 
- 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

Author
Alexander Killing killi.nosp@m.ng@l.nosp@m.eifos.nosp@m..de

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

Member Function Documentation

◆ getUpdateObjective()

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

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

30  : Setup\Objective
31  {
32  return new \ilDatabaseUpdateStepsExecutedObjective(new ilExerciseDBUpdateSteps());
33  }

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