|
ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
|
Class ilCtrlStructureArtifactObjective. More...
Inheritance diagram for ilCtrlStructureArtifactObjective:
Collaboration diagram for ilCtrlStructureArtifactObjective:Public Member Functions | |
| getArtifactName () | |
| build () | |
Public Member Functions inherited from ILIAS\Setup\Artifact\BuildArtifactObjective | |
| getArtifactName () | |
| Get the filename where the builder wants to put its artifact. More... | |
| build () | |
| Build the artifact based. More... | |
| buildIn (Setup\Environment $env) | |
| Builds an artifact in some given Environment. More... | |
| getPreconditions (Setup\Environment $environment) | |
| Defaults to no preconditions. More... | |
| getHash () | |
| Uses hashed Path. More... | |
| getLabel () | |
| Defaults to 'Build ' . More... | |
| isNotable () | |
| Defaults to 'true'. More... | |
| achieve (Setup\Environment $environment) | |
| Builds the artifact and puts it in its location. More... | |
| isApplicable (Setup\Environment $environment) | |
Public Member Functions inherited from ILIAS\Setup\Objective | |
| 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... | |
Additional Inherited Members | |
Static Public Member Functions inherited from ILIAS\Setup\Artifact\BuildArtifactObjective | |
| static | PATH () |
Protected Member Functions inherited from ILIAS\Setup\Artifact\BuildArtifactObjective | |
| getPath () | |
| makeDirectoryFor (string $path) | |
Protected Attributes inherited from ILIAS\Setup\Artifact\BuildArtifactObjective | |
| const | ARTIFACTS = __DIR__ . "/../../../../../artifacts" |
Class ilCtrlStructureArtifactObjective.
Definition at line 31 of file class.ilCtrlStructureArtifactObjective.php.
| ilCtrlStructureArtifactObjective::build | ( | ) |
Definition at line 43 of file class.ilCtrlStructureArtifactObjective.php.
| ilCtrlStructureArtifactObjective::getArtifactName | ( | ) |
Definition at line 34 of file class.ilCtrlStructureArtifactObjective.php.