ILIAS
trunk Revision v11.0_alpha-1769-g99a433fe2dc
|
Public Member Functions | |
__construct (Storage $storage, ilDatabaseUpdateSteps $steps) | |
getHash () | |
Get a hash for this objective. More... | |
getLabel () | |
Get a label that describes this objective. More... | |
![]() | |
__construct (Storage $storage) | |
getHash () | |
Get a hash for this objective. More... | |
getLabel () | |
Get a label that describes this objective. More... | |
isNotable () | |
Get to know if this is an interesting objective for a human. More... | |
getPreconditions (Setup\Environment $environment) | |
achieve (Setup\Environment $environment) | |
isApplicable (Setup\Environment $environment) | |
![]() | |
getPreconditions (Environment $environment) | |
Objectives might depend on other objectives. More... | |
achieve (Environment $environment) | |
Objectives can be achieved. More... | |
isApplicable (Environment $environment) | |
Get to know whether the objective is applicable. More... | |
Data Fields | |
const | STEP_METHOD_PREFIX = "step_" |
Protected Member Functions | |
collectFrom (Environment $environment, Storage $storage) | |
getTentativePreconditions (Environment $environment) | |
![]() | |
collectFrom (Setup\Environment $environment, Storage $storage) | |
Attempt to gather metrics based on the provided environment. More... | |
getTentativePreconditions (Setup\Environment $environment) | |
Give preconditions that might or might not be fullfilled. More... | |
Protected Attributes | |
string | $step_class |
![]() | |
Storage | $storage |
Definition at line 26 of file class.ilDatabaseUpdateStepsMetricsCollectedObjective.php.
ilDatabaseUpdateStepsMetricsCollectedObjective::__construct | ( | Storage | $storage, |
ilDatabaseUpdateSteps | $steps | ||
) |
Definition at line 32 of file class.ilDatabaseUpdateStepsMetricsCollectedObjective.php.
References ILIAS\GlobalScreen\Provider\__construct().
|
protected |
Definition at line 38 of file class.ilDatabaseUpdateStepsMetricsCollectedObjective.php.
References $version, ILIAS\Setup\Environment\getResource(), and ILIAS\Setup\Metrics\Storage\store().
ilDatabaseUpdateStepsMetricsCollectedObjective::getHash | ( | ) |
Get a hash for this objective.
The hash of two objectives must be the same, if they are the same objective, with the same config on the same environment, i.e. if the one is achieved the other is achieved as well because they are the same.
Implements ILIAS\Setup\Objective.
Definition at line 87 of file class.ilDatabaseUpdateStepsMetricsCollectedObjective.php.
ilDatabaseUpdateStepsMetricsCollectedObjective::getLabel | ( | ) |
Get a label that describes this objective.
Implements ILIAS\Setup\Objective.
Definition at line 93 of file class.ilDatabaseUpdateStepsMetricsCollectedObjective.php.
References $step_class.
|
protected |
Definition at line 77 of file class.ilDatabaseUpdateStepsMetricsCollectedObjective.php.
|
protected |
Definition at line 30 of file class.ilDatabaseUpdateStepsMetricsCollectedObjective.php.
Referenced by getLabel().
const ilDatabaseUpdateStepsMetricsCollectedObjective::STEP_METHOD_PREFIX = "step_" |
Definition at line 28 of file class.ilDatabaseUpdateStepsMetricsCollectedObjective.php.