Modifier and Type | Method and Description |
---|---|
TaskGraphBuilder |
TaskGraphBuilder.attains(Milestone... milestones)
Given milestones will be set as achievements for the next task.
|
TaskGraphBuilder |
TaskGraphBuilder.followedBy()
Indicates that the task to be added requires the completion of the last added task.
|
TaskGraphBuilder |
TaskGraphBuilder.notFatal() |
TaskGraphBuilder |
TaskGraphBuilder.requires(Milestone... milestones)
Given milestones will be set as pre-requisites for the next task to be added.
|
Copyright © 2014. All Rights Reserved.