api / org.gradle.nativeplatform / NativeExecutableBinarySpec / TasksCollection

TasksCollection

interface TasksCollection : BinaryTasksCollection

Provides access to key tasks used for building the binary.

Functions

getInstall

abstract fun getInstall(): Task

The install task.

getLink

abstract fun getLink(): Task

The link task.

Inherited Functions

create

abstract fun <T : Task> create(name: String, type: Class<T>, config: Action<in T>): Unit

getBuild

abstract fun getBuild(): Task

The task that can be used to assemble this binary.

getCheck

abstract fun getCheck(): Task

The task that can be used to check this binary.

taskName

abstract fun taskName(verb: String): String
abstract fun taskName(verb: String, object: String): String

Generates a name for a task that performs some action on the binary.