getTasks

abstract fun getTasks(): DomainObjectSet<out Task>(source)

Returns the tasks of this project.

Return

The tasks of this project.

Since

1.0-milestone-5