Class Reactor

  • All Implemented Interfaces:
    Iterable<org.jvnet.hudson.reactor.Reactor.Node>

    public class Reactor
    extends Object
    implements Iterable<org.jvnet.hudson.reactor.Reactor.Node>
    Executes a set of Tasks that dependend on each other.

    As a Set, this object represents a read-only view of all Tasks.

    Author:
    Kohsuke Kawaguchi