ILIAS
trunk Revision v11.0_alpha-1749-g1a06bdef097
|
Public Member Functions | |
__construct (protected Factory $refinery) | |
hasConfig () | |
Does this agent require a configuration? More... | |
getArrayToConfigTransformation () | |
Agents must be able to tell how to create a configuration from a nested array.
More... | |
getInstallObjective (?Config $config=null) | |
getUpdateObjective (?Config $config=null) | |
getBuildObjective () | |
Get the goal the agent wants to achieve to build artifacts.
More... | |
getStatusObjective (Storage $storage) | |
getMigrations () | |
getNamedObjectives (?Config $config=null) | |
![]() | |
getInstallObjective (?Config $config=null) | |
Get the goals the agent wants to achieve on setup. More... | |
getUpdateObjective (?Config $config=null) | |
Get the goal the agent wants to achieve on update. More... | |
getStatusObjective (Metrics\Storage $storage) | |
Get the objective to be achieved when status is requested. More... | |
getNamedObjectives (?Config $config=null) | |
Gets all named objectives The keys of the returned array are the commands. More... | |
Protected Member Functions | |
convertNode (array $node) | |
Definition at line 32 of file class.ilGlobalCacheSetupAgent.php.
ilGlobalCacheSetupAgent::__construct | ( | protected Factory | $refinery | ) |
Definition at line 34 of file class.ilGlobalCacheSetupAgent.php.
|
protected |
Definition at line 102 of file class.ilGlobalCacheSetupAgent.php.
Referenced by getArrayToConfigTransformation(), and ILIAS\Tests\GlobalCache\Setup\TestObj\getMServer().
ilGlobalCacheSetupAgent::getArrayToConfigTransformation | ( | ) |
Agents must be able to tell how to create a configuration from a nested array.
Implements ILIAS\Setup\Agent.
Definition at line 49 of file class.ilGlobalCacheSetupAgent.php.
References $data, convertNode(), null, and ILIAS\Repository\refinery().
ilGlobalCacheSetupAgent::getBuildObjective | ( | ) |
Get the goal the agent wants to achieve to build artifacts.
Implements ILIAS\Setup\Agent.
Definition at line 136 of file class.ilGlobalCacheSetupAgent.php.
Definition at line 114 of file class.ilGlobalCacheSetupAgent.php.
ilGlobalCacheSetupAgent::getMigrations | ( | ) |
Implements ILIAS\Setup\Agent.
Definition at line 152 of file class.ilGlobalCacheSetupAgent.php.
Definition at line 157 of file class.ilGlobalCacheSetupAgent.php.
ilGlobalCacheSetupAgent::getStatusObjective | ( | Storage | $storage | ) |
Definition at line 144 of file class.ilGlobalCacheSetupAgent.php.
Definition at line 125 of file class.ilGlobalCacheSetupAgent.php.
ilGlobalCacheSetupAgent::hasConfig | ( | ) |
Does this agent require a configuration?
Implements ILIAS\Setup\Agent.
Definition at line 41 of file class.ilGlobalCacheSetupAgent.php.