It is recommended that implementations call perform rather than execute for the tasks they contain, as this method ensures that the appropriate BuildEvents will be generated.
Task#perform
, Task#execute
, BuildEvent
Modifier and Type | Method and Description |
---|---|
public void |
addTask | back to summary |
---|---|
public void addTask(Task task) Adds a task to this task container
|