|
ILIAS
trunk Revision v12.0_alpha-1227-g7ff6d300864
|
Inheritance diagram for ILIAS\WebServices\Setup\WebServicesMetricsCollectedObjective:
Collaboration diagram for ILIAS\WebServices\Setup\WebServicesMetricsCollectedObjective:Protected Member Functions | |
| getTentativePreconditions (Setup\Environment $environment) | |
| Give preconditions that might or might not be fullfilled. More... | |
| collectFrom (Setup\Environment $environment, Setup\Metrics\Storage $storage) | |
| Attempt to gather metrics based on the provided environment. More... | |
| 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... | |
Additional Inherited Members | |
Public Member Functions inherited from ILIAS\Setup\Metrics\CollectedObjective | |
| __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) | |
Public Member Functions inherited from ILIAS\Setup\Objective | |
| 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 (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... | |
Protected Attributes inherited from ILIAS\Setup\Metrics\CollectedObjective | |
| Storage | $storage |
Definition at line 25 of file WebServicesMetricsCollectedObjective.php.
|
protected |
Attempt to gather metrics based on the provided environment.
Make sure to be very cautious regarding expectations towards the environment. It might only be initialized partially or not be initialized at all, since preconditions might not have been met. This should be implemented with a best effort approach to gather as much metrics as possible even when the installation is damaged.
Reimplemented from ILIAS\Setup\Metrics\CollectedObjective.
Definition at line 34 of file WebServicesMetricsCollectedObjective.php.
References ILIAS\Setup\Metrics\CollectedObjective\$storage, ILIAS\Setup\Environment\RESOURCE_SETTINGS_FACTORY, ILIAS\Setup\Metrics\Storage\storeConfigBool(), and ILIAS\Setup\Metrics\Storage\storeConfigText().
Here is the call graph for this function:
|
protected |
Give preconditions that might or might not be fullfilled.
Since collection of metrics should also work in (partially) broken installations the preconditions given here will only be tentatively fullfilled when collectFrom is called.
Reimplemented from ILIAS\Setup\Metrics\CollectedObjective.
Definition at line 27 of file WebServicesMetricsCollectedObjective.php.