19 declare(strict_types=1);
49 throw new \LogicException(
"Agent has no config.");
55 return new Setup\Objective\NullObjective();
61 return new Setup\ObjectiveCollection(
73 return new Setup\Objective\NullObjective();
getArrayToConfigTransformation()
Agents must be able to tell how to create a configuration from a nested array.
hasConfig()
Does this agent require a configuration?
An objective is a desired state of the system that is supposed to be created by the setup...
getInstallObjective(Config $config=null)
getNamedObjectives(?Config $config=null)
A agent is some component that performs part of the setup process.
getUpdateObjective(Config $config=null)
getBuildObjective()
Get the goal the agent wants to achieve to build artifacts.
__construct(Factory $refinery)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
getMigrations()
Get a named map of migrations available for this Agent.
getStatusObjective(Setup\Metrics\Storage $storage)
A configuration for the setup.