◆ getMigrations()
ILIAS\MediaCast\Setup\Agent::getMigrations |
( |
| ) |
|
Definition at line 35 of file class.Agent.php.
37 return [
new InitLOMForMediaCastMigration()];
◆ getStatusObjective()
ILIAS\MediaCast\Setup\Agent::getStatusObjective |
( |
Metrics\Storage |
$storage | ) |
|
Definition at line 40 of file class.Agent.php.
42 return new \ilDatabaseUpdateStepsMetricsCollectedObjective($storage,
new ilMediaCastDBUpdateSteps());
◆ getUpdateObjective()
Definition at line 30 of file class.Agent.php.
32 return new \ilDatabaseUpdateStepsExecutedObjective(
new ilMediaCastDBUpdateSteps());
The documentation for this class was generated from the following file: