Returns the tasks of this project.
* * @return the tasks of this project. */ TaskContainer getTasks();A {@code TaskContainer} is responsible for managing a set of {@link Task} instances.
* *You can obtain a {@code TaskContainer} instance by calling {@link org.gradle.api.Project#getTasks()}, or using the * {@code tasks} property in your build script.
*/ @HasInternalProtocol public interface TaskContainer extends TaskCollection, PolymorphicDomainObjectContainer {