19declare(strict_types=1);
32 use Setup\Agent\HasNoNamedObjective;
41 throw new LogicException(
'Agent has no config.');
getBuildObjective()
Get the goal the agent wants to achieve to build artifacts.
getInstallObjective(?Setup\Config $config=null)
hasConfig()
Does this agent require a configuration?
getArrayToConfigTransformation()
Agents must be able to tell how to create a configuration from a nested array.
getUpdateObjective(?Setup\Config $config=null)
getMigrations()
Get a named map of migrations available for this Agent.
getStatusObjective(Setup\Metrics\Storage $storage)
getBuildArtifactObjective()
A non-objective, nothing to do to achieve it...
This class attempt to achieve a set of database update steps.
A configuration for the setup.
An objective is a desired state of the system that is supposed to be created by the setup.
Storage is simple key/value store without further schema definition.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...