Hi,

Now that the task graph is available via Build, should we remove the DAG parameter from TaskAction.execute() and the associated field from DefaultTask?

ie now we can do

createTask(name) {
   build.taskExecutionGraph.hasTask(n)
}

should we still be able to do

createTask(name) { task, dag ->
   dag.hasTask(n)
}

I think we should remove it from execute(), as doesn't feel like it really fits there.


Adam

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

   http://xircles.codehaus.org/manage_email


Reply via email to