logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Attributes

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

       [ FIXME: describe all attributes in detail ]

Authors

        Jörn Reder <joern at zyn dot de>

Description

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

Methods

       [ FIXME: describe all methods in detail ]

Name

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

Object Hierarchy

         Event::ExecFlow

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

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

Pod Errors

       Hey! Theabovedocumenthadsomecodingerrors,whichareexplainedbelow:

       Around line 691:
           Non-ASCII character seen before =encoding in 'Jörn'. Assuming CP1252

perl v5.38.2                                       2024-02-17                   Event::ExecFlow::Job::Group(3pm)

Synopsis

         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
         );

See Also