19 declare(strict_types=1);
    65         return new \ilDatabaseUpdateStepsMetricsCollectedObjective($storage, 
new UpdateSteps());
 
getArrayToConfigTransformation()
Agents must be able to tell how to create a configuration from a nested array. 
 
getBuildArtifactObjective()
Get the goal the agent wants to achieve to build artifacts. 
 
getInstallObjective(Config $config=null)
Get the goals the agent wants to achieve on setup. 
 
An objective is a desired state of the system that is supposed to be created by the setup...
 
getStatusObjective(Storage $storage)
 
hasConfig()
Does this agent require a configuration? 
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
 
getNamedObjectives(?Config $config=null)
Gets all named objectives The keys of the returned array are the commands. 
 
A non-objective, nothing to do to achieve it... 
 
__construct(private readonly Refinery $refinery)
 
getMigrations()
Get a named map of migrations available for this Agent. 
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
 
A configuration for the setup. 
 
getUpdateObjective(Config $config=null)
Get the goal the agent wants to achieve on update. 
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
 
Refinery Factory $refinery