1Event::ExecFlow::Job::GUrsoeurp(C3o)ntributed Perl DocumEevnetnatt:i:oEnxecFlow::Job::Group(3)
2
3
4
6 Event::ExecFlow::Job::Group - Build a group of jobs
7
9 Event::ExecFlow::Job::Group->new (
10 jobs => List of job group members,
11 fail_with_members => Boolean whether group should fail with its members,
12 stop_on_failure => Boolean whether execuction should stop on failure,
13 parallel => Boolean whether members may be executed in parallel,
14 scheduler => Scheduler object for add. control of par. execution,
15 ...
16 Event::ExecFlow::Job attributes
17 );
18
20 Use this module to group together jobs of any type, including groups,
21 which results in arbitrary complex nested job plans.
22
24 Event::ExecFlow
25
26 Event::ExecFlow::Job
27 +--- Event::ExecFlow::Job::Group
28
29 Event::ExecFlow::Frontend
30 Event::ExecFlow::Callbacks
31
33 Attributes can by accessed at runtime using the common get_ATTR(),
34 set_ATTR() style accessors.
35
36 [ FIXME: describe all attributes in detail ]
37
39 [ FIXME: describe all methods in detail ]
40
42 Jörn Reder <joern at zyn dot de>
43
45 Copyright 2005-2006 by Jörn Reder.
46
47 This library is free software; you can redistribute it and/or modify it
48 under the terms of the GNU Library General Public License as published
49 by the Free Software Foundation; either version 2.1 of the License, or
50 (at your option) any later version.
51
52 This library is distributed in the hope that it will be useful, but
53 WITHOUT ANY WARRANTY; without even the implied warranty of
54 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
55 Library General Public License for more details.
56
57 You should have received a copy of the GNU Library General Public
58 License along with this library; if not, write to the Free Software
59 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307
60 USA.
61
63 Hey! The above document had some coding errors, which are explained
64 below:
65
66 Around line 691:
67 Non-ASCII character seen before =encoding in 'Jörn'. Assuming UTF-8
68
69
70
71perl v5.30.1 2020-01-29 Event::ExecFlow::Job::Group(3)