getArrayToConfigTransformation()
Agents must be able to tell how to create a configuration from a nested array.
An objective is a desired state of the system that is supposed to be created by the setup...
getUpdateObjective(Config $config=null)
Get the goal the agent wants to achieve on update.
getBuildArtifactObjective()
Get the goal the agent wants to achieve to build artifacts.
getInstallObjective(Config $config=null)
Get the goals the agent wants to achieve on setup.
A agent is some component that performs part of the setup process.
hasConfig()
Does this agent require a configuration?
A configuration for the setup.
getConfigInput(Config $config=null)
Agents must provide an input to set the configuration if they have a configuration.