Uses of Interface
org.jvnet.hudson.reactor.Executable
-
-
Uses of Executable in org.jvnet.hudson.reactor
Subinterfaces of Executable in org.jvnet.hudson.reactor Modifier and Type Interface Description interfaceTaskOne initialization taskFields in org.jvnet.hudson.reactor declared as Executable Modifier and Type Field Description static ExecutableExecutable. NOOPNo-op implementation.Methods in org.jvnet.hudson.reactor with parameters of type Executable Modifier and Type Method Description TaskGraphBuilder.HandleTaskGraphBuilder. add(String displayName, Executable e)Adds a new work unit and returns its handle, which can then be used to set up dependencies among them.
-