api / org.gradle.tooling.model / Task / getName

getName

abstract fun getName(): String

Returns the name of this task. Note that the name is not necessarily a unique identifier for the task.

Return
The name of this task.

Since
1.0-milestone-3