ILIAS
release_7 Revision v7.30-3-g800a261c036
|
An agent that is just a collection of some other agents. More...
Public Member Functions | |
__construct (Refinery $refinery, array $agents) | |
getAgent (string $key) | |
withRemovedAgent (string $key) | |
withAdditionalAgent (string $key, Agent $agent) | |
hasConfig () | |
getArrayToConfigTransformation () | |
getInstallObjective (Config $config=null) | |
getUpdateObjective (Config $config=null) | |
getBuildArtifactObjective () | |
getStatusObjective (Metrics\Storage $storage) | |
getNamedObjective (string $name, Config $config=null) | |
![]() | |
getMigrations () | |
Get a named map of migrations available for this Agent. More... | |
Protected Member Functions | |
getKey (Setup\Migration $migration) | |
checkConfig (Config $config) | |
Protected Attributes | |
$refinery | |
$agents | |
An agent that is just a collection of some other agents.
Definition at line 15 of file AgentCollection.php.
ILIAS\Setup\AgentCollection::__construct | ( | Refinery | $refinery, |
array | $agents | ||
) |
Definition at line 27 of file AgentCollection.php.
References ILIAS\Setup\AgentCollection\$agents, and ILIAS\Setup\AgentCollection\$refinery.
|
protected |
Definition at line 237 of file AgentCollection.php.
Referenced by ILIAS\Setup\AgentCollection\getInstallObjective(), ILIAS\Setup\AgentCollection\getNamedObjective(), and ILIAS\Setup\AgentCollection\getUpdateObjective().
ILIAS\Setup\AgentCollection::getAgent | ( | string | $key | ) |
Definition at line 35 of file AgentCollection.php.
ILIAS\Setup\AgentCollection::getArrayToConfigTransformation | ( | ) |
ILIAS\Setup\AgentCollection::getBuildArtifactObjective | ( | ) |
Implements ILIAS\Setup\Agent.
Definition at line 149 of file AgentCollection.php.
References ILIAS\Setup\AgentCollection\$agents, and ILIAS\Setup\Agent\getBuildArtifactObjective().
ILIAS\Setup\AgentCollection::getInstallObjective | ( | Config | $config = null | ) |
Implements ILIAS\Setup\Agent.
Definition at line 98 of file AgentCollection.php.
References $config, ILIAS\Setup\AgentCollection\checkConfig(), ILIAS\Setup\Agent\getInstallObjective(), and ILIAS\Setup\Agent\hasConfig().
|
protected |
Definition at line 231 of file AgentCollection.php.
ILIAS\Setup\AgentCollection::getNamedObjective | ( | string | $name, |
Config | $config = null |
||
) |
Implements ILIAS\Setup\Agent.
Definition at line 205 of file AgentCollection.php.
References $config, Vendor\Package\$e, and ILIAS\Setup\AgentCollection\checkConfig().
ILIAS\Setup\AgentCollection::getStatusObjective | ( | Metrics\Storage | $storage | ) |
Implements ILIAS\Setup\Agent.
Definition at line 166 of file AgentCollection.php.
References ILIAS\Setup\Agent\getMigrations(), and ILIAS\Setup\Agent\getStatusObjective().
ILIAS\Setup\AgentCollection::getUpdateObjective | ( | Config | $config = null | ) |
Implements ILIAS\Setup\Agent.
Definition at line 124 of file AgentCollection.php.
References $config, ILIAS\Setup\AgentCollection\checkConfig(), and ILIAS\Setup\Agent\getUpdateObjective().
ILIAS\Setup\AgentCollection::hasConfig | ( | ) |
ILIAS\Setup\AgentCollection::withAdditionalAgent | ( | string | $key, |
Agent | $agent | ||
) |
Definition at line 47 of file AgentCollection.php.
ILIAS\Setup\AgentCollection::withRemovedAgent | ( | string | $key | ) |
Definition at line 40 of file AgentCollection.php.
|
protected |
Definition at line 25 of file AgentCollection.php.
Referenced by ILIAS\Setup\AgentCollection\__construct(), and ILIAS\Setup\AgentCollection\getBuildArtifactObjective().
|
protected |
Definition at line 20 of file AgentCollection.php.
Referenced by ILIAS\Setup\AgentCollection\__construct().