getTasks

abstract fun getTasks(): DomainObjectSet<out Task>

Returns the tasks of this project.

Return

The tasks of this project.