ILIAS
release_8 Revision v8.19-1-g4e8f2f9140c
|
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) | |
getAgents () | |
getNamedObjectives (?Config $config=null) | |
![]() | |
getMigrations () | |
Get a named map of migrations available for this Agent. More... | |
Protected Member Functions | |
getKey (Migration $migration) | |
checkConfig (Config $config) | |
Protected Attributes | |
Refinery | $refinery |
array | $agents |
An agent that is just a collection of some other agents.
Definition at line 30 of file AgentCollection.php.
ILIAS\Setup\AgentCollection::__construct | ( | Refinery | $refinery, |
array | $agents | ||
) |
Definition at line 39 of file AgentCollection.php.
References ILIAS\Setup\AgentCollection\$agents, ILIAS\Setup\AgentCollection\$refinery, and ILIAS\Repository\refinery().
|
protected |
Definition at line 214 of file AgentCollection.php.
Referenced by ILIAS\Setup\AgentCollection\getInstallObjective(), ILIAS\Setup\AgentCollection\getNamedObjectives(), and ILIAS\Setup\AgentCollection\getUpdateObjective().
ILIAS\Setup\AgentCollection::getAgent | ( | string | $key | ) |
ILIAS\Setup\AgentCollection::getAgents | ( | ) |
Definition at line 226 of file AgentCollection.php.
References ILIAS\Setup\AgentCollection\$agents.
ILIAS\Setup\AgentCollection::getArrayToConfigTransformation | ( | ) |
Implements ILIAS\Setup\Agent.
Definition at line 85 of file AgentCollection.php.
References ILIAS\LTI\ToolProvider\$key, $out, and ILIAS\Repository\refinery().
ILIAS\Setup\AgentCollection::getBuildArtifactObjective | ( | ) |
Implements ILIAS\Setup\Agent.
Definition at line 159 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 108 of file AgentCollection.php.
References $config, ILIAS\Setup\AgentCollection\checkConfig(), ILIAS\Setup\Agent\getInstallObjective(), and ILIAS\Setup\Agent\hasConfig().
|
protected |
Definition at line 208 of file AgentCollection.php.
ILIAS\Setup\AgentCollection::getNamedObjectives | ( | ?Config | $config = null | ) |
Implements ILIAS\Setup\Agent.
Definition at line 232 of file AgentCollection.php.
References ILIAS\Setup\AgentCollection\$agents, $config, $name, $objectives, and ILIAS\Setup\AgentCollection\checkConfig().
ILIAS\Setup\AgentCollection::getStatusObjective | ( | Metrics\Storage | $storage | ) |
Implements ILIAS\Setup\Agent.
Definition at line 174 of file AgentCollection.php.
References ILIAS\LTI\ToolProvider\$key, ILIAS\Setup\Agent\getMigrations(), and ILIAS\Setup\Agent\getStatusObjective().
ILIAS\Setup\AgentCollection::getUpdateObjective | ( | Config | $config = null | ) |
Implements ILIAS\Setup\Agent.
Definition at line 134 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 | ||
) |
ILIAS\Setup\AgentCollection::withRemovedAgent | ( | string | $key | ) |
Definition at line 52 of file AgentCollection.php.
|
protected |
Definition at line 37 of file AgentCollection.php.
Referenced by ILIAS\Setup\AgentCollection\__construct(), ILIAS\Setup\AgentCollection\getAgents(), ILIAS\Setup\AgentCollection\getBuildArtifactObjective(), and ILIAS\Setup\AgentCollection\getNamedObjectives().
|
protected |
Definition at line 32 of file AgentCollection.php.
Referenced by ILIAS\Setup\AgentCollection\__construct().