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
 TaskGraphBuilder.Handle TaskGraphBuilder.add(java.lang.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 TaskGraphBuilder.Handle.attains(java.util.Collection<? extends Milestone> m)
           
 TaskGraphBuilder.Handle TaskGraphBuilder.Handle.attains(Milestone m)
          Designates that the execution of this task contributes to the given milestone.
 TaskGraphBuilder.Handle TaskGraphBuilder.Handle.requires(java.util.Collection<? extends Milestone> m)
           
 TaskGraphBuilder.Handle TaskGraphBuilder.Handle.requires(Milestone... m)
          Adds pre-requisites to this task.
 TaskGraphBuilder.Handle TaskGraphBuilder.Handle.requires(Milestone m)
          Adds a pre-requisite to this task.
 



Copyright © 2011. All Rights Reserved.