ILIAS
trunk Revision v11.0_alpha-1866-gfa368f7776e
|
Public Member Functions | |
__construct (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 () | |
![]() | |
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 Attributes | |
Factory | $refinery |
Definition at line 29 of file class.ilLoggingSetupAgent.php.
ilLoggingSetupAgent::__construct | ( | Factory | $refinery | ) |
Definition at line 35 of file class.ilLoggingSetupAgent.php.
References $refinery, and ILIAS\Repository\refinery().
ilLoggingSetupAgent::getArrayToConfigTransformation | ( | ) |
Agents must be able to tell how to create a configuration from a nested array.
Implements ILIAS\Setup\Agent.
Definition at line 51 of file class.ilLoggingSetupAgent.php.
References $data, null, and ILIAS\Repository\refinery().
ilLoggingSetupAgent::getBuildObjective | ( | ) |
Get the goal the agent wants to achieve to build artifacts.
Implements ILIAS\Setup\Agent.
Definition at line 92 of file class.ilLoggingSetupAgent.php.
Definition at line 65 of file class.ilLoggingSetupAgent.php.
ilLoggingSetupAgent::getMigrations | ( | ) |
Implements ILIAS\Setup\Agent.
Definition at line 113 of file class.ilLoggingSetupAgent.php.
ilLoggingSetupAgent::getStatusObjective | ( | Storage | $storage | ) |
Definition at line 100 of file class.ilLoggingSetupAgent.php.
Definition at line 73 of file class.ilLoggingSetupAgent.php.
References null.
ilLoggingSetupAgent::hasConfig | ( | ) |
Does this agent require a configuration?
Implements ILIAS\Setup\Agent.
Definition at line 43 of file class.ilLoggingSetupAgent.php.
|
protected |
Definition at line 33 of file class.ilLoggingSetupAgent.php.
Referenced by __construct().