Event::ExecFlow::Job::Group - Build a group of jobs


Event-ExecFlow documentation  | view source Contained in the Event-ExecFlow distribution.

Index


NAME

Top

Event::ExecFlow::Job::Group - Build a group of jobs

SYNOPSIS

Top

  Event::ExecFlow::Job::Group->new (
    jobs              => List of job group members,
    fail_with_members => Boolean whether group should fail with its members,
    stop_on_failure   => Boolean whether execuction should stop on failure,
    parallel          => Boolean whether members may be executed in parallel,
    scheduler         => Scheduler object for add. control of par. execution,
    ...
    Event::ExecFlow::Job attributes
  );

DESCRIPTION

Top

Use this module to group together jobs of any type, including groups, which results in arbitrary complex nested job plans.

OBJECT HIERARCHY

Top

  Event::ExecFlow

  Event::ExecFlow::Job
  +--- Event::ExecFlow::Job::Group

  Event::ExecFlow::Frontend
  Event::ExecFlow::Callbacks

ATTRIBUTES

Top

Attributes can by accessed at runtime using the common get_ATTR(), set_ATTR() style accessors.

[ FIXME: describe all attributes in detail ]

METHODS

Top

[ FIXME: describe all methods in detail ]

AUTHORS

Top

 Jörn Reder <joern at zyn dot de>

COPYRIGHT AND LICENSE

Top


Event-ExecFlow documentation  | view source Contained in the Event-ExecFlow distribution.