ILIAS
trunk Revision v11.0_alpha-1851-ga8564da6fed
|
Public Member Functions | |
getArtifactName () | |
![]() | |
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) | |
![]() | |
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 | KEY_LENGTH = 32 |
Private Member Functions | |
generateRandomString (int $length) | |
Private Attributes | |
const | NUMBER_OF_KEYS = 5 |
Additional Inherited Members | |
![]() | |
static | PATH () |
![]() | |
getPath () | |
makeDirectoryFor (string $path) | |
![]() | |
const | ARTIFACTS = __DIR__ . "/../../../../../artifacts" |
Definition at line 30 of file KeyRotationObjective.php.
|
private |
Definition at line 68 of file KeyRotationObjective.php.
Referenced by ILIAS\FileDelivery\Setup\KeyRotationObjective\getArtifactName().
ILIAS\FileDelivery\Setup\KeyRotationObjective::getArtifactName | ( | ) |
Definition at line 37 of file KeyRotationObjective.php.
References ILIAS\Setup\Artifact\BuildArtifactObjective\build(), ILIAS\FileDelivery\Setup\KeyRotationObjective\generateRandomString(), and null.
const ILIAS\FileDelivery\Setup\KeyRotationObjective::KEY_LENGTH = 32 |
Definition at line 32 of file KeyRotationObjective.php.
|
private |
Definition at line 36 of file KeyRotationObjective.php.