api / org.gradle.api.tasks / TaskReference

TaskReference

@Incubating interface TaskReference : Named

A lightweight reference to a task.

Inherited Functions

getName

abstract fun getName(): String

The object's name.

Must be constant for the life of the object.