1<?
php declare(strict_types=1);
5use \ILIAS\Refinery\Transformation;
9 use Setup\Agent\HasNoNamedObjective;
24 throw new \LogicException(self::class .
" has no Config.");
32 return new \ilComponentDefinitionsStoredObjective();
40 return new \ilComponentDefinitionsStoredObjective(
false);
An exception for terminatinating execution or to throw for unit testing.
A non-objective, nothing to do to achieve it...
getUpdateObjective(Setup\Config $config=null)
getInstallObjective(Setup\Config $config=null)
getStatusObjective(Setup\Metrics\Storage $storage)
getMigrations()
@inheritDoc
getArrayToConfigTransformation()
getBuildArtifactObjective()
A agent is some component that performs part of the setup process.
A configuration for the setup.
An objective is a desired state of the system that is supposed to be created by the setup.