Interface TaskGraphBuilder.Handle

  • All Superinterfaces:
    Milestone
    Enclosing class:
    TaskGraphBuilder

    public static interface TaskGraphBuilder.Handle
    extends Milestone
    Handle to the task. Call methods on this interface to set up dependencies among tasks.

    This interface is the fluent interface pattern, and all the methods return this to enable chaining.