TaskSelector

Represents a Launchable that uses task name to select tasks executed from a given project and its sub-projects. This is roughly equivalent to running `gradle ` from the command-line.

Since

1.12

Functions

Link copied to clipboard
abstract fun getDescription(): String
Link copied to clipboard
abstract fun getDisplayName(): String
Link copied to clipboard
abstract fun getName(): String
Returns the name that will be used to select tasks.
Link copied to clipboard
Link copied to clipboard
abstract fun isPublic(): Boolean