NAME
FusionInventory::Agent::Target::Server - Server target
DESCRIPTION
This is a target for sending execution result to a server.
METHODS
new(%params)
The constructor. The following parameters are allowed, in addition to those from the base class FusionInventory::Agent::Target
, as keys of the %params hash:
- url
-
the server URL (mandatory)
getUrl()
Return the server URL for this target.
getName()
Return the target name
getType()
Return the target type
plannedTasks([@tasks])
Initializes target tasks with supported ones if a list of tasks is provided
Return an array of planned tasks.