To allow reuse of this object, this class is mutable. @author Kohsuke Kawaguchi
808182838485868788
na.suspend(); return na; } protected final NextAction doSuspend(Tube next) { NextAction na = new NextAction(); na.suspend(next); return na; }
868788899091929394
na.suspend(next); return na; } protected final NextAction doThrow(Throwable t) { NextAction na = new NextAction(); na.throwException(t); return na; }