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

getDescription

abstract fun getDescription(): String

Overrides Launchable.getDescription

Returns the description of this task, or null if it has no description.

Return
The description of this task, or null if it has no description.

Since
1.0-milestone-3