The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

FusionInventory::Agent::Target::Local - Local target

DESCRIPTION

This is a target for storing execution result in a local folder.

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:

path

the output directory path (mandatory)

reset()

Reset the local target counter.

getPath()

Return the local output directory 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.