Uses of Interface
org.jvnet.hudson.reactor.TaskGraphBuilder.Handle
-
Uses of TaskGraphBuilder.Handle in org.jvnet.hudson.reactor
Modifier and TypeMethodDescriptionTaskGraphBuilder.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.TaskGraphBuilder.Handle.attains
(Collection<? extends Milestone> m) Designates that the execution of this task contributes to the given milestone.TaskGraphBuilder.Handle.requires
(Collection<? extends Milestone> m) Adds a pre-requisite to this task.Adds pre-requisites to this task.