36 throw new \LogicException(
"Not yet implemented.");
44 return $this->refinery->custom()->transformation(
function (
$data) {
45 return new \ilHttpSetupConfig(
47 (isset(
$data[
"https_autodetection"]) &&
$data[
"https_autodetection"])
50 (isset(
$data[
"https_autodetection"]) &&
$data[
"https_autodetection"])
51 ?
$data[
"https_autodetection"][
"header_name"]
53 (isset(
$data[
"https_autodetection"]) &&
$data[
"https_autodetection"])
54 ?
$data[
"https_autodetection"][
"header_value"]
60 ?
$data[
"proxy"][
"host"]
63 ?
$data[
"proxy"][
"port"]
75 "Complete objectives from Services/Http",
An exception for terminatinating execution or to throw for unit testing.
A non-objective, nothing to do to achieve it...
A objective collection is a objective that is achieved once all subobjectives are achieved.
__construct(Refinery\Factory $refinery)
getConfigInput(Setup\Config $config=null)
getUpdateObjective(Setup\Config $config=null)
getArrayToConfigTransformation()
getBuildArtifactObjective()
getInstallObjective(Setup\Config $config=null)
A agent is some component that performs part of the setup process.
A configuration for the setup.
An objective is a desired state of the system that is supposed to be created by the setup.
A component is the most general form of an entity in the UI.