Class Bee::Task::PackageManager
In: lib/bee_task.rb
Parent: Object

Package manager is responsible for loading packages and calling tasks.

Methods

help_task   new   run_task  

Included Modules

Bee::Util::BuildErrorMixin

Public Class methods

Constructor.

  • build: the build we are running.

Public Instance methods

Get help for a given task.

  • task: YAML object for the task to run.

Run a given task.

  • task: YAML object for the task to run.

[Validate]