Package org.jvnet.hudson.reactor
Interface Executable
- All Known Subinterfaces:
Task
public interface Executable
Represents code that can be executed.
- Author:
- Kohsuke Kawaguchi
-
Field Summary
-
Method Summary
-
Field Details
-
NOOP
No-op implementation.
-
-
Method Details
-
run
Executes a task. Any exception thrown will abort the session.- Parameters:
reactor
- Reactor to be executed- Throws:
Exception
- Execution error
-