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