ILIAS
release_8 Revision v8.23
|
An agent that just doesn't do a thing. More...
Public Member Functions | |
__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... | |
![]() | |
getStatusObjective (Metrics\Storage $storage) | |
Get the objective to be achieved when status is requested. More... | |
Protected Attributes | |
Refinery | $refinery |
An agent that just doesn't do a thing.
Definition at line 34 of file NullAgent.php.
ILIAS\Setup\Agent\NullAgent::__construct | ( | Refinery | $refinery | ) |
Definition at line 38 of file NullAgent.php.
References ILIAS\Setup\Agent\NullAgent\$refinery, and ILIAS\Repository\refinery().
ILIAS\Setup\Agent\NullAgent::getArrayToConfigTransformation | ( | ) |
Implements ILIAS\Setup\Agent.
Definition at line 55 of file NullAgent.php.
ILIAS\Setup\Agent\NullAgent::getBuildArtifactObjective | ( | ) |
Implements ILIAS\Setup\Agent.
Definition at line 81 of file NullAgent.php.
ILIAS\Setup\Agent\NullAgent::getInstallObjective | ( | Config | $config = null | ) |
Implements ILIAS\Setup\Agent.
Definition at line 65 of file NullAgent.php.
ILIAS\Setup\Agent\NullAgent::getMigrations | ( | ) |
Implements ILIAS\Setup\Agent.
Definition at line 97 of file NullAgent.php.
ILIAS\Setup\Agent\NullAgent::getNamedObjectives | ( | ?Config | $config = null | ) |
Gets all named objectives The keys of the returned array are the commands.
Only the AgentCollection should return an array where the cmd of the named objective is the array key.
Config | null | $config |
Implements ILIAS\Setup\Agent.
Definition at line 102 of file NullAgent.php.
ILIAS\Setup\Agent\NullAgent::getStatusObjective | ( | Metrics\Storage | $storage | ) |
Definition at line 89 of file NullAgent.php.
ILIAS\Setup\Agent\NullAgent::getUpdateObjective | ( | Config | $config = null | ) |
Implements ILIAS\Setup\Agent.
Definition at line 73 of file NullAgent.php.
ILIAS\Setup\Agent\NullAgent::hasConfig | ( | ) |
Implements ILIAS\Setup\Agent.
Definition at line 47 of file NullAgent.php.
|
protected |
Definition at line 36 of file NullAgent.php.
Referenced by ILIAS\Setup\Agent\NullAgent\__construct().