ILIAS
trunk Revision v11.0_alpha-1761-g6dbbfa7b760
|
Public Member Functions | |
getArtifactPath () | |
buildIn (Environment $env) | |
getArtifactName () | |
build () | |
getPreconditions (Environment $environment) | |
Objectives might depend on other objectives. More... | |
![]() | |
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) | |
![]() | |
achieve (Environment $environment) | |
Objectives can be achieved. More... | |
isApplicable (Environment $environment) | |
Get to know whether the objective is applicable. More... | |
Static Public Member Functions | |
static | get () |
![]() | |
static | PATH () |
Data Fields | |
const | BASE_DIR = './src/FileDelivery/artifacts/base_dir.php' |
Protected Attributes | |
array | $data = [] |
![]() | |
const | ARTIFACTS = __DIR__ . "/../../../../../artifacts" |
Additional Inherited Members | |
![]() | |
getPath () | |
makeDirectoryFor (string $path) | |
Definition at line 31 of file BaseDirObjective.php.
ILIAS\FileDelivery\Setup\BaseDirObjective::build | ( | ) |
Definition at line 61 of file BaseDirObjective.php.
Referenced by ILIAS\FileDelivery\Setup\BaseDirObjective\buildIn().
ILIAS\FileDelivery\Setup\BaseDirObjective::buildIn | ( | Environment | $env | ) |
Definition at line 43 of file BaseDirObjective.php.
References ILIAS\$client_id, ILIAS\FileDelivery\Setup\BaseDirObjective\build(), ILIAS\Setup\Environment\getResource(), and ILIAS\Setup\Environment\RESOURCE_ILIAS_INI.
|
static |
Definition at line 74 of file BaseDirObjective.php.
References null.
Referenced by ILIAS\FileDelivery\Token\Signer\Payload\ShortFilePayload\__construct(), and ILIAS\FileDelivery\Token\Signer\Payload\ShortFilePayload\getUri().
ILIAS\FileDelivery\Setup\BaseDirObjective::getArtifactName | ( | ) |
Definition at line 56 of file BaseDirObjective.php.
ILIAS\FileDelivery\Setup\BaseDirObjective::getArtifactPath | ( | ) |
Definition at line 37 of file BaseDirObjective.php.
ILIAS\FileDelivery\Setup\BaseDirObjective::getPreconditions | ( | Environment | $environment | ) |
Objectives might depend on other objectives.
UnachievableException | if the objective is not achievable |
Implements ILIAS\Setup\Objective.
Definition at line 67 of file BaseDirObjective.php.
|
protected |
Definition at line 35 of file BaseDirObjective.php.
const ILIAS\FileDelivery\Setup\BaseDirObjective::BASE_DIR = './src/FileDelivery/artifacts/base_dir.php' |
Definition at line 33 of file BaseDirObjective.php.